39 #ifndef vtkSplitColumnComponents_h
40 #define vtkSplitColumnComponents_h
56 vtkSetMacro(CalculateMagnitudes,
bool);
57 vtkGetMacro(CalculateMagnitudes,
bool);
62 NUMBERS_WITH_PARENS = 0,
63 NAMES_WITH_PARENS = 1,
64 NUMBERS_WITH_UNDERSCORES=2,
65 NAMES_WITH_UNDERSCORES=3
70 vtkSetClampMacro(NamingMode,
int, NUMBERS_WITH_PARENS, NAMES_WITH_UNDERSCORES);
72 { this->SetNamingMode(NUMBERS_WITH_PARENS); }
74 { this->SetNamingMode(NUMBERS_WITH_UNDERSCORES); }
76 { this->SetNamingMode(NAMES_WITH_PARENS); }
78 { this->SetNamingMode(NAMES_WITH_UNDERSCORES); }
79 vtkGetMacro(NamingMode,
int);
Wrapper around std::string to keep symbols short.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
Abstract superclass for all arrays.
a simple class to control print indentation
#define VTKFILTERSGENERAL_EXPORT
void SetNamingModeToNumberWithParens()
void SetNamingModeToNumberWithUnderscores()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only vtkTables as output.
void SetNamingModeToNamesWithParens()
split multicomponent table columns
void SetNamingModeToNamesWithUnderscores()