Template Numerical Library version\ main:f17d0c8
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
TNL::Meshes::VTK::GridEntityShape< GridEntity > Struct Template Reference

Static Public Attributes

static constexpr EntityShape shape
 

Member Data Documentation

◆ shape

template<typename GridEntity >
constexpr EntityShape TNL::Meshes::VTK::GridEntityShape< GridEntity >::shape
staticconstexpr
Initial value:
= ( dim == 0 ) ? EntityShape::Vertex
: ( dim == 1 ) ? EntityShape::Line
: ( dim == 2 ) ? EntityShape::Pixel
: EntityShape::Voxel

The documentation for this struct was generated from the following file: