Go to the documentation of this file.
18 #ifndef viskores_filter_contour_ClipWithImplicitFunction_h
19 #define viskores_filter_contour_ClipWithImplicitFunction_h
73 #endif // viskores_filter_contour_ClipWithImplicitFunction_h
void SetInvertClip(bool invert)
Specifies whether the result of the clip filter should be inverted.
Definition: ClipWithImplicitFunction.h:57
viskores::Float64 GetOffset() const
Definition: ClipWithImplicitFunction.h:49
Implicit function that can switch among known implicit function types.
Definition: ImplicitFunction.h:985
viskores::Float32 Offset
Definition: Wireframer.h:410
Contains and manages the geometric data structures that Viskores operates on.
Definition: DataSet.h:66
Base class for all filters.
Definition: Filter.h:171
viskores::ImplicitFunctionGeneral Function
Definition: ClipWithImplicitFunction.h:65
const viskores::ImplicitFunctionGeneral & GetImplicitFunction() const
Specifies the implicit function to be used to perform the clip operation.
Definition: ClipWithImplicitFunction.h:60
Groups connected points that have the same field value.
Definition: Atomic.h:27
void SetImplicitFunction(const viskores::ImplicitFunctionGeneral &func)
Specifies the implicit function to be used to perform the clip operation.
Definition: ClipWithImplicitFunction.h:46
void SetOffset(viskores::Float64 offset)
Definition: ClipWithImplicitFunction.h:48
Clip a dataset using an implicit function.
Definition: ClipWithImplicitFunction.h:38
double Float64
Base type to use for 64-bit floating-point numbers.
Definition: Types.h:169