Go to the documentation of this file.
42 #ifndef vtk_m_filter_scalar_topology_ExtractTopVolumeContoursFilter_h
43 #define vtk_m_filter_scalar_topology_ExtractTopVolumeContoursFilter_h
52 namespace scalar_topology
64 this->IsMarchingCubes = marchingCubes;
69 this->IsShiftIsovalueByEpsilon = shiftIsovalueByEps;
81 bool IsMarchingCubes =
false;
82 bool IsShiftIsovalueByEpsilon =
false;
Groups connected points that have the same field value.
Definition: Atomic.h:19
#define VTKM_FILTER_SCALAR_TOPOLOGY_EXPORT
Definition: vtkm_filter_scalar_topology_export.h:44
LogLevel
Log levels for use with the logging macros.
Definition: Logging.h:298
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
Base class for all filters.
Definition: Filter.h:163
#define VTKM_CONT
Definition: ExportMacros.h:57
@ Perf
General timing data and algorithm flow information, such as filter execution, worklet dispatches,...
Comprises a set of vtkm::cont::DataSet objects.
Definition: PartitionedDataSet.h:26