/*========================================================================= Program: bbtk Module: $RCSfile: bbtkBlackBoxInputConnector.cxx,v $ Language: C++ Date: $Date: 2008/01/22 15:02:00 $ Version: $Revision: 1.1.1.1 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or http://www.creatis.insa-lyon.fr/Public/bbtk/License.html for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ /** * \file * \brief Class bbtk::BlackBoxInputConnector : */ #include "bbtkBlackBoxInputConnector.h" #include "bbtkMessageManager.h" namespace bbtk { BlackBoxInputConnector::BlackBoxInputConnector(BlackBox* b) : mBox(b), mConnection(0), mStatus(MODIFIED) { bbtkDebugMessage("Core",9,"BlackBoxInputConnector::BlackBoxInputConnector()"<BackwardUpdate(); mStatus = s; } else { mStatus = UPTODATE; } bbtkDecTab("Process",4); return mStatus; } // void Modified(); } // namespace bbtk