Go to the documentation of this file.
18 #ifndef viskores_filter_contour_Slice_Multi_h
19 #define viskores_filter_contour_Slice_Multi_h
42 FunctionList.push_back(func);
48 return FunctionList[id];
60 #endif // viskores_filter_contour_Slice_Multi_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
const viskores::ImplicitFunctionGeneral & GetImplicitFunction(viskores::Id id) const
Definition: SliceMultiple.h:45
viskores::Int64 Id
Base type to use to index arrays.
Definition: Types.h:235
#define VISKORES_CONT
Definition: ExportMacros.h:65
Groups connected points that have the same field value.
Definition: Atomic.h:27
#define VISKORES_ASSERT(condition)
Definition: Assert.h:51
std::vector< viskores::ImplicitFunctionGeneral > FunctionList
Definition: SliceMultiple.h:54
void AddImplicitFunction(const viskores::ImplicitFunctionGeneral &func)
Set/Get the implicit function that is used to perform the slicing.
Definition: SliceMultiple.h:40
Generate contours or isosurfaces from a region of space.
Definition: Contour.h:43
This filter can accept multiple implicit functions used by the slice filter.
Definition: SliceMultiple.h:34