|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
Describing a triangle. More...
#include <entities.hpp>


Public Member Functions | |
| AcousticTriangle (node_idx n1, node_idx n2, node_idx n3) | |
| Constructor with the 3 vertexes of the triangle. More... | |
Public Member Functions inherited from tympan::BaseEntity | |
| virtual | ~BaseEntity () |
| Constructor. More... | |
Public Attributes | |
| node_idx | n [3] |
| Triangle vertexes. More... | |
| string | volume_id |
| Volume id. More... | |
| shared_ptr< AcousticMaterialBase > | made_of |
| Pointer to the material. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from tympan::BaseEntity | |
| BaseEntity () | |
Describing a triangle.
Definition at line 188 of file entities.hpp.
Constructor with the 3 vertexes of the triangle.
Definition at line 63 of file acoustic_problem_model.cpp.
| shared_ptr<AcousticMaterialBase> tympan::AcousticTriangle::made_of |
Pointer to the material.
Definition at line 196 of file entities.hpp.
| node_idx tympan::AcousticTriangle::n[3] |
Triangle vertexes.
Definition at line 194 of file entities.hpp.
| string tympan::AcousticTriangle::volume_id |
Volume id.
Definition at line 195 of file entities.hpp.