
Public Member Functions | |
| vtkTypeMacro (VISU_PointsDeviceActor, VISU_GaussDeviceActorBase) | |
| virtual void | SetInput (vtkDataSet *theDataSet) |
| void | SetInteractor (vtkRenderWindowInteractor *theInteractor) |
| void | DoMapperShallowCopy (vtkMapper *theMapper, bool theIsCopyInput) |
| void | DeepCopy (VISU_PointsDeviceActor *theActor) |
| vtkTypeMacro (VISU_GaussDeviceActorBase, vtkLODActor) | |
| virtual void | Render (vtkRenderer *, vtkMapper *) |
| void | SetTransform (VTKViewer_Transform *theTransform) |
| void | SetPointSpriteMapper (VISU_OpenGLPointSpriteMapper *theMapper) |
| VISU_OpenGLPointSpriteMapper * | GetPointSpriteMapper () |
| virtual unsigned long int | GetMemorySize () |
| Gets memory size used by the instance (bytes). | |
| void | SetExtractor (SALOME_ExtractPolyDataGeometry *theExtractor) |
| SALOME_ExtractPolyDataGeometry * | GetExtractor () const |
Static Public Member Functions | |
| static VISU_PointsDeviceActor * | New () |
Protected Types | |
| typedef vtkSmartPointer < vtkPassThroughFilter > | PPassThroughFilter |
Protected Member Functions | |
| VISU_PointsDeviceActor () | |
| ~VISU_PointsDeviceActor () | |
| void | OnInteractorEvent (unsigned long theEvent) |
Static Protected Member Functions | |
| static void | ProcessEvents (vtkObject *theObject, unsigned long theEvent, void *theClientData, void *theCallData) |
Protected Attributes | |
| vtkCallbackCommand * | myEventCallbackCommand |
| vtkRenderWindowInteractor * | myInteractor |
| VTKViewer_GeometryFilter * | myGeomFilter |
| vtkSmartPointer < VISU_OpenGLPointSpriteMapper > | myMapper |
| vtkSmartPointer < VTKViewer_TransformFilter > | myTransformFilter |
| std::vector< PPassThroughFilter > | myPassFilter |
| SALOME_ExtractPolyDataGeometry * | myPolyDataExtractor |
Private Member Functions | |
| VISU_PointsDeviceActor (const VISU_PointsDeviceActor &) | |
| void | operator= (const VISU_PointsDeviceActor &) |
typedef vtkSmartPointer<vtkPassThroughFilter> VISU_GaussDeviceActorBase.PPassThroughFilter [protected, inherited] |
| VISU_PointsDeviceActor.VISU_PointsDeviceActor | ( | ) | [protected] |
| VISU_PointsDeviceActor.~VISU_PointsDeviceActor | ( | ) | [protected] |
References myEventCallbackCommand, myGeomFilter, and SetInteractor().
| VISU_PointsDeviceActor.VISU_PointsDeviceActor | ( | const VISU_PointsDeviceActor & | ) | [private] |
| VISU_PointsDeviceActor.vtkTypeMacro | ( | VISU_PointsDeviceActor | , |
| VISU_GaussDeviceActorBase | |||
| ) |
| static VISU_PointsDeviceActor* VISU_PointsDeviceActor.New | ( | ) | [static] |
Reimplemented from VISU_GaussDeviceActorBase.
| virtual void VISU_PointsDeviceActor.SetInput | ( | vtkDataSet * | theDataSet | ) | [virtual] |
References myGeomFilter.
| void VISU_PointsDeviceActor.SetInteractor | ( | vtkRenderWindowInteractor * | theInteractor | ) |
References myEventCallbackCommand, and myInteractor.
| void VISU_PointsDeviceActor.DoMapperShallowCopy | ( | vtkMapper * | theMapper, |
| bool | theIsCopyInput | ||
| ) | [virtual] |
| void VISU_PointsDeviceActor.DeepCopy | ( | VISU_PointsDeviceActor * | theActor | ) |
| static void VISU_PointsDeviceActor.ProcessEvents | ( | vtkObject * | theObject, |
| unsigned long | theEvent, | ||
| void * | theClientData, | ||
| void * | theCallData | ||
| ) | [static, protected] |
| void VISU_PointsDeviceActor.OnInteractorEvent | ( | unsigned long | theEvent | ) | [protected] |
| void VISU_PointsDeviceActor.operator= | ( | const VISU_PointsDeviceActor & | ) | [private] |
| VISU_GaussDeviceActorBase.vtkTypeMacro | ( | VISU_GaussDeviceActorBase | , |
| vtkLODActor | |||
| ) | [inherited] |
| virtual void VISU_GaussDeviceActorBase.Render | ( | vtkRenderer * | , |
| vtkMapper * | |||
| ) | [virtual, inherited] |
| void VISU_GaussDeviceActorBase::SetTransform | ( | VTKViewer_Transform * | theTransform | ) | [inherited] |
| void VISU_GaussDeviceActorBase::SetPointSpriteMapper | ( | VISU_OpenGLPointSpriteMapper * | theMapper | ) | [inherited] |
References VISU.GetOutput().
| VISU_OpenGLPointSpriteMapper * VISU_GaussDeviceActorBase::GetPointSpriteMapper | ( | ) | [inherited] |
| unsigned long int VISU_GaussDeviceActorBase::GetMemorySize | ( | ) | [virtual, inherited] |
Reimplemented in VISU_GaussPtsDeviceActor.
| void VISU_GaussDeviceActorBase.SetExtractor | ( | SALOME_ExtractPolyDataGeometry * | theExtractor | ) | [inherited] |
| SALOME_ExtractPolyDataGeometry* VISU_GaussDeviceActorBase.GetExtractor | ( | ) | const [inherited] |
vtkCallbackCommand* VISU_PointsDeviceActor.myEventCallbackCommand [protected] |
vtkRenderWindowInteractor* VISU_PointsDeviceActor.myInteractor [protected] |
VTKViewer_GeometryFilter* VISU_PointsDeviceActor.myGeomFilter [protected] |
vtkSmartPointer<VISU_OpenGLPointSpriteMapper> VISU_GaussDeviceActorBase.myMapper [protected, inherited] |
vtkSmartPointer<VTKViewer_TransformFilter> VISU_GaussDeviceActorBase.myTransformFilter [protected, inherited] |
std::vector<PPassThroughFilter> VISU_GaussDeviceActorBase.myPassFilter [protected, inherited] |
SALOME_ExtractPolyDataGeometry* VISU_GaussDeviceActorBase.myPolyDataExtractor [protected, inherited] |