|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Include dependency graph for mcnpmit.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | McnpData |
Defines | |
| #define | MCNP mc_instance() |
| #define | BOXMIN_TAG "BOXMIN_TAG" |
| #define | BOXMAX_TAG "BOXMAX_TAG" |
| #define | TALLY_TAG "TALLY_TAG" |
| #define | ERROR_TAG "ERROR_TAG" |
| #define | MBI mb_instance() |
Enumerations | |
| enum | MCNPError { MCNP_SUCCESS, MCNP_FAILURE, DONE } |
| enum | { NOSYS, CARTESIAN, CYLINDRICAL, SPHERICAL } |
| #define BOXMAX_TAG "BOXMAX_TAG" |
Definition at line 6 of file mcnpmit.hpp.
| #define BOXMIN_TAG "BOXMIN_TAG" |
Definition at line 5 of file mcnpmit.hpp.
| #define ERROR_TAG "ERROR_TAG" |
Definition at line 8 of file mcnpmit.hpp.
Referenced by McnpData::initialize_tags().
| #define MBI mb_instance() |
Definition at line 10 of file mcnpmit.hpp.
| #define MCNP mc_instance() |
Definition at line 4 of file mcnpmit.hpp.
Referenced by main(), and read_files().
| #define TALLY_TAG "TALLY_TAG" |
Definition at line 7 of file mcnpmit.hpp.
Referenced by McnpData::initialize_tags().
| anonymous enum |
Definition at line 18 of file mcnpmit.hpp.
{
NOSYS,
CARTESIAN,
CYLINDRICAL,
SPHERICAL
};
| enum MCNPError |
Definition at line 12 of file mcnpmit.hpp.
{
MCNP_SUCCESS,
MCNP_FAILURE,
DONE
};