Uses of Class
ucl.physiol.neuroconstruct.project.RectangularBox

Packages that use RectangularBox
ucl.physiol.neuroconstruct.cell.utils Some utilities for handling Cells 
ucl.physiol.neuroconstruct.project Core neuroConstruct project classes 
 

Uses of RectangularBox in ucl.physiol.neuroconstruct.cell.utils
 

Methods in ucl.physiol.neuroconstruct.cell.utils that return RectangularBox
static RectangularBox CellTopologyHelper.getSurroundingBox(Cell cell, boolean somaOnly, boolean inclAxArbors)
           
 

Uses of RectangularBox in ucl.physiol.neuroconstruct.project
 

Methods in ucl.physiol.neuroconstruct.project that return RectangularBox
 RectangularBox RegionsInfo.getRegionEnclosingAllRegions(Project project, SimConfig simConfig)
           
 

Methods in ucl.physiol.neuroconstruct.project with parameters of type RectangularBox
static SphericalRegion RectangularBox.getEnclosingSphere(RectangularBox box)