Viskores  1.0
Classes | Namespaces | Macros
TopologyElementTag.h File Reference
#include <viskores/Types.h>

Go to the source code of this file.

Classes

struct  viskores::TopologyElementTagCell
 A tag used to identify the cell elements in a topology. More...
 
struct  viskores::TopologyElementTagPoint
 A tag used to identify the point elements in a topology. More...
 
struct  viskores::TopologyElementTagEdge
 A tag used to identify the edge elements in a topology. More...
 
struct  viskores::TopologyElementTagFace
 A tag used to identify the face elements in a topology. More...
 

Namespaces

 viskores
 Groups connected points that have the same field value.
 

Macros

#define VISKORES_IS_TOPOLOGY_ELEMENT_TAG(type)
 

Macro Definition Documentation

◆ VISKORES_IS_TOPOLOGY_ELEMENT_TAG

#define VISKORES_IS_TOPOLOGY_ELEMENT_TAG (   type)
Value:
static_assert(::viskores::internal::TopologyElementTagCheck<type>::value, \
"Invalid Topology Element Tag being used")