de.unihalle.informatik.MiToBo.topology
Class MTBTopologicalNumber.Point3D

java.lang.Object
  extended by de.unihalle.informatik.MiToBo.topology.MTBTopologicalNumber.Point3D
Enclosing class:
MTBTopologicalNumber

public class MTBTopologicalNumber.Point3D
extends Object

This class is used as a light weight 3D point implementation

Author:
posch

Constructor Summary
MTBTopologicalNumber.Point3D()
           
MTBTopologicalNumber.Point3D(int z, int y, int x)
           
 
Method Summary
 int getX()
           
 int getY()
           
 int getZ()
           
 void setX(int x)
           
 void setY(int y)
           
 void setZ(int z)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MTBTopologicalNumber.Point3D

public MTBTopologicalNumber.Point3D(int z,
                                    int y,
                                    int x)

MTBTopologicalNumber.Point3D

public MTBTopologicalNumber.Point3D()
Method Detail

getX

public int getX()
Returns:
the x

setX

public void setX(int x)
Parameters:
x - the x to set

getY

public int getY()
Returns:
the y

setY

public void setY(int y)
Parameters:
y - the y to set

getZ

public int getZ()
Returns:
the z

setZ

public void setZ(int z)
Parameters:
z - the z to set


Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.