24 #ifndef vtkOverrideInformation_h 25 #define vtkOverrideInformation_h 27 #include "vtkCommonCoreModule.h" 49 return this->ClassOverrideName;
59 return this->ClassOverrideWithName;
68 return this->Description;
76 return this->ObjectFactory;
83 vtkSetStringMacro(ClassOverrideName);
88 vtkSetStringMacro(ClassOverrideWithName);
93 vtkSetStringMacro(Description);
107 char* ClassOverrideName;
108 char* ClassOverrideWithName;
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.