// bbSetOutputOut( bbGetInputIn() );
// std::cout << "Output value = " <<bbGetOutputOut() << std::endl;
-
+ printf("EED ManualContourModel_Box::Process Start\n");
if (bbGetInputActive()==true)
{
lstInconsistentContourY.clear();
ShiftValues( &lstOutX, &lstOutY, &lstOutZ, &lstIndexsOut );
} // if OpenClose
// Step 3.3. SIN Normalice points around contours
- if (bbGetInputParam().size()==2)
+ if (bbGetInputParam().size()==1)
{
+ printf("EED ManualContourModel_Box::Process Step 3.3. SIN A\n");
if (bbGetInputParam()[0]==1) // type param 1
{
if (bbGetInputOpenClose()==true)
{
+ printf("EED ManualContourModel_Box::Process Step 3.3. SIN B\n");
RedistributionPointsAllContours_SIN( &lstOutX,&lstOutY,&lstOutZ,&lstIndexsOut);
ShiftValues( &lstOutX, &lstOutY, &lstOutZ, &lstIndexsOut );
} // if OpenClose
bbSetOutputLstPssblIncnsnstntCntrID( lstInconsistentContourID );
} // if DoubleContour
} // if Active
+ printf("EED ManualContourModel_Box::Process End\n");
+
}
//=====