VTK-m
2.0
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
g
v
Variables
Typedefs
Macros
b
c
d
e
i
k
m
n
p
q
r
s
t
u
v
x
z
vtkm
cont
BoundsGlobalCompute.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_BoundsGlobalCompute_h
11
#define vtk_m_cont_BoundsGlobalCompute_h
12
13
#include <
vtkm/Bounds.h
>
14
#include <vtkm/cont/vtkm_cont_export.h>
15
16
namespace
vtkm
17
{
18
namespace
cont
19
{
20
21
class
DataSet;
22
class
PartitionedDataSet;
23
25
VTKM_CONT_EXPORT
37
VTKM_CONT
38
vtkm::Bounds
BoundsGlobalCompute
(
const
vtkm::cont::DataSet
& dataset,
39
vtkm::Id
coordinate_system_index = 0);
40
41
VTKM_CONT_EXPORT
42
VTKM_CONT
43
vtkm::Bounds
BoundsGlobalCompute
(
const
vtkm::cont::PartitionedDataSet
& pds,
44
vtkm::Id
coordinate_system_index = 0);
45
46
VTKM_CONT_EXPORT
47
VTKM_CONT
48
vtkm::Bounds
BoundsGlobalCompute
(
const
vtkm::cont::DataSet
& dataset,
49
const
std::string& coordinate_system_name);
50
51
VTKM_CONT_EXPORT
52
VTKM_CONT
53
vtkm::Bounds
BoundsGlobalCompute
(
const
vtkm::cont::PartitionedDataSet
& pds,
54
const
std::string& coordinate_system_name);
56
}
57
}
58
#endif
vtkm
Groups connected points that have the same field value.
Definition:
Atomic.h:19
vtkm::cont::DataSet
Definition:
DataSet.h:34
vtkm::Id
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition:
Types.h:191
Bounds.h
VTKM_CONT
#define VTKM_CONT
Definition:
ExportMacros.h:57
vtkm::Bounds
Represent an axis-aligned 3D bounds in space.
Definition:
Bounds.h:29
vtkm::cont::BoundsGlobalCompute
VTKM_CONT_EXPORT VTKM_CONT vtkm::Bounds BoundsGlobalCompute(const vtkm::cont::DataSet &dataset, vtkm::Id coordinate_system_index=0)
Functions to compute bounds for a single dataset or partitioned dataset globally.
vtkm::cont::PartitionedDataSet
Definition:
PartitionedDataSet.h:25
Generated by
1.8.17