Go to the documentation of this file.
11 #ifndef vtk_m_filter_contour_ClipWithField_h
12 #define vtk_m_filter_contour_ClipWithField_h
63 #endif // vtk_m_filter_contour_ClipWithField_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
void SetClipValue(vtkm::Float64 value)
Specifies the field value for the clip operation.
Definition: ClipWithField.h:38
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
#define VTKM_FILTER_CONTOUR_EXPORT
Definition: vtkm_filter_contour_export.h:44
bool GetInvertClip() const
Specifies if the result for the clip filter should be inverted.
Definition: ClipWithField.h:51
Base class for all filters.
Definition: Filter.h:163
#define VTKM_CONT
Definition: ExportMacros.h:57
Clip a dataset using a field.
Definition: ClipWithField.h:31
vtkm::Float64 GetClipValue() const
Specifies the field value for the clip operation.
Definition: ClipWithField.h:48
double Float64
Base type to use for 64-bit floating-point numbers.
Definition: Types.h:161
void SetInvertClip(bool invert)
Specifies if the result for the clip filter should be inverted.
Definition: ClipWithField.h:45