Package | Description |
---|---|
neurord.disc |
These are various ways of turning a morphology into a set of elements of constrained volume.
|
neurord.geom |
Just some geometry - positions, vectors, translations and rotations.
|
neurord.numeric.morph |
Representation of the morphology and discretized mesh for computational purposes.
|
Modifier and Type | Method and Description |
---|---|
void |
CurvedVolumeSlice.discFill(Position pa,
Position pb,
String pointLabel,
String regionLabel,
double[] surfaceLayers,
double maxAR) |
Modifier and Type | Interface and Description |
---|---|
interface |
Movable |
Modifier and Type | Class and Description |
---|---|
class |
GPosition |
Modifier and Type | Method and Description |
---|---|
static Position |
Geom.cog(Position[] perim) |
static Position |
Geom.endPosition(Vector vr) |
Position |
Rotation.getRotatedPosition(Position p) |
Position |
GRotation.getRotatedPosition(Position p) |
Position |
Rotation.getRotatedPosition(Position p,
Position pcenter) |
Position |
GRotation.getRotatedPosition(Position p,
Position pcenter) |
Position |
Translation.getTranslated(Position p0) |
Position |
GTranslation.getTranslated(Position p0) |
static Position |
Geom.midpoint(Position p1,
Position p2) |
static Position |
Geom.position(double x,
double y,
double z) |
Constructor and Description |
---|
GPosition(Position p) |
GTranslation(Position p) |
GVector(Position p) |
Modifier and Type | Class and Description |
---|---|
class |
TreePoint |
Modifier and Type | Field and Description |
---|---|
protected Position[] |
VolumeElement.boundary |
protected Position |
VolumeElement.center |
protected Position[] |
VolumeElement.surfaceBoundary |
Modifier and Type | Method and Description |
---|---|
Position[] |
VolumeElement.getBoundary() |
Position[] |
VolumeElement.getSurfaceBoundary() |
Modifier and Type | Method and Description |
---|---|
void |
VolumeSlice.discFill(Position pa,
Position pb,
String pointLabel,
String regionLabel) |
void |
VolumeLine.lineFill(Position pa,
Position pb,
String pointLabel,
String regionLabel) |
Constructor and Description |
---|
CuboidVolumeElement(String label,
String region,
String groupID,
Position[] boundary,
Position[] surfaceBoundary,
double exposedArea,
Position center,
double alongArea,
double sideArea,
double topArea,
double volume,
double deltaZ) |
CuboidVolumeElement(String label,
String region,
String groupID,
Position[] boundary,
Position[] surfaceBoundary,
double exposedArea,
Position center,
double alongArea,
double sideArea,
double topArea,
double volume,
double deltaZ) |
CuboidVolumeElement(String label,
String region,
String groupID,
Position[] boundary,
Position[] surfaceBoundary,
double exposedArea,
Position center,
double alongArea,
double sideArea,
double topArea,
double volume,
double deltaZ) |
CurvedVolumeElement(String label,
String region,
String groupID,
Position[] boundary,
Position[] surfaceBoundary,
double exposedArea,
Position center,
double volume,
double deltaZ) |
CurvedVolumeElement(String label,
String region,
String groupID,
Position[] boundary,
Position[] surfaceBoundary,
double exposedArea,
Position center,
double volume,
double deltaZ) |
CurvedVolumeElement(String label,
String region,
String groupID,
Position[] boundary,
Position[] surfaceBoundary,
double exposedArea,
Position center,
double volume,
double deltaZ) |
VolumeElement(String label,
String region,
String groupID,
Position[] boundary,
Position[] surfaceBoundary,
double exposedArea,
Position center,
double alongArea,
double sideArea,
double topArea,
double volume,
double deltaZ) |
VolumeElement(String label,
String region,
String groupID,
Position[] boundary,
Position[] surfaceBoundary,
double exposedArea,
Position center,
double alongArea,
double sideArea,
double topArea,
double volume,
double deltaZ) |
VolumeElement(String label,
String region,
String groupID,
Position[] boundary,
Position[] surfaceBoundary,
double exposedArea,
Position center,
double alongArea,
double sideArea,
double topArea,
double volume,
double deltaZ) |
Copyright © 2018. All rights reserved.