15 #ifndef vtkOverrideInformation_h
16 #define vtkOverrideInformation_h
18 #include "vtkCommonCoreModule.h"
21 VTK_ABI_NAMESPACE_BEGIN
63 vtkSetStringMacro(ClassOverrideName);
68 vtkSetStringMacro(ClassOverrideWithName);
73 vtkSetStringMacro(Description);
87 char* ClassOverrideName;
88 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...