VTK-m  2.0
Namespaces | Typedefs
CellSetList.h File Reference
#include <vtkm/List.h>
#include <vtkm/cont/CellSetExplicit.h>
#include <vtkm/cont/CellSetExtrude.h>
#include <vtkm/cont/CellSetSingleType.h>
#include <vtkm/cont/CellSetStructured.h>

Go to the source code of this file.

Namespaces

 vtkm
 Groups connected points that have the same field value.
 
 vtkm::cont
 VTK-m Control Environment.
 

Typedefs

using vtkm::cont::CellSetListStructured1D = vtkm::List< vtkm::cont::CellSetStructured< 1 > >
 
using vtkm::cont::CellSetListStructured2D = vtkm::List< vtkm::cont::CellSetStructured< 2 > >
 
using vtkm::cont::CellSetListStructured3D = vtkm::List< vtkm::cont::CellSetStructured< 3 > >
 
template<typename ShapesStorageTag = VTKM_DEFAULT_SHAPES_STORAGE_TAG, typename ConnectivityStorageTag = VTKM_DEFAULT_CONNECTIVITY_STORAGE_TAG, typename OffsetsStorageTag = VTKM_DEFAULT_OFFSETS_STORAGE_TAG>
using vtkm::cont::CellSetListExplicit = vtkm::List< vtkm::cont::CellSetExplicit< ShapesStorageTag, ConnectivityStorageTag, OffsetsStorageTag > >
 
using vtkm::cont::CellSetListExplicitDefault = CellSetListExplicit<>
 
using vtkm::cont::CellSetListCommon = vtkm::List< vtkm::cont::CellSetStructured< 2 >, vtkm::cont::CellSetStructured< 3 >, vtkm::cont::CellSetExplicit<>, vtkm::cont::CellSetSingleType<> >
 
using vtkm::cont::CellSetListStructured = vtkm::List< vtkm::cont::CellSetStructured< 2 >, vtkm::cont::CellSetStructured< 3 > >
 
using vtkm::cont::CellSetListUnstructured = vtkm::List< vtkm::cont::CellSetExplicit<>, vtkm::cont::CellSetSingleType<> >