59 #ifndef vtkInstantiator_h 60 #define vtkInstantiator_h 62 #include "vtkCommonCoreModule.h" 65 #ifndef VTK_LEGACY_REMOVE 72 class vtkInstantiatorHashTable;
86 static vtkObject* CreateInstance(
const char* className);
96 static void RegisterInstantiator(
const char* className,
97 CreateFunction createFunction);
104 static void UnRegisterInstantiator(
const char* className,
105 CreateFunction createFunction);
114 static void ClassInitialize();
115 static void ClassFinalize();
132 static unsigned int Count;
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkInstantiatorHashTable * CreatorTable
create an instance of any VTK class from its name.
a simple class to control print indentation
static vtkInstantiatorInitialize vtkInstantiatorInitializer
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...