geometry
Class Dimensions3D

java.lang.Object
  extended by geometry.Dimensions2D
      extended by geometry.Dimensions3D
All Implemented Interfaces:
Dimensions

public class Dimensions3D
extends Dimensions2D

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

zdim

private double zdim
the height dimension

Constructor Detail

Dimensions3D

public Dimensions3D(double x,
                    double y,
                    double z)
Setting all dimensions.

Parameters:
x - the width dimension
y - the height dimension
z - the depth dimension
Method Detail

getZDim

public double getZDim()
Description copied from interface: Dimensions
get the pixel's/voxel's depth

Specified by:
getZDim in interface Dimensions
Overrides:
getZDim in class Dimensions2D