60 #ifndef vtkRearrangeFields_h 61 #define vtkRearrangeFields_h 63 #include "vtkFiltersCoreModule.h" 98 int AddOperation(
int operationType,
int attributeType,
int fromFieldLoc,
105 int AddOperation(
int operationType,
const char*
name,
int fromFieldLoc,
112 int AddOperation(
const char* operationType,
const char* attributeType,
113 const char* fromFieldLoc,
const char* toFieldLoc);
118 int RemoveOperation(
int operationId);
123 int RemoveOperation(
int operationType,
int attributeType,
int fromFieldLoc,
129 int RemoveOperation(
int operationType,
const char*
name,
int fromFieldLoc,
135 int RemoveOperation(
const char* operationType,
const char* attributeType,
136 const char* fromFieldLoc,
const char* toFieldLoc);
146 this->DeleteAllOperations();
189 {
return this->Head; }
194 Operation* FindOperation(
int operationType,
const char* name,
195 int fromFieldLoc,
int toFieldLoc,
197 Operation* FindOperation(
int operationType,
int attributeType,
198 int fromFieldLoc,
int toFieldLoc,
204 void DeleteAllOperations();
212 static char OperationTypeNames[2][5];
213 static char FieldLocationNames[3][12];
216 void PrintAllOperations(ostream& os,
vtkIndent indent);
abstract class to specify dataset behavior
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
virtual void Modified()
Update the modification time for this object.
void RemoveAllOperations()
Remove all operations.
Move/copy fields between field data, point data and cell data.
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()
Operation * GetNextOperation(Operation *op)
represent and manipulate fields of data