The PlanarSubdivision type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PlanarSubdivision | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release unmanaged resources
(Overrides DisposableObject..::.DisposeObject()()().) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | FindNearestPoint2D |
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 | Overloaded. |
![]() | GetEnumerator |
Get an enumerator of the QuadEdges in this plannar subdivision
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetVoronoiFacets |
Obtains the list of Voronoi Facets
|
![]() | Insert | Overloaded. |
![]() | Locate |
Locates input point within subdivision
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReleaseManagedResources |
Release the storage related to this triangulation
(Overrides DisposableObject..::.ReleaseManagedResources()()().) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Properties
Name | Description | |
---|---|---|
![]() | MCvSubdiv2D |
Get the MCvSubdiv2D structure of this Delaunay's triangulation
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |