VGM Version 5.3
|
#include <iostream>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | VGM::IMaterial |
The VGM interface to materials. More... | |
Namespaces | |
namespace | VGM |
VGM interfaces. | |
Typedefs | |
typedef std::vector< IElement * > | VGM::ElementVector |
typedef std::vector< double > | VGM::MassFractionVector |
typedef std::vector< int > | VGM::AtomCountVector |
Enumerations | |
enum | VGM::MaterialState { VGM::kUndefined , VGM::kSolid , VGM::kLiquid , VGM::kGas } |
Functions | |
std::ostream & | operator<< (std::ostream &out, const VGM::IMaterial &material) |
std::ostream & operator<< | ( | std::ostream & | out, |
const VGM::IMaterial & | material ) |
Definition at line 23 of file material.cxx.