VTK-m  2.1
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>
15 
16 namespace vtkm
17 {
18 namespace cont
19 {
20 
21 class DataSet;
22 class PartitionedDataSet;
23 
32  const vtkm::cont::PartitionedDataSet& partitionedDataSet,
33  vtkm::Float64 invalidValue = vtkm::Nan64());
34 
36 }
37 }
38 
39 #endif
vtkm::cont::MergePartitionedDataSet
vtkm::cont::DataSet MergePartitionedDataSet(const vtkm::cont::PartitionedDataSet &partitionedDataSet, vtkm::Float64 invalidValue=vtkm::Nan64())
This function can merge multiple data sets into on data set.
vtkm
Groups connected points that have the same field value.
Definition: Atomic.h:19
vtkm::cont::DataSet
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
Bounds.h
VTKM_CONT_EXPORT
#define VTKM_CONT_EXPORT
Definition: vtkm_cont_export.h:44
vtkm_cont_export.h
VTKM_CONT
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::Float64
double Float64
Base type to use for 64-bit floating-point numbers.
Definition: Types.h:161
vtkm::cont::PartitionedDataSet
Comprises a set of vtkm::cont::DataSet objects.
Definition: PartitionedDataSet.h:26