54 #ifndef vtkSplitField_h 55 #define vtkSplitField_h 57 #include "vtkFiltersGeneralModule.h" 79 void SetInputField(
int attributeType,
int fieldLoc);
85 void SetInputField(
const char*
name,
int fieldLoc);
91 void SetInputField(
const char*
name,
const char* fieldLoc);
96 void Split(
int component,
const char* arrayName);
112 delete[] this->FieldName;
116 size_t len = strlen(
name)+1;
117 this->FieldName =
new char[len];
118 strncpy(this->FieldName,
name, len);
143 static
char FieldLocationNames[3][12];
157 {
return this->Head; }
158 void AddComponent(Component* op);
159 Component* FindComponent(
int index);
160 void DeleteAllComponents();
162 void PrintComponent(Component* op, ostream& os,
vtkIndent indent);
163 void PrintAllComponents(ostream& os,
vtkIndent indent);
void SetName(const char *name)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
abstract superclass for arrays of numeric data
Split a field into single component fields
represent and manipulate attribute data in a dataset
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()
represent and manipulate fields of data