MURE
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | Public Attributes | List of all members
CellHeader Struct Reference

Header of an evolving cell in a binary file. More...

#include <BinaryFormat2.hxx>

Public Member Functions

void write (ofstream &out)
 Write the header into a stream. More...
 
void read (ifstream &in)
 Read the header from a stream. More...
 

Public Attributes

int CellNumber
 MCNP number of this cell. More...
 
float Volume
 Volume of the cell. More...
 
float Flux
 Flux in this cell. More...
 
float FluxErr
 Flux error. More...
 
int NNucleusRecords
 Number of nuclei records in this cell. More...
 

Detailed Description

Header of an evolving cell in a binary file.

Member Function Documentation

void CellHeader::read ( ifstream &  in)

Read the header from a stream.

void CellHeader::write ( ofstream &  out)

Write the header into a stream.

Member Data Documentation

int CellHeader::CellNumber

MCNP number of this cell.

float CellHeader::Flux

Flux in this cell.

float CellHeader::FluxErr

Flux error.

int CellHeader::NNucleusRecords

Number of nuclei records in this cell.

float CellHeader::Volume

Volume of the cell.


The documentation for this struct was generated from the following file:

MURE Project, documentation generated by Doxygen 1.8.5 - Mon Nov 17 2014