24 #ifndef vtkObjectIdMap_h 25 #define vtkObjectIdMap_h 28 #include "vtkWebCoreModule.h" 41 vtkTypeUInt32 GetGlobalId(
vtkObject* obj);
46 vtkObject* GetVTKObject(vtkTypeUInt32 globalId);
54 vtkTypeUInt32 SetActiveObject(
const char* objectType,
vtkObject* obj);
59 vtkObject* GetActiveObject(
const char* objectType);
75 vtkInternals* Internals;
abstract base class for most VTK objects
class used to assign Id to any VTK object and be able to retrieve it base on its id.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...