Viskores  1.0
FieldRangeGlobalCompute.h
Go to the documentation of this file.
1 //============================================================================
2 // The contents of this file are covered by the Viskores license. See
3 // LICENSE.txt for details.
4 //
5 // By contributing to this file, all contributors agree to the Developer
6 // Certificate of Origin Version 1.1 (DCO 1.1) as stated in DCO.txt.
7 //============================================================================
8 
9 //============================================================================
10 // Copyright (c) Kitware, Inc.
11 // All rights reserved.
12 // See LICENSE.txt for details.
13 //
14 // This software is distributed WITHOUT ANY WARRANTY; without even
15 // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
16 // PURPOSE. See the above copyright notice for more information.
17 //============================================================================
18 #ifndef viskores_cont_FieldRangeGlobalCompute_h
19 #define viskores_cont_FieldRangeGlobalCompute_h
20 
22 
23 namespace viskores
24 {
25 namespace cont
26 {
27 
28 namespace detail
29 {
30 
31 VISKORES_CONT_EXPORT VISKORES_CONT viskores::cont::ArrayHandle<viskores::Range> MergeRangesGlobal(
33 
34 } // namespace detail
35 
43 
44 //{@
47 VISKORES_CONT_EXPORT
50  const viskores::cont::DataSet& dataset,
51  const std::string& name,
54 
55 //{@
63 VISKORES_CONT_EXPORT
67  const std::string& name,
70 
71 }
72 } // namespace viskores::cont
73 
74 #endif
viskores::cont::DataSet
Contains and manages the geometric data structures that Viskores operates on.
Definition: DataSet.h:66
viskores::cont::Field::Association
Association
Identifies what elements of a data set a field is associated with.
Definition: Field.h:46
FieldRangeCompute.h
viskores::cont::Field::Association::Any
@ Any
Any field regardless of the association.
viskores::cont::ArrayHandle< viskores::Range >
VISKORES_CONT
#define VISKORES_CONT
Definition: ExportMacros.h:65
viskores
Groups connected points that have the same field value.
Definition: Atomic.h:27
viskores::cont::PartitionedDataSet
Comprises a set of viskores::cont::DataSet objects.
Definition: PartitionedDataSet.h:34
viskores::cont::FieldRangeGlobalCompute
viskores::cont::ArrayHandle< viskores::Range > FieldRangeGlobalCompute(const viskores::cont::DataSet &dataset, const std::string &name, viskores::cont::Field::Association assoc=viskores::cont::Field::Association::Any)
utility functions to compute global ranges for dataset fields.