Go to the documentation of this file.
37 #ifndef vtkSplitColumnComponents_h
38 #define vtkSplitColumnComponents_h
40 #include "vtkFiltersGeneralModule.h"
57 vtkSetMacro(CalculateMagnitudes,
bool);
58 vtkGetMacro(CalculateMagnitudes,
bool);
63 NUMBERS_WITH_PARENS = 0,
64 NAMES_WITH_PARENS = 1,
65 NUMBERS_WITH_UNDERSCORES=2,
66 NAMES_WITH_UNDERSCORES=3
74 vtkSetClampMacro(NamingMode,
int, NUMBERS_WITH_PARENS, NAMES_WITH_UNDERSCORES);
76 { this->SetNamingMode(NUMBERS_WITH_PARENS); }
78 { this->SetNamingMode(NUMBERS_WITH_UNDERSCORES); }
80 { this->SetNamingMode(NAMES_WITH_PARENS); }
82 { this->SetNamingMode(NAMES_WITH_UNDERSCORES); }
83 vtkGetMacro(NamingMode,
int);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetNamingModeToNumberWithParens()
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.
Wrapper around std::string to keep symbols short.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
void SetNamingModeToNamesWithParens()
static vtkTableAlgorithm * New()