geometry
Interface Dimensions

All Known Implementing Classes:
Dimensions2D, Dimensions3D

public interface Dimensions

Hold the information about the dimensions of pixels/voxels in a skeleton, as they might be non-unit pixels/voxels


Method Summary
 double getXDim()
          get the pixel's/voxel's width
 double getYDim()
          get the pixel's/voxel's height
 double getZDim()
          get the pixel's/voxel's depth
 

Method Detail

getXDim

double getXDim()
get the pixel's/voxel's width


getYDim

double getYDim()
get the pixel's/voxel's height


getZDim

double getZDim()
get the pixel's/voxel's depth