//----------------------------------------------------------------------------
-VISU_OpenGLPointSpriteMapper*
+vtkMapper*
VISU_GaussPtsAct
-::GetPSMapper()
+::GetMapper()
{
- return myDeviceActor->GetPSMapper();
+ return GetPSMapper();
+}
+
+float*
+VISU_GaussPtsAct
+::GetBounds()
+{
+ return myDeviceActor->GetBounds();
}
vtkDataSet*
return GetMapper()->GetInput();
}
-vtkMapper*
+VISU_OpenGLPointSpriteMapper*
VISU_GaussPtsAct
-::GetMapper()
+::GetPSMapper()
{
- return GetPSMapper();
+ return myDeviceActor->GetPSMapper();
}
if(MYDEBUG) MESSAGE("VISU_GaussPtsAct::SetMapperInput - this = "<<this);
myDeviceActor->SetPipeLine(GetGaussPointsPL());
- vtkLODActor::SetMapper(GetMapper());
+ //vtkLODActor::SetMapper(GetMapper());
}
void
if(VISU_GaussPointsPL* aPipeLine = CreatePipeLine(GetGaussPointsPL())){
myDeviceActor->SetPipeLine(aPipeLine);
+ myPipeLine = aPipeLine;
}
}
myDeviceActor->SetVisibility(GetVisibility() && myWidget->IsEnabled());
break;
case vtkCommand::EndInteractionEvent:
- vtkLODActor::SetMapper(GetMapper());
+ //vtkLODActor::SetMapper(GetMapper());
break;
default:
break;
ShallowCopyPL(VISU_PipeLine* thePipeLine);
//----------------------------------------------------------------------------
- VISU_OpenGLPointSpriteMapper*
- GetPSMapper();
-
virtual
vtkMapper*
GetMapper();
+ virtual
+ float*
+ GetBounds();
+
virtual
vtkDataSet*
GetInput();
+ VISU_OpenGLPointSpriteMapper*
+ GetPSMapper();
+
//----------------------------------------------------------------------------
virtual
void