To revise... In cutModuleManager, not respecting the librairies hierarchy, calling the instance of the interface from the kernel
{
_mainpanel = NULL;
_currentimage=NULL;
-}
-void CutModule::bbUserInitializeProcessing()
-{
bbSetInputIn(0);
bbSetInputInteractor(0);
bbSetInputRenderer(0);
+ bbSetOutputOut(0);
+}
+void CutModule::bbUserInitializeProcessing()
+{
+
}
void CutModule::bbUserFinalizeProcessing()
{
Program: wxMaracas
Module: $RCSfile: CutModelManager.cxx,v $
Language: C++
-Date: $Date: 2010/02/24 13:56:08 $
-Version: $Revision: 1.7 $
+Date: $Date: 2010/03/04 15:09:57 $
+Version: $Revision: 1.8 $
Copyright: (c) 2002, 2003
License:
=========================================================================*/
#include "CutModelManager.h"
+
+//Machete
#include "CutModelMainPanel.h"
/**