62 #ifndef vtkInstantiator_h 63 #define vtkInstantiator_h 65 #include "vtkCommonCoreModule.h" 73 class vtkInstantiatorHashTable;
87 static vtkObject* CreateInstance(
const char* className);
97 static void RegisterInstantiator(
const char* className,
98 CreateFunction createFunction);
105 static void UnRegisterInstantiator(
const char* className,
106 CreateFunction createFunction);
113 static vtkInstantiatorHashTable* CreatorTable;
115 static
void ClassInitialize();
116 static
void ClassFinalize();
127 class VTKCOMMONCORE_EXPORT vtkInstantiatorInitialize
130 vtkInstantiatorInitialize();
131 ~vtkInstantiatorInitialize();
133 static unsigned int Count;
135 vtkInstantiatorInitialize(
const vtkInstantiatorInitialize& other) VTK_DELETE_FUNCTION;
136 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...