Go to the documentation of this file.
18 #ifndef viskores_filter_contour_Slice_h
19 #define viskores_filter_contour_Slice_h
62 #endif // viskores_filter_contour_Slice_h
Implicit function that can switch among known implicit function types.
Definition: ImplicitFunction.h:985
Contains and manages the geometric data structures that Viskores operates on.
Definition: DataSet.h:66
void SetImplicitFunction(const viskores::ImplicitFunctionGeneral &func)
Set the implicit function that is used to perform the slicing.
Definition: Slice.h:48
const viskores::ImplicitFunctionGeneral & GetImplicitFunction() const
Get the implicit function that us used to perform the slicing.
Definition: Slice.h:51
#define VISKORES_CONT
Definition: ExportMacros.h:65
Groups connected points that have the same field value.
Definition: Atomic.h:27
viskores::ImplicitFunctionGeneral Function
Definition: Slice.h:56
Intersect a mesh with an implicit surface.
Definition: Slice.h:39
Generate contours or isosurfaces from a region of space.
Definition: Contour.h:43