Structure holding Material and a number (e.g. density, temperature etc.) More...
#include <EWrapper.hxx>
Public Member Functions | |
MatX () | |
Normal constructor. More... | |
MatX (const MatX &mx) | |
Copy constructor. More... | |
~MatX () | |
Destructor. More... | |
Public Attributes | |
Material * | M |
The material. More... | |
double | X |
The value. More... | |
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.
|
inline |
Destructor.
Material* MatX::M |
The material.
double MatX::X |
The value.