40 #ifndef vtkSplitColumnComponents_h 41 #define vtkSplitColumnComponents_h 43 #include "vtkFiltersGeneralModule.h" 64 vtkSetMacro(CalculateMagnitudes,
bool);
65 vtkGetMacro(CalculateMagnitudes,
bool);
66 vtkBooleanMacro(CalculateMagnitudes,
bool);
71 NUMBERS_WITH_PARENS = 0,
72 NAMES_WITH_PARENS = 1,
73 NUMBERS_WITH_UNDERSCORES=2,
74 NAMES_WITH_UNDERSCORES=3
82 vtkSetClampMacro(NamingMode,
int, NUMBERS_WITH_PARENS, NAMES_WITH_UNDERSCORES);
84 { this->SetNamingMode(NUMBERS_WITH_PARENS); }
86 { this->SetNamingMode(NUMBERS_WITH_UNDERSCORES); }
88 { this->SetNamingMode(NAMES_WITH_PARENS); }
90 { this->SetNamingMode(NAMES_WITH_UNDERSCORES); }
91 vtkGetMacro(NamingMode,
int);
128 bool CalculateMagnitudes;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTableAlgorithm * New()
Abstract superclass for all arrays.
a simple class to control print indentation
void SetNamingModeToNumberWithParens()
Get/Set the array naming mode.
void SetNamingModeToNumberWithUnderscores()
Get/Set the array naming mode.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.
void SetNamingModeToNamesWithParens()
Get/Set the array naming mode.
split multicomponent table columns
void SetNamingModeToNamesWithUnderscores()
Get/Set the array naming mode.