40 #ifndef vtkSplitColumnComponents_h
41 #define vtkSplitColumnComponents_h
43 #include "vtkFiltersGeneralModule.h"
61 vtkGetMacro(CalculateMagnitudes,
bool);
66 NUMBERS_WITH_PARENS = 0,
67 NAMES_WITH_PARENS = 1,
68 NUMBERS_WITH_UNDERSCORES=2,
69 NAMES_WITH_UNDERSCORES=3
77 vtkSetClampMacro(NamingMode,
int, NUMBERS_WITH_PARENS, NAMES_WITH_UNDERSCORES);
79 { this->SetNamingMode(NUMBERS_WITH_PARENS); }
81 { this->SetNamingMode(NUMBERS_WITH_UNDERSCORES); }
83 { this->SetNamingMode(NAMES_WITH_PARENS); }
85 { this->SetNamingMode(NAMES_WITH_UNDERSCORES); }
86 vtkGetMacro(NamingMode,
int);
99 bool CalculateMagnitudes;
104 vtkInformationVector*) VTK_OVERRIDE;
Wrapper around std::string to keep symbols short.
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.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void SetNamingModeToNumberWithUnderscores()
Get/Set the array naming mode.
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.