|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <Material.h>


Public Member Functions | |
| Material () | |
| Default constructor. More... | |
| Material (std::string _name) | |
| Constructor by giving a name to the material. More... | |
| Material (const Material &other) | |
| Copy constructor. More... | |
| virtual | ~Material () |
Public Member Functions inherited from Base | |
| Base () | |
| Default constructor. More... | |
| Base (const Base &other) | |
| Copy constructor. More... | |
| virtual | ~Base () |
| Destructor. More... | |
| std::string | getName () |
| Get the name of the object. More... | |
| void | setName (const std::string &_name) |
| Set the name of the object. More... | |
Public Attributes | |
| unsigned int | id |
| Identification set by the MaterialManager. More... | |
| bool | isNatural |
| Flag to define a natural material. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Base | |
| std::string | name |
| Each instantiated object may be named. More... | |
Definition at line 26 of file Material.h.
|
inline |
Default constructor.
Definition at line 30 of file Material.h.
|
inline |
Constructor by giving a name to the material.
Definition at line 36 of file Material.h.
|
inline |
Copy constructor.
Definition at line 42 of file Material.h.
|
inlinevirtual |
Definition at line 52 of file Material.h.
| unsigned int Material::id |
Identification set by the MaterialManager.
Definition at line 55 of file Material.h.
| bool Material::isNatural |
Flag to define a natural material.
Definition at line 56 of file Material.h.