| Package | Description |
|---|---|
| neurord.numeric.morph |
Representation of the morphology and discretized mesh for computational purposes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CuboidVolumeElement |
class |
CurvedVolumeElement |
| Modifier and Type | Method and Description |
|---|---|
VolumeElement |
VolumeLine.getElement(int i) |
VolumeElement |
VolumeGrid.getElement(int i) |
VolumeElement |
ElementConnection.getElementA() |
VolumeElement |
ElementConnection.getElementB() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<VolumeElement> |
VolumeGrid.filterElementsByLabel(String label) |
ArrayList<VolumeElement> |
VolumeSlice.getElements() |
ArrayList<VolumeElement> |
VolumeLine.getElements() |
ArrayList<VolumeElement> |
VolumeGrid.getElementsInRegion(String reg) |
| Modifier and Type | Method and Description |
|---|---|
void |
VolumeGrid.addElement(VolumeElement ve) |
void |
VolumeElement.coupleTo(VolumeElement other,
double contactArea) |
| Modifier and Type | Method and Description |
|---|---|
void |
VolumeGrid.addElements(List<? extends VolumeElement> elements) |
| Constructor and Description |
|---|
ElementConnection(VolumeElement a,
VolumeElement b,
double contactArea) |
Copyright © 2016. All rights reserved.