An open source method of characteristics neutron transport code.
Cell Member List

This is the complete list of members for Cell, including all inherited members.

addLogicalNode(int region_type)Cell
addNeighborCell(Cell *cell)Cell
addSurface(int halfspace, Surface *surface)Cell
addSurfaceInRegion(int halfspace, Surface *surface)Cell
buildNeighbors()Cell
Cell(int id=0, const char *name="")Cell
clone(bool clone_region=true)Cell
containsCoords(LocalCoords *coords)Cell
containsPoint(Point *point)Cell
getAllCells()Cell
getAllUniverses()Cell
getFillMaterial()Cell
getFillUniverse()Cell
getId() constCell
getMaxX()Cell
getMaxXBoundaryType()Cell
getMaxY()Cell
getMaxYBoundaryType()Cell
getMaxZ()Cell
getMaxZBoundaryType()Cell
getMinX()Cell
getMinXBoundaryType()Cell
getMinY()Cell
getMinYBoundaryType()Cell
getMinZ()Cell
getMinZBoundaryType()Cell
getName() constCell
getNeighbors() constCell
getNumInstances()Cell
getNumRings()Cell
getNumSectors()Cell
getNumSurfaces() constCell
getNumZCylinders()Cell
getOldestAncestor()Cell
getParent()Cell
getPhi(std::string units="degrees")Cell
getPsi(std::string units="degrees")Cell
getRegion()Cell
getRotationMatrix()Cell
getSurfaces() constCell
getTheta(std::string units="degrees")Cell
getTranslation()Cell
getType() constCell
getUid() constCell
getVolume()Cell
goUpOneRegionLogical()Cell
hasParent()Cell
incrementNumInstances()Cell
incrementVolume(double volume)Cell
isFissionable()Cell
isRotated()Cell
isTranslated()Cell
minSurfaceDist(Point *point, double azim, double polar)Cell
minSurfaceDist(LocalCoords *coords)Cell
printString()Cell
removeSurface(Surface *surface)Cell
retrieveRotation(double *rotations, int num_axes, std::string units="degrees")Cell
retrieveTranslation(double *translations, int num_axes)Cell
setFill(Material *fill)Cell
setFill(Universe *fill)Cell
setName(const char *name)Cell
setNumInstances(int num_instances)Cell
setNumRings(int num_rings)Cell
setNumSectors(int num_sectors)Cell
setParent(Cell *parent)Cell
setRegion(Region *region)Cell
setRotation(double *rotation, int num_axes, std::string units="degrees")Cell
setTranslation(double *translation, int num_axes)Cell
setVolume(double volume)Cell
subdivideCell(double max_radius)Cell
toString()Cell
~Cell()Cellvirtual