OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Classes | Namespaces | Enumerations | Functions | Variables
BoundaryGeometry.h File Reference
#include <assert.h>
#include <unordered_map>
#include <unordered_set>
#include <array>
#include "AbstractObjects/Definition.h"
#include "Attributes/Attributes.h"
#include "Structure/SecondaryEmissionPhysics.h"
#include <gsl/gsl_rng.h>
Include dependency graph for BoundaryGeometry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BoundaryGeometry
 

Namespaces

 BGphysics
 

Enumerations

enum  BGphysics::TPHYACTION { BGphysics::Nop = 0x01, BGphysics::Absorption = 0x02, BGphysics::FNEmission = 0x04, BGphysics::SecondaryEmission = 0x08 }
 

Functions

Informoperator<< (Inform &os, const BoundaryGeometry &b)
 

Variables

Informgmsg
 

Function Documentation

Inform& operator<< ( Inform os,
const BoundaryGeometry b 
)
inline

Definition at line 519 of file BoundaryGeometry.h.

References BoundaryGeometry::printInfo().

Here is the call graph for this function:

Variable Documentation

Inform* gmsg

Definition at line 21 of file Main.cpp.