MURE
|
Structure holding Material and a number (e.g. density, temperature etc.) More...
#include <EWrapper.hxx>
Public Member Functions | |
MatX () | |
MatX (const MatX &mx) | |
Copy constructor. | |
~MatX ()=default | |
Destructor. | |
Public Attributes | |
Material * | fMaterial |
The material. | |
double | fValue |
The characteristic value (proportion, temperature, ...) associated to the material. | |
Structure holding Material and a number (e.g. density, temperature etc.)
Used only by EvolutionWrapper class.
|
inline |
< Normal constructor.
MatX::MatX | ( | const MatX & | mx | ) |
Copy constructor.
|
default |
Destructor.
Material* MatX::fMaterial |
The material.
double MatX::fValue |
The characteristic value (proportion, temperature, ...) associated to the material.