public class VolumeGrid extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VolumeGrid.geometry_t |
Constructor and Description |
---|
VolumeGrid() |
Modifier and Type | Method and Description |
---|---|
void |
addElement(VolumeElement ve) |
void |
addElements(List<? extends VolumeElement> elements) |
ArrayList<VolumeElement> |
filterElementsByLabel(String label) |
void |
fix() |
int[][] |
getAreaIndexes(String[] targets) |
String |
getAsElementsText() |
String |
getAsTableText() |
String |
getAsText() |
VolumeElement |
getElement(int i) |
String |
getElementRegion(int element) |
String[] |
getElementRegions() |
ArrayList<VolumeElement> |
getElementsInRegion(String reg) |
double[] |
getElementVolumes() |
double[] |
getExposedAreas() |
String |
getGroupID(int i) |
String |
getLabel(int i) |
double[][] |
getPerElementCouplingConstants() |
int[][] |
getPerElementNeighbors() |
String[] |
getRegionLabels() |
boolean[] |
getSubmembranes() |
Vector<Object> |
gridData() |
void |
importLines(ArrayList<VolumeLine> lines) |
void |
importSlices(ArrayList<VolumeSlice> slices) |
void |
importSmoothSlices(ArrayList<CurvedVolumeSlice> slices) |
boolean |
isCuboid() |
boolean |
isCurved() |
int |
size() |
public void importSlices(ArrayList<VolumeSlice> slices)
public void importSmoothSlices(ArrayList<CurvedVolumeSlice> slices)
public void importLines(ArrayList<VolumeLine> lines)
public void addElements(List<? extends VolumeElement> elements)
public void addElement(VolumeElement ve)
public VolumeElement getElement(int i)
public ArrayList<VolumeElement> getElementsInRegion(String reg)
public void fix()
public int size()
public double[] getElementVolumes()
public double[] getExposedAreas()
public boolean[] getSubmembranes()
public int[][] getPerElementNeighbors()
public double[][] getPerElementCouplingConstants()
public String getElementRegion(int element)
public String[] getElementRegions()
public String[] getRegionLabels()
public String getAsText()
public String getAsTableText()
public String getLabel(int i)
public String getGroupID(int i)
public int[][] getAreaIndexes(String[] targets)
public ArrayList<VolumeElement> filterElementsByLabel(String label)
public boolean isCuboid()
public boolean isCurved()
public String getAsElementsText()
Copyright © 2019. All rights reserved.