VISU_Plot3DPL.hxx \
VISU_OpenGLPointSpriteMapper.hxx \
VISU_ImplicitFunctionWidget.h \
- VISU_ScalarBarCtrl.hxx
+ VISU_ScalarBarCtrl.hxx \
+ SALOME_ExtractGeometry.h
# Libraries targets
return myExtractGeometry->GetImplicitFunction();
}
-void
+SALOME_ExtractGeometry*
VISU_PipeLine
-::SetExtractInside(int theFlag)
+::GetExtractGeometryFilter()
{
- myExtractGeometry->SetExtractInside(theFlag);
+ return myExtractGeometry.GetPointer();
}
vtkImplicitFunction*
GetImplicitFunction();
- void
- SetExtractInside(int);
+ SALOME_ExtractGeometry*
+ GetExtractGeometryFilter();
protected:
VISU_PipeLine();