21 #ifndef vtkObjectIdMap_h 
   22 #define vtkObjectIdMap_h 
   25 #include "vtkWebCoreModule.h"  
   38   vtkTypeUInt32 GetGlobalId(
vtkObject* obj);
 
   43   vtkObject* GetVTKObject(vtkTypeUInt32 globalId);
 
   51   vtkTypeUInt32 SetActiveObject(
const char* objectType, 
vtkObject* obj);
 
   56   vtkObject* GetActiveObject(
const char* objectType);
 
   72   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. 
 
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...