15#ifndef vtkOverrideInformation_h
16#define vtkOverrideInformation_h
18#include "vtkCommonCoreModule.h"
21VTK_ABI_NAMESPACE_BEGIN
24class VTKCOMMONCORE_EXPORT vtkOverrideInformation :
public vtkObject
27 static vtkOverrideInformation*
New();
68 vtkSetStringMacro(ClassOverrideName);
73 vtkSetStringMacro(ClassOverrideWithName);
78 vtkSetStringMacro(Description);
86 vtkOverrideInformation();
87 ~vtkOverrideInformation()
override;
93 char* ClassOverrideName;
94 char* ClassOverrideWithName;
99 vtkOverrideInformation(
const vtkOverrideInformation&) =
delete;
100 void operator=(
const vtkOverrideInformation&) =
delete;
a simple class to control print indentation
abstract base class for vtkObjectFactories
Attribute for vtkObjectFactory overrides.