// * TYPE is the C++ type of the input/output
// (the one provided in the attribute 'type' of the tag 'input')
-
if (bbGetInputIn1() == NULL)
{
printf( "EED Warning!!! (%s) BinaryOperations::Process Set In1 at least", bbGetFullName().c_str() );
ope = NULL;
} // if
ope = vtkImageMathematics::New();
-
//EED 2017-01-01 Migration VTK7
#if (VTK_MAJOR_VERSION <= 5)
// bbSignalOutputModification();
}
-
void BinaryOperations::bbUserSetDefaultValues()
{
// SET HERE THE DEFAULT INPUT/OUTPUT VALUES OF YOUR BOX
ope = NULL;
}
-
void BinaryOperations::bbUserInitializeProcessing()
{
// THE INITIALIZATION METHOD BODY :