10 #ifndef vtkPVMetaClipDataSet_h
11 #define vtkPVMetaClipDataSet_h
14 #include "vtkPVVTKExtensionsFiltersGeneralModule.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;