FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
FEAT::Geometry::EntitySearchEntry< Shape_, num_coords_ > Struct Template Reference

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...
 

Detailed Description

template<typename Shape_, int num_coords_>
struct FEAT::Geometry::EntitySearchEntry< Shape_, num_coords_ >

Tuple of raw entity and corresponding reference.

Template Parameters
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.

Constructor & Destructor Documentation

◆ EntitySearchEntry()

template<typename Shape_ , int num_coords_>
FEAT::Geometry::EntitySearchEntry< Shape_, num_coords_ >::EntitySearchEntry ( RawEntity< Shape_, num_coords_ >  ent,
EntityReference  ref 
)
inline

Constructor.

Definition at line 952 of file template_builder.hpp.

Member Data Documentation

◆ raw_entity

template<typename Shape_ , int num_coords_>
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<<().

◆ reference

template<typename Shape_ , int num_coords_>
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<<().


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