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() const | Cell | |
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() const | Cell | |
getNeighbors() const | Cell | |
getNumInstances() | Cell | |
getNumRings() | Cell | |
getNumSectors() | Cell | |
getNumSurfaces() const | Cell | |
getNumZCylinders() | Cell | |
getOldestAncestor() | Cell | |
getParent() | Cell | |
getPhi(std::string units="degrees") | Cell | |
getPsi(std::string units="degrees") | Cell | |
getRegion() | Cell | |
getRotationMatrix() | Cell | |
getSurfaces() const | Cell | |
getTheta(std::string units="degrees") | Cell | |
getTranslation() | Cell | |
getType() const | Cell | |
getUid() const | Cell | |
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() | Cell | virtual |