Go to the documentation of this file.
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;
static vtkSplitColumnComponents * New()
void SetNamingModeToNumberWithParens()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
split multicomponent table columns
Superclass for algorithms that produce only vtkTables as output.
void SetNamingModeToNamesWithUnderscores()
void SetNamingModeToNumberWithUnderscores()
a simple class to control print indentation
Abstract superclass for all arrays.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
Wrapper around std::string to keep symbols short.
vtkSplitColumnComponents()
~vtkSplitColumnComponents() override
void SetNamingModeToNamesWithParens()