59 #ifndef vtkInstantiator_h
60 #define vtkInstantiator_h
62 #include "vtkCommonCoreModule.h"
70 class vtkInstantiatorHashTable;
84 static vtkObject* CreateInstance(
const char* className);
94 static void RegisterInstantiator(
const char* className,
95 CreateFunction createFunction);
102 static void UnRegisterInstantiator(
const char* className,
103 CreateFunction createFunction);
110 static vtkInstantiatorHashTable* CreatorTable;
112 static
void ClassInitialize();
113 static
void ClassFinalize();
124 class VTKCOMMONCORE_EXPORT vtkInstantiatorInitialize
127 vtkInstantiatorInitialize();
128 ~vtkInstantiatorInitialize();
130 static unsigned int Count;
132 vtkInstantiatorInitialize(
const vtkInstantiatorInitialize& other) VTK_DELETE_FUNCTION;
133 vtkInstantiatorInitialize& operator=(
const vtkInstantiatorInitialize& rhs) VTK_DELETE_FUNCTION;
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.
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...