VTK-m  2.1
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 
25 
26 } // namespace detail
27 
35 
36 //{@
42  const vtkm::cont::DataSet& dataset,
43  const std::string& name,
46 
47 //{@
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
Identifies what elements of a data set a field is associated with.
Definition: Field.h:38
vtkm::cont::DataSet
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
VTKM_CONT_EXPORT
#define VTKM_CONT_EXPORT
Definition: vtkm_cont_export.h:44
vtkm::cont::FieldRangeGlobalCompute
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::Field::Association::Any
@ Any
Any field regardless of the association.
VTKM_CONT
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::cont::PartitionedDataSet
Comprises a set of vtkm::cont::DataSet objects.
Definition: PartitionedDataSet.h:26