Go to the documentation of this file.
10 #ifndef vtk_m_filter_contour_Slice_h
11 #define vtk_m_filter_contour_Slice_h
54 #endif // vtk_m_filter_contour_Slice_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
Intersect a mesh with an implicit surface.
Definition: Slice.h:31
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
#define VTKM_CONT
Definition: ExportMacros.h:57
Generate contours or isosurfaces from a region of space.
Definition: Contour.h:35
const vtkm::ImplicitFunctionGeneral & GetImplicitFunction() const
Get the implicit function that us used to perform the slicing.
Definition: Slice.h:43
vtkm::ImplicitFunctionGeneral Function
Definition: Slice.h:48
void SetImplicitFunction(const vtkm::ImplicitFunctionGeneral &func)
Set the implicit function that is used to perform the slicing.
Definition: Slice.h:40