#include <Measure.h>
|
| float | length () const |
| |
| | Measure (const cv::Point3f &pt1, const cv::Point3f &pt2, const cv::Vec3f &n1, const cv::Vec3f &n2) |
| |
| const cv::Vec3f & | n1 () const |
| |
| const cv::Vec3f & | n2 () const |
| |
| const cv::Point3f & | pt1 () const |
| |
| const cv::Point3f & | pt2 () const |
| |
| virtual | ~Measure () |
| |
Definition at line 33 of file Measure.h.
◆ Measure()
| Measure::Measure |
( |
const cv::Point3f & |
pt1, |
|
|
const cv::Point3f & |
pt2, |
|
|
const cv::Vec3f & |
n1, |
|
|
const cv::Vec3f & |
n2 |
|
) |
| |
|
inline |
◆ ~Measure()
| virtual Measure::~Measure |
( |
| ) |
|
|
inlinevirtual |
◆ length()
| float Measure::length |
( |
| ) |
const |
|
inline |
◆ n1()
| const cv::Vec3f& Measure::n1 |
( |
| ) |
const |
|
inline |
◆ n2()
| const cv::Vec3f& Measure::n2 |
( |
| ) |
const |
|
inline |
◆ pt1()
| const cv::Point3f& Measure::pt1 |
( |
| ) |
const |
|
inline |
◆ pt2()
| const cv::Point3f& Measure::pt2 |
( |
| ) |
const |
|
inline |
◆ length_
◆ n1_
◆ n2_
◆ pt1_
| cv::Point3f Measure::pt1_ |
|
private |
◆ pt2_
| cv::Point3f Measure::pt2_ |
|
private |
The documentation for this class was generated from the following file: