An open source method of characteristics neutron transport code.
|
Go to the source code of this file.
Classes | |
class | Region |
A region of space that can be assigned to a Cell. More... | |
class | Intersection |
An intersection of two or more Regions. More... | |
class | Union |
A union of two or more Regions. More... | |
class | Complement |
A complement of a Region. More... | |
class | Halfspace |
A positive or negative halfspace Region. More... | |
class | RectangularPrism |
An infinite rectangular prism aligned with the z-axis. More... | |
Enumerations | |
enum | regionType { INTERSECTION, UNION, COMPLEMENT, HALFSPACE } |
The types of regions supported by OpenMOC. More... | |
The Region class.
enum regionType |