27 #include <TColStd_IndexedMapOfInteger.hxx>
32 class vtkUnstructuredGrid;
37 #include <vtkSmartPointer.h>
42 #pragma warning ( disable:4251 )
59 SetSource(vtkUnstructuredGrid* theUnstructuredGrid);
66 AddToRender(vtkRenderer* theRenderer);
69 RemoveFromRender(vtkRenderer* theRenderer);
97 GetMapCompositeIndex()
const;
111 #pragma warning ( default:4251 )
#define SVTK_EXPORT
Definition: SVTK.h:37
NCollection_IndexedMap< SVTK_ListOfVtk, SVTK_vtkHasher > SVTK_IndexedMapOfVtkIds
Definition: SVTK_Hash.h:150
NCollection_IndexedMap< vtkIdType, svtkIdHasher > SVTK_TIndexedMapOfVtkId
Definition: SVTK_Hash.h:153
The class is a basic one for all SALOME VTK presentation.
Definition: SALOME_Actor.h:73
This class used for internal SVTK package purpose (highlight and prehighlight)
Definition: SVTK_Actor.h:47
SVTK_IndexedMapOfVtkIds myMapCompositeIndex
Definition: SVTK_Actor.h:101
vtkSmartPointer< vtkUnstructuredGrid > myUnstructuredGrid
Definition: SVTK_Actor.h:103
static SVTK_Actor * New()
vtkTypeMacro(SVTK_Actor, SVTK_DeviceActor) virtual void Initialize()
Initialiaze the instance completely.
SVTK_TIndexedMapOfVtkId myMapIndex
Definition: SVTK_Actor.h:100
Definition: SVTK_DeviceActor.h:57