|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgeometry.Dimensions2D
geometry.Dimensions3D
public class Dimensions3D
Hold the information about the dimensions of voxels in a skeleton, as they might be non-unit voxels
| Field Summary | |
|---|---|
private double |
zdim
the height dimension |
| Constructor Summary | |
|---|---|
Dimensions3D(double x,
double y,
double z)
Setting all dimensions. |
|
| Method Summary | |
|---|---|
double |
getZDim()
get the pixel's/voxel's depth |
| Methods inherited from class geometry.Dimensions2D |
|---|
getXDim, getYDim |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private double zdim
| Constructor Detail |
|---|
public Dimensions3D(double x,
double y,
double z)
x - the width dimensiony - the height dimensionz - the depth dimension| Method Detail |
|---|
public double getZDim()
Dimensions
getZDim in interface DimensionsgetZDim in class Dimensions2D
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||