Go to the documentation of this file.
10 #ifndef vtk_m_filter_contour_ClipWithImplicitFunction_h
11 #define vtk_m_filter_contour_ClipWithImplicitFunction_h
65 #endif // vtk_m_filter_contour_ClipWithImplicitFunction_h
Implicit function that can switch among known implicit function types.
Definition: ImplicitFunction.h:965
Groups connected points that have the same field value.
Definition: Atomic.h:19
vtkm::ImplicitFunctionGeneral Function
Definition: ClipWithImplicitFunction.h:57
vtkm::Float64 GetOffset() const
Definition: ClipWithImplicitFunction.h:41
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
Clip a dataset using an implicit function.
Definition: ClipWithImplicitFunction.h:30
const vtkm::ImplicitFunctionGeneral & GetImplicitFunction() const
Specifies the implicit function to be used to perform the clip operation.
Definition: ClipWithImplicitFunction.h:52
void SetImplicitFunction(const vtkm::ImplicitFunctionGeneral &func)
Specifies the implicit function to be used to perform the clip operation.
Definition: ClipWithImplicitFunction.h:38
#define VTKM_FILTER_CONTOUR_EXPORT
Definition: vtkm_filter_contour_export.h:44
Base class for all filters.
Definition: Filter.h:163
void SetOffset(vtkm::Float64 offset)
Definition: ClipWithImplicitFunction.h:40
void SetInvertClip(bool invert)
Specifies whether the result of the clip filter should be inverted.
Definition: ClipWithImplicitFunction.h:49
double Float64
Base type to use for 64-bit floating-point numbers.
Definition: Types.h:161
vtkm::Float32 Offset
Definition: Wireframer.h:393