Go to the documentation of this file.
42 #ifndef vtk_m_filter_scalar_topology_SelectTopVolumeBranchesFilter_h
43 #define vtk_m_filter_scalar_topology_SelectTopVolumeBranchesFilter_h
52 namespace scalar_topology
63 this->NumSavedBranches = numBranches;
68 this->PresimplifyThreshold = presimpThres;
void SetPresimplifyThreshold(const vtkm::Id &presimpThres)
Definition: SelectTopVolumeBranchesFilter.h:66
vtkm::cont::ArrayHandle< vtkm::Id > BranchVolume
Definition: SelectTopVolumeBranchesFilter.h:82
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
vtkm::Id GetPresimplifyThreshold()
Definition: SelectTopVolumeBranchesFilter.h:72
LogLevel
Log levels for use with the logging macros.
Definition: Logging.h:298
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
Compute branch decompostion from distributed contour tree.
Definition: SelectTopVolumeBranchesFilter.h:56
vtkm::cont::ArrayHandle< vtkm::Id > TopVolBranchParent
Definition: SelectTopVolumeBranchesFilter.h:90
vtkm::cont::UnknownArrayHandle BranchSaddleIsoValue
Definition: SelectTopVolumeBranchesFilter.h:85
vtkm::Id GetSavedBranches()
Definition: SelectTopVolumeBranchesFilter.h:71
Base class for all filters.
Definition: Filter.h:163
void SetSavedBranches(const vtkm::Id &numBranches)
Definition: SelectTopVolumeBranchesFilter.h:61
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::Int64 Id
Base type to use to index arrays.
Definition: Types.h:227
vtkm::cont::ArrayHandle< vtkm::Id > BranchSaddleEpsilon
Definition: SelectTopVolumeBranchesFilter.h:83
vtkm::cont::ArrayHandle< vtkm::Id > SortedBranchByVolume
Definition: SelectTopVolumeBranchesFilter.h:84
vtkm::cont::LogLevel GetTimingsLogLevel()
Definition: SelectTopVolumeBranchesFilter.h:73
@ 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