12 #ifndef vtkObjectIdMap_h
13 #define vtkObjectIdMap_h
16 #include "vtkWebCoreModule.h"
18 VTK_ABI_NAMESPACE_BEGIN
30 vtkTypeUInt32 GetGlobalId(
vtkObject* obj);
35 vtkObject* GetVTKObject(vtkTypeUInt32 globalId);
43 vtkTypeUInt32 SetActiveObject(
const char* objectType,
vtkObject* obj);
48 vtkObject* GetActiveObject(
const char* objectType);
62 bool FreeObjectById(vtkTypeUInt32
id);
73 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...