Go to the documentation of this file.
19 #ifndef viskores_filter_contour_ClipWithField_h
20 #define viskores_filter_contour_ClipWithField_h
71 #endif // viskores_filter_contour_ClipWithField_h
void SetInvertClip(bool invert)
Specifies if the result for the clip filter should be inverted.
Definition: ClipWithField.h:53
bool GetInvertClip() const
Specifies if the result for the clip filter should be inverted.
Definition: ClipWithField.h:59
Clip a dataset using a field.
Definition: ClipWithField.h:39
Contains and manages the geometric data structures that Viskores operates on.
Definition: DataSet.h:66
void SetClipValue(viskores::Float64 value)
Specifies the field value for the clip operation.
Definition: ClipWithField.h:46
viskores::Float64 GetClipValue() const
Specifies the field value for the clip operation.
Definition: ClipWithField.h:56
Base class for all filters.
Definition: Filter.h:171
#define VISKORES_CONT
Definition: ExportMacros.h:65
Groups connected points that have the same field value.
Definition: Atomic.h:27
double Float64
Base type to use for 64-bit floating-point numbers.
Definition: Types.h:169