invSpc[1] = 1/spc[1];
invSpc[2] = 1/spc[2];
-printf("EED AxeVolume::Process invSpc %f %f %f\n",invSpc[0],invSpc[1],invSpc[2] );
-
mimage = vtkImageData::New();
mimage->SetDimensions(sizeX,sizeY,sizeZ);
mimage->SetOrigin(0,0,0);
px = bbGetInputlstPointX()[iAxe] * invSpc[0];
py = bbGetInputlstPointY()[iAxe] * invSpc[1];
pz = bbGetInputlstPointZ()[iAxe] * invSpc[2];
- printf("AxeVolume::Process %d -> %f, %f, %f,%f\n",iAxe, px,py,pz,r);
px1 = px - r;
py1 = py - r;
pz1 = pz - r;
//-------------------------------------------------------------
void ViewerNV::Process()
{
+
+ printf("EED ViewerNV::Process start \n");
+
vtkImageData* img = bbGetInputIn();
/*
double spc[3];
}
}
}// mwxwidget != NULL
+
+ printf("EED ViewerNV::Process end\n");
}
//-------------------------------------------------------------
void ViewerNV::CreateWidget(wxWindow* parent)
{
+ printf("EED ViewerNV::CreateWidget start\n");
bbtkDebugMessageInc("Core",9,"ViewerNV::CreateWidget()"<<std::endl);
mwxwidget = new bbwxMaracas_N_ViewersWidget( this, parent );
bbtkDebugDecTab("Core",9);
bbSetOutputWidget( mwxwidget );
+ printf("EED ViewerNV::CreateWidget end\n");
//this->bbSignalOutputModification();
//Process();