Viskores  1.0
Classes | Namespaces | Macros
CellSet.h File Reference
#include <viskores/cont/viskores_cont_export.h>
#include <viskores/StaticAssert.h>
#include <viskores/cont/ArrayHandle.h>

Go to the source code of this file.

Classes

class  viskores::cont::CellSet
 Defines the topological structure of the data in a DataSet. More...
 

Namespaces

 viskores
 Groups connected points that have the same field value.
 
 viskores::cont
 Viskores Control Environment.
 

Macros

#define VISKORES_IS_CELL_SET(T)   VISKORES_STATIC_ASSERT(::viskores::cont::internal::CellSetCheck<T>::type::value)
 

Macro Definition Documentation

◆ VISKORES_IS_CELL_SET

#define VISKORES_IS_CELL_SET (   T)    VISKORES_STATIC_ASSERT(::viskores::cont::internal::CellSetCheck<T>::type::value)