VTK-m  2.0
Classes | Namespaces | Macros
TopologyElementTag.h File Reference
#include <vtkm/Types.h>

Go to the source code of this file.

Classes

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

Namespaces

 vtkm
 Groups connected points that have the same field value.
 

Macros

#define VTKM_IS_TOPOLOGY_ELEMENT_TAG(type)
 

Macro Definition Documentation

◆ VTKM_IS_TOPOLOGY_ELEMENT_TAG

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