Uses of Class
de.unihalle.informatik.MiToBo.core.datatypes.MTBPoint3D

Packages that use MTBPoint3D
de.unihalle.informatik.MiToBo.core.datatypes Provides basic datatypes for MiToBo. 
de.unihalle.informatik.MiToBo.segmentation.levelset.PDE.datatypes   
 

Uses of MTBPoint3D in de.unihalle.informatik.MiToBo.core.datatypes
 

Methods in de.unihalle.informatik.MiToBo.core.datatypes that return MTBPoint3D
 MTBPoint3D MTBRegion3D.calcCentre(Vector<MTBPoint3D> p)
          Calculate the centroid (not yet normalized by volume) of a given vector of points.
 MTBPoint3D MTBRegion3D.getCentre()
          Return the center of the region as 3D point.
 

Methods in de.unihalle.informatik.MiToBo.core.datatypes that return types with arguments of type MTBPoint3D
 Vector<MTBPoint3D> MTBRegion3D.getPoints()
          Return the points which are included in the 3D region.
 

Methods in de.unihalle.informatik.MiToBo.core.datatypes with parameters of type MTBPoint3D
 void MTBRegion3D.addPoint(MTBPoint3D p)
          Append a 3D point to the region.
 int MTBPoint3D.compareTo(MTBPoint3D q)
           
 double MTBPoint3D.distance(MTBPoint3D p)
          Compute the Euclidean distance between this 3D point object and the given 3D point object.
 

Method parameters in de.unihalle.informatik.MiToBo.core.datatypes with type arguments of type MTBPoint3D
 MTBPoint3D MTBRegion3D.calcCentre(Vector<MTBPoint3D> p)
          Calculate the centroid (not yet normalized by volume) of a given vector of points.
 

Constructors in de.unihalle.informatik.MiToBo.core.datatypes with parameters of type MTBPoint3D
MTBPoint3D(MTBPoint3D p)
          Construct a new 3D point from the given 3D point.
 

Constructor parameters in de.unihalle.informatik.MiToBo.core.datatypes with type arguments of type MTBPoint3D
MTBRegion3D(Vector<MTBPoint3D> p)
          Construct a new MTBRegion3D object from the given points.
MTBRegion3D(Vector<MTBPoint3D> p, int id)
          Construct a new MTBRegion3D object from the given points and set its id
 

Uses of MTBPoint3D in de.unihalle.informatik.MiToBo.segmentation.levelset.PDE.datatypes
 

Fields in de.unihalle.informatik.MiToBo.segmentation.levelset.PDE.datatypes with type parameters of type MTBPoint3D
protected  ArrayList<MTBPoint3D> MTBLevelsetFunctionPDE.narrow
          Pixels in narrow-band.
protected  HashMap<MTBPoint3D,MTBPoint3D> MTBLevelsetFunctionPDE.predecessors
          Map of precursors on contour for each pixel in narrow-band.
protected  HashMap<MTBPoint3D,MTBPoint3D> MTBLevelsetFunctionPDE.predecessors
          Map of precursors on contour for each pixel in narrow-band.
 

Methods in de.unihalle.informatik.MiToBo.segmentation.levelset.PDE.datatypes that return MTBPoint3D
 MTBPoint3D MTBLevelsetFunctionPDE.getPredecessorOnContour(int x, int y, int z)
          gets the value of the nearest contourpoint to point (x,y,z)
 

Methods in de.unihalle.informatik.MiToBo.segmentation.levelset.PDE.datatypes that return types with arguments of type MTBPoint3D
 Iterator<MTBPoint3D> MTBLevelsetFunctionPDE.getNarrowIterator()
          get an iterator through narrow band
 



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