public class Region extends Object
Modifier and Type | Method and Description |
---|---|
int |
calculateSlices() |
int |
calculateVolume() |
double[] |
getCenter() |
Color |
getColor() |
DataObject |
getDataObject(MeshImageStack stack) |
double[] |
getHighCorner() |
int |
getLabel() |
double[] |
getLowCorner() |
String |
getName() |
List<int[]> |
getPoints() |
double[] |
getSize() |
Drawable |
getXYSlice(int[] pt) |
Drawable |
getXZSlice(int[] pt) |
Drawable |
getZYSlice(int[] pt) |
boolean |
isSelected() |
void |
setSelected(boolean selected) |
List<Region> |
split() |
void |
translate(int dx,
int dy,
int dz) |
public static Drawable misses
public double[] getSize()
public double[] getLowCorner()
public double[] getHighCorner()
public DataObject getDataObject(MeshImageStack stack)
public void translate(int dx, int dy, int dz)
public Drawable getXYSlice(int[] pt)
public String getName()
public Color getColor()
public Drawable getZYSlice(int[] pt)
public Drawable getXZSlice(int[] pt)
public boolean isSelected()
public void setSelected(boolean selected)
public int getLabel()
public int calculateVolume()
public int calculateSlices()
public double[] getCenter()
public List<int[]> getPoints()
Copyright © 2013–2022 Francis Crick Institute. All rights reserved.