VISU_GaussPointsPL* aPipeLine = VISU_GaussPointsPL::New();
aPipeLine->ShallowCopy(thePipeLine);
aPipeLine->Update();
- return thePipeLine;
+ return aPipeLine;
}
}
VISU_GaussPtsAct
::OnInteractorEvent(unsigned long theEvent)
{
- if(MYDEBUG) MESSAGE("VISU_GaussPtsAct::OnInteractorEvent - this = "<<this);
-
switch(theEvent){
case vtkCommand::CharEvent: {
switch(myInteractor->GetKeyCode()) {
if(VISU_GaussPointsPL* aPipeLine = CreatePipeLine(GetGaussPointsPL())){
myOutsideDeviceActor->SetPipeLine(aPipeLine);
- aPipeLine->DebugOn();
- myOutsideDeviceActor->GetMapper()->DebugOn();
-
myOutsideDeviceActor->GetMapper()->ScalarVisibilityOff();
myOutsideDeviceActor->GetPipeLine()->SetExtractInside(true);
VISU_GaussPtsAct1
::OnInteractorEvent(unsigned long theEvent)
{
- if(MYDEBUG1) MESSAGE("VISU_GaussPtsAct1::OnInteractorEvent - this = "<<this);
-
switch(theEvent){
case vtkCommand::EnableEvent:
case vtkCommand::DisableEvent:
VISU_GaussPtsAct2
::OnInteractorEvent(unsigned long theEvent)
{
- if(MYDEBUG2) MESSAGE("VISU_GaussPtsAct2::OnInteractorEvent - this = "<<this);
-
switch(theEvent){
case vtkCommand::EnableEvent:
case vtkCommand::DisableEvent: