56 #ifndef vtkSplitField_h
57 #define vtkSplitField_h
77 void SetInputField(
int attributeType,
int fieldLoc);
81 void SetInputField(
const char*
name,
int fieldLoc);
85 void SetInputField(
const char*
name,
const char* fieldLoc);
88 void Split(
int component,
const char* arrayName);
107 delete[] this->FieldName;
111 this->FieldName =
new char[strlen(name)+1];
112 strcpy(this->FieldName, name);
140 static char FieldLocationNames[3][12];
154 {
return this->Head; }
155 void AddComponent(Component* op);
156 Component* FindComponent(
int index);
157 void DeleteAllComponents();
159 void PrintComponent(Component* op, ostream& os,
vtkIndent indent);
160 void PrintAllComponents(ostream& os,
vtkIndent indent);
Component * GetNextComponent(Component *op)
void SetName(const char *name)
a simple class to control print indentation
abstract superclass for arrays of numeric data
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define VTKFILTERSGENERAL_EXPORT
Split a field into single component fields.
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()
represent and manipulate fields of data