VTK-m  2.0
CellSetList.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_CellSetList_h
11 #define vtk_m_cont_CellSetList_h
12 
13 #include <vtkm/List.h>
14 
19 
20 namespace vtkm
21 {
22 namespace cont
23 {
24 
26 
28 
30 
31 
32 template <typename ShapesStorageTag = VTKM_DEFAULT_SHAPES_STORAGE_TAG,
33  typename ConnectivityStorageTag = VTKM_DEFAULT_CONNECTIVITY_STORAGE_TAG,
34  typename OffsetsStorageTag = VTKM_DEFAULT_OFFSETS_STORAGE_TAG>
37 
39 
44 
47 
50 }
51 } // namespace vtkm::cont
52 
53 #endif //vtk_m_cont_CellSetList_h
VTKM_DEFAULT_OFFSETS_STORAGE_TAG
#define VTKM_DEFAULT_OFFSETS_STORAGE_TAG
Definition: CellSetExplicit.h:66
vtkm
Groups connected points that have the same field value.
Definition: Atomic.h:19
CellSetExplicit.h
CellSetExtrude.h
vtkm::cont::CellSetStructured< 3 >
vtkm::cont::CellSetSingleType
Definition: CastAndCall.h:34
VTKM_DEFAULT_CONNECTIVITY_STORAGE_TAG
#define VTKM_DEFAULT_CONNECTIVITY_STORAGE_TAG
Definition: CellSetExplicit.h:62
vtkm::cont::CellSetExplicit
Definition: CastAndCall.h:36
VTKM_DEFAULT_SHAPES_STORAGE_TAG
#define VTKM_DEFAULT_SHAPES_STORAGE_TAG
Definition: CellSetExplicit.h:58
vtkm::List
Definition: List.h:34
CellSetStructured.h
CellSetSingleType.h
List.h