Template Numerical Library version\ main:bb09b17
Loading...
Searching...
No Matches
TNL::Meshes::VTK::GridEntityShape< GridEntity > Struct Template Reference

Static Public Attributes

static constexpr EntityShape shape
 

Member Data Documentation

◆ shape

template<typename GridEntity >
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: