OpenCV  2.4.13.2
Open Source Computer Vision
cv::Subdiv2D::Vertex Struct Reference

#include <imgproc.hpp>

Public Member Functions

 Vertex ()
 
 Vertex (Point2f pt, bool _isvirtual, int _firstEdge=0)
 
bool isvirtual () const
 
bool isfree () const
 

Public Attributes

int firstEdge
 
int type
 
Point2f pt
 

Constructor & Destructor Documentation

§ Vertex() [1/2]

cv::Subdiv2D::Vertex::Vertex ( )

§ Vertex() [2/2]

cv::Subdiv2D::Vertex::Vertex ( Point2f  pt,
bool  _isvirtual,
int  _firstEdge = 0 
)

Member Function Documentation

§ isfree()

bool cv::Subdiv2D::Vertex::isfree ( ) const

§ isvirtual()

bool cv::Subdiv2D::Vertex::isvirtual ( ) const

Member Data Documentation

§ firstEdge

int cv::Subdiv2D::Vertex::firstEdge

§ pt

Point2f cv::Subdiv2D::Vertex::pt

§ type

int cv::Subdiv2D::Vertex::type

The documentation for this struct was generated from the following file: