VTK-m
2.0
vtkm
cont
MergePartitionedDataSet.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_MergePartitionedDataset_h
11
#define vtk_m_cont_MergePartitionedDataset_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
36
VTKM_CONT
37
vtkm::cont::DataSet
MergePartitionedDataSet
(
38
const
vtkm::cont::PartitionedDataSet
& partitionedDataSet);
39
41
}
42
}
43
44
#endif
vtkm
Groups connected points that have the same field value.
Definition:
Atomic.h:19
vtkm::cont::DataSet
Definition:
DataSet.h:34
vtkm::cont::MergePartitionedDataSet
VTKM_CONT_EXPORT VTKM_CONT vtkm::cont::DataSet MergePartitionedDataSet(const vtkm::cont::PartitionedDataSet &partitionedDataSet)
Functions to compute bounds for a single dataSset or partition dataset.
Bounds.h
VTKM_CONT
#define VTKM_CONT
Definition:
ExportMacros.h:57
vtkm::cont::PartitionedDataSet
Definition:
PartitionedDataSet.h:25
Generated by
1.8.17