VTK-m  2.0
Classes | Namespaces | Macros
CellSet.h File Reference
#include <vtkm/cont/vtkm_cont_export.h>
#include <vtkm/StaticAssert.h>
#include <vtkm/cont/ArrayHandle.h>

Go to the source code of this file.

Classes

class  vtkm::cont::CellSet
 

Namespaces

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

Macros

#define VTKM_IS_CELL_SET(T)   VTKM_STATIC_ASSERT(::vtkm::cont::internal::CellSetCheck<T>::type::value)
 

Macro Definition Documentation

◆ VTKM_IS_CELL_SET

#define VTKM_IS_CELL_SET (   T)    VTKM_STATIC_ASSERT(::vtkm::cont::internal::CellSetCheck<T>::type::value)