FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
FEAT::Shape::Hypercube< dimension_ > Struct Template Reference

Hypercube shape tag struct template. More...

#include <shape.hpp>

Static Public Member Functions

static String name ()
 Returns the name of the class as a String. More...
 

Static Public Attributes

static constexpr int dimension = dimension_
 Hypercube dimension. More...
 

Detailed Description

template<int dimension_>
struct FEAT::Shape::Hypercube< dimension_ >

Hypercube shape tag struct template.

Author
Peter Zajac

Definition at line 63 of file shape.hpp.

Member Function Documentation

◆ name()

template<int dimension_>
static String FEAT::Shape::Hypercube< dimension_ >::name ( )
inlinestatic

Returns the name of the class as a String.

Definition at line 71 of file shape.hpp.

References FEAT::stringify().

Member Data Documentation

◆ dimension

template<int dimension_>
constexpr int FEAT::Shape::Hypercube< dimension_ >::dimension = dimension_
staticconstexpr

Hypercube dimension.

Definition at line 68 of file shape.hpp.


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