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

Packages that use MTBPolygon2D
de.unihalle.informatik.MiToBo.core.datatypes Provides basic datatypes for MiToBo. 
de.unihalle.informatik.MiToBo.core.imageJ Provides convenience classes for interaction with ImageJ system. 
de.unihalle.informatik.MiToBo.segmentation.snakes.datatypes Provides basic datatypes for MiToBo explicit active contours (snakes). 
 

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

Methods in de.unihalle.informatik.MiToBo.core.datatypes that return MTBPolygon2D
protected static MTBPolygon2D MTBPolygon2D_GeoPolygonsWrapper.C2DtoMTB(uk.co.geolib.geopolygons.C2DPolygon cPoly)
          Converts a C2D polygon to the MiToBo polygon data type.
 MTBPolygon2D MTBPolygon2D.clone()
           
 MTBPolygon2D MTBPolygon2DSet.elementAt(int i)
          Get a polygon by index.
 MTBPolygon2D MTBPolygon2D.getPolygon()
          Get a Polygon2D copy of this object.
 MTBPolygon2D MTBPolygon2DSet.getPolygon2DFromXml(de.unihalle.informatik.MiToBo_xml.MTBXMLPolygon2DType xmlPolygon)
          * Get a new Polygon2D from the information of the xmlPolygon .
protected static MTBPolygon2D MTBPolygon2D_GeoPolygonsWrapper.makePolySimple(MTBPolygon2D p)
          Simplifies the given polygon.
 

Methods in de.unihalle.informatik.MiToBo.core.datatypes with parameters of type MTBPolygon2D
 boolean MTBPolygon2DSet.add(MTBPolygon2D polygon)
          Append a polygon (at the end) to the set of polygons.
protected static boolean MTBPolygon2D_GeoPolygonsWrapper.containsPoint(MTBPolygon2D p, double x, double y)
          Checks if a point lies inside of the polygon.
 de.unihalle.informatik.MiToBo_xml.MTBXMLPolygon2DType MTBPolygon2DSet.getPolygon2DAsXml(MTBPolygon2D polygon, de.unihalle.informatik.MiToBo_xml.MTBXMLPolygon2DType xmlPolygon)
          Copy the information of polygon into the corresponding xml element xmlPolygon.
protected static boolean MTBPolygon2D_GeoPolygonsWrapper.isClockwiseOriented(MTBPolygon2D p)
          Checks if polygon is oriented counter-clockwise.
protected static boolean MTBPolygon2D_GeoPolygonsWrapper.isConvex(MTBPolygon2D p)
          Checks if a polygon is convex.
protected static boolean MTBPolygon2D_GeoPolygonsWrapper.isCounterClockwiseOriented(MTBPolygon2D p)
          Checks if polygon is oriented counter-clockwise.
protected static boolean MTBPolygon2D_GeoPolygonsWrapper.isSimple(MTBPolygon2D p)
          Checks if a polygon is simple.
protected static MTBPolygon2D MTBPolygon2D_GeoPolygonsWrapper.makePolySimple(MTBPolygon2D p)
          Simplifies the given polygon.
protected static uk.co.geolib.geopolygons.C2DPolygon MTBPolygon2D_GeoPolygonsWrapper.MTBtoC2D(MTBPolygon2D mPoly)
          Converts a MiToBo polygon to C2D data type.
 void MTBPolygon2DSet.setElementAt(int i, MTBPolygon2D poly)
          Set a polygon at i-th position of the set.
 

Constructor parameters in de.unihalle.informatik.MiToBo.core.datatypes with type arguments of type MTBPolygon2D
MTBPolygon2DSet(Vector<MTBPolygon2D> _polys, double _xMin, double _yMin, double _xMax, double _yMax)
          Construct polygon set from given vector.
 

Uses of MTBPolygon2D in de.unihalle.informatik.MiToBo.core.imageJ
 

Methods in de.unihalle.informatik.MiToBo.core.imageJ with parameters of type MTBPolygon2D
 void RoiManagerAdapter.addPolygonToRoiManager(MTBPolygon2D poly)
          Adds the given polygon to the ROI manager.
 

Uses of MTBPolygon2D in de.unihalle.informatik.MiToBo.segmentation.snakes.datatypes
 

Subclasses of MTBPolygon2D in de.unihalle.informatik.MiToBo.segmentation.snakes.datatypes
 class MTBSnake
          Active Contour (Snake) datatype.
 



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