56 #ifndef vtkInstantiator_h
57 #define vtkInstantiator_h
59 #include "vtkCommonCoreModule.h"
67 class vtkInstantiatorHashTable;
81 static vtkObject* CreateInstance(
const char* className);
91 static void RegisterInstantiator(
const char* className,
92 CreateFunction createFunction);
99 static void UnRegisterInstantiator(
const char* className,
100 CreateFunction createFunction);
107 static vtkInstantiatorHashTable* CreatorTable;
109 static
void ClassInitialize();
110 static
void ClassFinalize();
121 class VTKCOMMONCORE_EXPORT vtkInstantiatorInitialize
124 vtkInstantiatorInitialize();
125 ~vtkInstantiatorInitialize();
127 static unsigned int Count;
129 vtkInstantiatorInitialize(
const vtkInstantiatorInitialize& other) VTK_DELETE_FUNCTION;
130 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...