40#ifndef vtkOverrideAttribute_h
41#define vtkOverrideAttribute_h
44#include "vtkCommonCoreModule.h"
49VTK_ABI_NAMESPACE_BEGIN
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkGetCharFromStdStringMacro(Name)
Get the name of the attribute.
static vtkOverrideAttribute * New()
static vtkOverrideAttribute * CreateAttributeChain(const char *name, const char *value, vtkOverrideAttribute *nextInChain)
~vtkOverrideAttribute() override
vtkGetCharFromStdStringMacro(Value)
Get the value of the attribute.
Hold a reference to a vtkObjectBase instance.