27 #ifndef vtkOverrideInformation_h
28 #define vtkOverrideInformation_h
30 #include "vtkCommonCoreModule.h"
52 return this->ClassOverrideName;
62 return this->ClassOverrideWithName;
71 return this->Description;
79 return this->ObjectFactory;
86 vtkSetStringMacro(ClassOverrideName);
91 vtkSetStringMacro(ClassOverrideWithName);
96 vtkSetStringMacro(Description);
110 char* ClassOverrideName;
111 char* ClassOverrideWithName;
113 vtkObjectFactory* ObjectFactory;
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.
a simple class to control print indentation
abstract base class for vtkObjectFactories
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...