Go to the documentation of this file.
10 #ifndef vtk_m_filter_contour_Slice_Multi_h
11 #define vtk_m_filter_contour_Slice_Multi_h
34 FunctionList.push_back(func);
40 return FunctionList[id];
52 #endif // vtk_m_filter_contour_Slice_Multi_h
void AddImplicitFunction(const vtkm::ImplicitFunctionGeneral &func)
Set/Get the implicit function that is used to perform the slicing.
Definition: SliceMultiple.h:32
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
#define VTKM_ASSERT(condition)
Definition: Assert.h:43
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
This filter can accept multiple implicit functions used by the slice filter.
Definition: SliceMultiple.h:26
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::Int64 Id
Base type to use to index arrays.
Definition: Types.h:227
const vtkm::ImplicitFunctionGeneral & GetImplicitFunction(vtkm::Id id) const
Definition: SliceMultiple.h:37
Generate contours or isosurfaces from a region of space.
Definition: Contour.h:35
std::vector< vtkm::ImplicitFunctionGeneral > FunctionList
Definition: SliceMultiple.h:46