VTK-m  2.0
FieldRangeGlobalCompute.h
Go to the documentation of this file.
1 //============================================================================
2 // Copyright (c) Kitware, Inc.
3 // All rights reserved.
4 // See LICENSE.txt for details.
5 //
6 // This software is distributed WITHOUT ANY WARRANTY; without even
7 // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8 // PURPOSE. See the above copyright notice for more information.
9 //============================================================================
10 #ifndef vtk_m_cont_FieldRangeGlobalCompute_h
11 #define vtk_m_cont_FieldRangeGlobalCompute_h
12 
14 
15 namespace vtkm
16 {
17 namespace cont
18 {
19 
20 namespace detail
21 {
22 
23 VTKM_CONT_EXPORT VTKM_CONT vtkm::cont::ArrayHandle<vtkm::Range> MergeRangesGlobal(
25 
26 } // namespace detail
27 
35 
36 //{@
39 VTKM_CONT_EXPORT
42  const vtkm::cont::DataSet& dataset,
43  const std::string& name,
46 
47 //{@
55 VTKM_CONT_EXPORT
59  const std::string& name,
62 
63 }
64 } // namespace vtkm::cont
65 
66 #endif
vtkm::cont::ArrayHandle< vtkm::Range >
vtkm
Groups connected points that have the same field value.
Definition: Atomic.h:19
FieldRangeCompute.h
vtkm::cont::Field::Association
Association
Definition: cont/Field.h:34
vtkm::cont::FieldRangeGlobalCompute
VTKM_CONT_EXPORT VTKM_CONT vtkm::cont::ArrayHandle< vtkm::Range > FieldRangeGlobalCompute(const vtkm::cont::DataSet &dataset, const std::string &name, vtkm::cont::Field::Association assoc=vtkm::cont::Field::Association::Any)
utility functions to compute global ranges for dataset fields.
vtkm::cont::DataSet
Definition: DataSet.h:34
vtkm::cont::Field::Association::Any
@ Any
VTKM_CONT
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::cont::PartitionedDataSet
Definition: PartitionedDataSet.h:25