Go to the documentation of this file.
39 #ifndef vtkSplitColumnComponents_h
40 #define vtkSplitColumnComponents_h
62 NUMBERS_WITH_PARENS = 0,
63 NAMES_WITH_PARENS = 1,
64 NUMBERS_WITH_UNDERSCORES=2,
65 NAMES_WITH_UNDERSCORES=3
72 { this->SetNamingMode(NUMBERS_WITH_PARENS); }
74 { this->SetNamingMode(NUMBERS_WITH_UNDERSCORES); }
76 { this->SetNamingMode(NAMES_WITH_PARENS); }
78 { this->SetNamingMode(NAMES_WITH_UNDERSCORES); }
void PrintSelf(ostream &os, vtkIndent indent)
static vtkSplitColumnComponents * New()
void SetNamingModeToNumberWithParens()
#define vtkTypeMacro(thisClass, superclass)
~vtkSplitColumnComponents()
split multicomponent table columns
#define vtkSetClampMacro(name, type, min, max)
Superclass for algorithms that produce only vtkTables as output.
void SetNamingModeToNamesWithUnderscores()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetNamingModeToNumberWithUnderscores()
a simple class to control print indentation
#define VTKFILTERSGENERAL_EXPORT
#define vtkGetMacro(name, type)
Abstract superclass for all arrays.
vtkSetMacro(IgnoreDriverBugs, bool)
Wrapper around std::string to keep symbols short.
vtkSplitColumnComponents()
void SetNamingModeToNamesWithParens()
vtkStdString GetComponentLabel(vtkAbstractArray *array, int component_no)