![]() |
Visual Servoing Platform
version 3.2.0
|
#include <vpContours.h>
Public Member Functions | |
vpContour () | |
vpContour (const vpContourType &type) | |
vpContour (const vpContour &contour) | |
virtual | ~vpContour () |
vpContour & | operator= (const vpContour &other) |
void | setParent (vpContour *parent) |
Public Attributes | |
std::vector< vpContour * > | m_children |
vpContourType | m_contourType |
vpContour * | m_parent |
std::vector< vpImagePoint > | m_points |
Definition at line 170 of file vpContours.h.
|
inline |
Definition at line 176 of file vpContours.h.
Referenced by operator=(), and vpContour().
|
inline |
Definition at line 178 of file vpContours.h.
|
inline |
Definition at line 180 of file vpContours.h.
References m_children, m_parent, and vpContour().
|
inlinevirtual |
Definition at line 193 of file vpContours.h.
References m_children.
Definition at line 204 of file vpContours.h.
References m_children, m_contourType, m_parent, and vpContour().
|
inline |
Definition at line 233 of file vpContours.h.
References m_children, and m_parent.
std::vector<vpContour *> vp::vpContour::m_children |
Definition at line 171 of file vpContours.h.
Referenced by operator=(), setParent(), vpContour(), and ~vpContour().
vpContourType vp::vpContour::m_contourType |
Definition at line 172 of file vpContours.h.
Referenced by operator=().
vpContour* vp::vpContour::m_parent |
Definition at line 173 of file vpContours.h.
Referenced by operator=(), setParent(), and vpContour().
std::vector<vpImagePoint> vp::vpContour::m_points |
Definition at line 174 of file vpContours.h.