/*========================================================================= Program: bbtk Module: $RCSfile: bbtkBlackBoxInputConnector.cxx,v $ Language: C++ Date: $Date: 2008/04/24 10:11:28 $ Version: $Revision: 1.5 $ 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" #include "bbtkBlackBox.h" namespace bbtk { BlackBoxInputConnector::BlackBoxInputConnector(BlackBox::Pointer b) : mBox(b), mConnection(0), mStatus(MODIFIED) { bbtkDebugMessage("Kernel",9,"BlackBoxInputConnector::BlackBoxInputConnector()"< BlackBoxInputConnector::BackwardUpdate()" <BackwardUpdate(); mStatus = s; } else { mStatus = UPTODATE; } return mStatus; } // void Modified(); } // namespace bbtk