myAddToStudy(true),
myPipeLine(NULL)
{
- if(MYDEBUG) MESSAGE("Prs3d_i() - this = "<<this);
+ if(MYDEBUG) MESSAGE("Prs3d_i::Prs3d_i - this = "<<this);
myOffset[0] = myOffset[1] = myOffset[2] = 0;
myActorCollection->Delete();
myResult->Register();
myResult(theResult),
myPipeLine(NULL)
{
- if(MYDEBUG) MESSAGE("Prs3d_i() - this = "<<this);
+ if(MYDEBUG) MESSAGE("Prs3d_i::Prs3d_i - this = "<<this);
myOffset[0] = myOffset[1] = myOffset[2] = 0;
myActorCollection->Delete();
myResult->Register();
VISU::Prs3d_i
::~Prs3d_i()
{
- if(MYDEBUG) MESSAGE("~Prs3d_i() - this = "<<this);
+ if(MYDEBUG) MESSAGE("Prs3d_i::~Prs3d_i - this = "<<this);
myPipeLine->Delete();
myResult->Destroy();
}