Go to the documentation of this file.
50 #ifndef viskores_filter_scalar_topology_SelectTopVolumeBranchesFilter_h
51 #define viskores_filter_scalar_topology_SelectTopVolumeBranchesFilter_h
60 namespace scalar_topology
72 this->NumSavedBranches = numBranches;
77 this->PresimplifyThreshold = presimpThres;
void SetSavedBranches(const viskores::Id &numBranches)
Definition: SelectTopVolumeBranchesFilter.h:70
viskores::cont::ArrayHandle< viskores::Id > BranchVolume
Definition: SelectTopVolumeBranchesFilter.h:91
viskores::Id GetPresimplifyThreshold()
Definition: SelectTopVolumeBranchesFilter.h:81
Contains and manages the geometric data structures that Viskores operates on.
Definition: DataSet.h:66
viskores::cont::UnknownArrayHandle BranchSaddleIsoValue
Definition: SelectTopVolumeBranchesFilter.h:94
Base class for all filters.
Definition: Filter.h:171
Compute branch decompostion from distributed contour tree.
Definition: SelectTopVolumeBranchesFilter.h:64
viskores::cont::LogLevel GetTimingsLogLevel()
Definition: SelectTopVolumeBranchesFilter.h:82
viskores::cont::ArrayHandle< viskores::Id > BranchSaddleEpsilon
Definition: SelectTopVolumeBranchesFilter.h:92
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
LogLevel
Log levels for use with the logging macros.
Definition: Logging.h:311
Comprises a set of viskores::cont::DataSet objects.
Definition: PartitionedDataSet.h:34
viskores::Id GetSavedBranches()
Definition: SelectTopVolumeBranchesFilter.h:80
viskores::cont::ArrayHandle< viskores::Id > SortedBranchByVolume
Definition: SelectTopVolumeBranchesFilter.h:93
void SetPresimplifyThreshold(const viskores::Id &presimpThres)
Definition: SelectTopVolumeBranchesFilter.h:75
@ Perf
General timing data and algorithm flow information, such as filter execution, worklet dispatches,...
An ArrayHandle of an unknown value type and storage.
Definition: UnknownArrayHandle.h:451
viskores::cont::ArrayHandle< viskores::Id > TopVolBranchParent
Definition: SelectTopVolumeBranchesFilter.h:99