Go to the documentation of this file.
42 #ifndef vtk_m_filter_scalar_topology_SelectTopVolumeContoursFilter_h
43 #define vtk_m_filter_scalar_topology_SelectTopVolumeContoursFilter_h
47 #include <vtkm/filter/scalar_topology/worklet/contourtree_augmented/Types.h>
53 namespace scalar_topology
64 this->nSavedBranches = numBranches;
vtkm::Id nSavedBranches
Definition: SelectTopVolumeContoursFilter.h:72
Groups connected points that have the same field value.
Definition: Atomic.h:19
vtkm::cont::UnknownArrayHandle BranchSaddleIsoValue
Definition: SelectTopVolumeContoursFilter.h:76
#define VTKM_FILTER_SCALAR_TOPOLOGY_EXPORT
Definition: vtkm_filter_scalar_topology_export.h:44
An ArrayHandle of an unknown value type and storage.
Definition: UnknownArrayHandle.h:430
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
vtkm::worklet::contourtree_augmented::IdArrayType BranchSaddleEpsilon
Definition: SelectTopVolumeContoursFilter.h:74
Base class for all filters.
Definition: Filter.h:163
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::Int64 Id
Base type to use to index arrays.
Definition: Types.h:227
Compute branch decompostion from distributed contour tree.
Definition: SelectTopVolumeContoursFilter.h:57
vtkm::worklet::contourtree_augmented::IdArrayType BranchVolume
Definition: SelectTopVolumeContoursFilter.h:73
vtkm::worklet::contourtree_augmented::IdArrayType SortedBranchByVolume
Definition: SelectTopVolumeContoursFilter.h:75
void SetSavedBranches(const vtkm::Id &numBranches)
Definition: SelectTopVolumeContoursFilter.h:62
Comprises a set of vtkm::cont::DataSet objects.
Definition: PartitionedDataSet.h:26