10 #ifndef vtkPVMetaClipDataSet_h 11 #define vtkPVMetaClipDataSet_h 27 static const unsigned METACLIP_DATASET = 0;
28 static const unsigned METACLIP_HYPERTREEGRID = 1;
33 void PreserveInputCells(
int keepCellAsIs);
37 void SetInsideOut(
int insideOut);
62 int idx,
int port,
int connection,
int fieldAssociation,
const char*
name)
override;
64 int idx,
int port,
int connection,
int fieldAssociation,
int fieldAttributeType)
override;
68 int idx,
int port,
int connection,
const char* fieldName,
const char* fieldType)
override;
77 vtkSetMacro(ExactBoxClip,
bool);
78 vtkGetMacro(ExactBoxClip,
bool);
79 vtkBooleanMacro(ExactBoxClip,
bool);
85 void SetUseValueAsOffset(
int);
108 bool SwitchFilterForCrinkle();
119 vtkInternals* Internal;
void SetValue(vtkIdType valueIdx, ValueType value)
int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) override
Forward those methods to the underneath filters.
static vtkPVDataSetAlgorithmSelectorFilter * New()
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *outputVector)
virtual void SetInputArrayToProcess(int idx, int port, int connection, int fieldAssociation, const char *name)
is a generic vtkAlgorithm that allow the user to register several vtkAlgorithm to it and be able to s...
void PrintSelf(ostream &os, vtkIndent indent) override
#define VTKPVVTKEXTENSIONSFILTERSGENERAL_EXPORT