20 #ifndef vtkObjectIdMap_h
21 #define vtkObjectIdMap_h
24 #include "vtkWebCoreModule.h"
35 vtkTypeUInt32 GetGlobalId(
vtkObject* obj);
38 vtkObject* GetVTKObject(vtkTypeUInt32 globalId);
44 vtkTypeUInt32 SetActiveObject(
const char* objectType,
vtkObject* obj);
47 vtkObject* GetActiveObject(
const char* objectType);
62 vtkInternals* Internals;
abstract base class for most VTK objects
class used to assign Id to any VTK object and be able to retreive it base on its id.
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation