VTK-m  2.0
StorageList.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_StorageList_h
11 #define vtk_m_cont_StorageList_h
12 
13 #include <vtkm/List.h>
14 
19 
20 namespace vtkm
21 {
22 namespace cont
23 {
24 
26 
27 using StorageListCommon =
34 
35 }
36 } // namespace vtkm::cont
37 
38 #endif //vtk_m_cont_StorageList_h
vtkm
Groups connected points that have the same field value.
Definition: Atomic.h:19
vtkm::cont::StorageTagSOA
Definition: ArrayHandleSOA.h:124
ArrayHandleBasic.h
vtkm::cont::StorageTagCartesianProduct
Definition: ArrayHandleCartesianProduct.h:159
ArrayHandleUniformPointCoordinates.h
ArrayHandleSOA.h
vtkm::cont::StorageTagUniformPoints
Definition: ArrayHandleUniformPointCoordinates.h:22
ArrayHandleCartesianProduct.h
vtkm::List
Definition: List.h:34
vtkm::cont::StorageTagBasic
A tag for the basic implementation of a Storage object.
Definition: ArrayHandle.h:45
List.h