|
FEAT 3
Finite Element Analysis Toolbox
|
Tuple of raw entity and corresponding reference. More...
#include <template_builder.hpp>
Public Member Functions | |
| EntitySearchEntry (RawEntity< Shape_, num_coords_ > ent, EntityReference ref) | |
| Constructor. More... | |
Public Attributes | |
| RawEntity< Shape_, num_coords_ > | raw_entity |
| Raw entity. More... | |
| EntityReference | reference |
| EntityReference refering to the raw entity. More... | |
Tuple of raw entity and corresponding reference.
| Shape_ | Shape of the raw entity |
| num_coords_ | Number of coordinates for each vertex of the raw entity |
Definition at line 943 of file template_builder.hpp.
|
inline |
Constructor.
Definition at line 952 of file template_builder.hpp.
| RawEntity<Shape_, num_coords_> FEAT::Geometry::EntitySearchEntry< Shape_, num_coords_ >::raw_entity |
Raw entity.
Definition at line 946 of file template_builder.hpp.
Referenced by FEAT::Geometry::operator<<().
| EntityReference FEAT::Geometry::EntitySearchEntry< Shape_, num_coords_ >::reference |
EntityReference refering to the raw entity.
Definition at line 949 of file template_builder.hpp.
Referenced by FEAT::Geometry::operator<<().