de.unihalle.informatik.MiToBo.segmentation.levelset.nonPDE
Class LevelsetSolveNonPDE.CoordInt3D

java.lang.Object
  extended by de.unihalle.informatik.MiToBo.segmentation.levelset.nonPDE.LevelsetSolveNonPDE.CoordInt3D
Enclosing class:
LevelsetSolveNonPDE

private class LevelsetSolveNonPDE.CoordInt3D
extends java.lang.Object

Just to hold 3D coordinate and nothing else


Field Summary
(package private)  int x
           
(package private)  int y
           
(package private)  int z
           
 
Constructor Summary
LevelsetSolveNonPDE.CoordInt3D(int x, int y, int z)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

int x

y

int y

z

int z
Constructor Detail

LevelsetSolveNonPDE.CoordInt3D

LevelsetSolveNonPDE.CoordInt3D(int x,
                               int y,
                               int z)