56 #ifndef __vtkSplitField_h
57 #define __vtkSplitField_h
76 void SetInputField(
int attributeType,
int fieldLoc);
80 void SetInputField(
const char*
name,
int fieldLoc);
84 void SetInputField(
const char*
name,
const char* fieldLoc);
106 delete[] this->FieldName;
110 this->FieldName =
new char[strlen(name)+1];
111 strcpy(this->FieldName, name);
139 static char FieldLocationNames[3][12];
153 {
return this->Head; }
154 void AddComponent(Component* op);
155 Component* FindComponent(
int index);
156 void DeleteAllComponents();
158 void PrintComponent(Component* op, ostream& os,
vtkIndent indent);
159 void PrintAllComponents(ostream& os,
vtkIndent indent);