Plannar Subdivision

C# | Visual Basic | Visual C++ |
public class PlanarSubdivision : UnmanagedObject
Public Class PlanarSubdivision _ Inherits UnmanagedObject
public ref class PlanarSubdivision : public UnmanagedObject

All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
![]() | PlanarSubdivision(Rectangle<(Of <(Double>)>)) |
Start the Delaunay's triangulation in the specific region of interest.
|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | Dispose()()() |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | Dispose(Boolean) |
Release the all the memory associate with this object
(Inherited from DisposableObject.) |
![]() | DisposeObject()()() |
Release the storage related to this triangulation
(Overrides DisposableObject.DisposeObject()()().) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() |
Destructor
(Inherited from DisposableObject.) |
![]() | FindNearestPoint2D(MCvPoint2D32f%) |
Finds subdivision vertex that is the closest to the input point. It is not necessarily one of vertices of the facet containing the input point, though the facet (located using cvSubdiv2DLocate) is used as a starting point.
|
![]() | GetDelaunayTriangles()()() |
Returns the triangles of the Delaunay's triangulation
|
![]() ![]() | GetDelaunayTriangles(IEnumerable<(Of <(Point2D<(Of <(Single>)>)>)>)) |
Find the Delaunay's triangulation from the given points |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetPlanarSubdivisionDelaunayTriangles()()() |
Retruns the triangles subdivision of the current planar subdivision.
|
![]() ![]() | GetPlanarSubdivisionTriangles(IEnumerable<(Of <(Point2D<(Of <(Single>)>)>)>)) |
Find the Delaunay's plannar subdivision triangles from the given points |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | GetVoronoi(IEnumerable<(Of <(Point2D<(Of <(Single>)>)>)>)) |
Get the list of the voronoi facets from the given points |
![]() | GetVoronoiFacets()()() |
Obtains the list of Voronoi Facets
|
![]() | Insert(MCvPoint2D32f%) |
Insert another point to the triangulation
|
![]() | MCvSubdiv2D |
Get the MCvSubdiv2D structure of this Delaunay's triangulation
|
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | ToString()()() | (Inherited from Object.) |

Object | |||
![]() | DisposableObject | ||
![]() | UnmanagedObject | ||
![]() | PlanarSubdivision |