#include <HomgMatchPoint3D2D.h>
Public Member Functions | |
HomgMatchPoint3D2D () | |
HomgMatchPoint3D2D (HomgPoint3D *point3D_ptr, HomgPoint2D *point2D_ptr) | |
~HomgMatchPoint3D2D () | |
HomgPoint3D | get_point3D (void) |
HomgPoint2D | get_point2D (void) |
void | set (HomgPoint3D *point3D_ptr, HomgPoint2D *point2D_ptr) |
Private Attributes | |
HomgPoint2D | point2D_ |
HomgPoint3D | point3D_ |
Definition at line 17 of file HomgMatchPoint3D2D.h.
HomgMatchPoint3D2D::HomgMatchPoint3D2D | ( | ) |
HomgMatchPoint3D2D::HomgMatchPoint3D2D | ( | HomgPoint3D * | point3D_ptr, |
HomgPoint2D * | point2D_ptr | ||
) |
HomgMatchPoint3D2D::~HomgMatchPoint3D2D | ( | ) |
HomgPoint2D HomgMatchPoint3D2D::get_point2D | ( | void | ) |
HomgPoint3D HomgMatchPoint3D2D::get_point3D | ( | void | ) |
void HomgMatchPoint3D2D::set | ( | HomgPoint3D * | point3D_ptr, |
HomgPoint2D * | point2D_ptr | ||
) |
HomgPoint2D HomgMatchPoint3D2D::point2D_ [private] |
Definition at line 20 of file HomgMatchPoint3D2D.h.
HomgPoint3D HomgMatchPoint3D2D::point3D_ [private] |
Definition at line 21 of file HomgMatchPoint3D2D.h.