Template Numerical Library version\ main:9e7b0f4
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: