56 #ifndef __vtkSplitField_h
57 #define __vtkSplitField_h
59 #include "vtkFiltersGeneralModule.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);
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);