35 #ifndef vtkMaskFields_h
36 #define vtkMaskFields_h
64 void CopyFieldOn(
int fieldLocation,
const char*
name) { this->CopyFieldOnOff(fieldLocation, name, 1); }
65 void CopyFieldOff(
int fieldLocation,
const char*
name) { this->CopyFieldOnOff(fieldLocation, name, 0); }
80 void CopyAttributeOn(
int attributeLocation,
int attributeType) { this->CopyAttributeOnOff(attributeLocation, attributeType, 1); }
81 void CopyAttributeOff(
int attributeLocation,
int attributeType) { this->CopyAttributeOnOff(attributeLocation, attributeType, 0); }
97 void CopyAttributeOn(
const char* attributeLoc,
98 const char* attributeType);
99 void CopyAttributeOff(
const char* attributeLoc,
100 const char* attributeType);
101 void CopyFieldOn(
const char* fieldLoc,
103 void CopyFieldOff(
const char* fieldLoc,
112 virtual void CopyAllOn();
119 virtual void CopyAllOff();
148 void CopyFieldOnOff(
int fieldLocation,
const char*
name,
int onOff);
149 void CopyAttributeOnOff(
int attributeLocation,
int attributeType,
int onOff);
150 void ClearFieldFlags();
152 int FindFlag(
int arrayType,
int location);
154 int GetFlag(
int arrayType,
int location);
155 int GetAttributeLocation(
const char* loc);
156 int GetAttributeType(
const char*
type);
161 static char FieldLocationNames[3][12];
abstract class to specify dataset behavior
#define VTKFILTERSCORE_EXPORT
void CopyAttributeOn(int attributeLocation, int attributeType)
CopyFieldFlag * CopyFieldFlags
a simple class to control print indentation
Allow control of which fields get passed to the output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void CopyFieldOff(int fieldLocation, const char *name)
void CopyAttributeOff(int attributeLocation, int attributeType)
void CopyFieldOn(int fieldLocation, const char *name)
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()