|
Hugin trunk 0.1
|
#include <utils.h>
Public Member Functions | |
| PointPairT () | |
| PointPairT (short img1, VALUE val1, const hugin_utils::FDiff2D &p1, float r1, short img2, VALUE val2, const hugin_utils::FDiff2D &p2, float r2) | |
Public Attributes | |
| short | imgNr1 |
| VALUE | i1 |
| hugin_utils::FDiff2D | p1 |
| float | r1 |
| short | imgNr2 |
| VALUE | i2 |
| hugin_utils::FDiff2D | p2 |
| float | r2 |
|
inline |
|
inline |
| VALUE vigra_ext::PointPairT< VALUE >::i1 |
Definition at line 121 of file utils.h.
Referenced by loadPoints(), and loadPointsC().
| VALUE vigra_ext::PointPairT< VALUE >::i2 |
Definition at line 125 of file utils.h.
Referenced by loadPoints(), and loadPointsC().
| short vigra_ext::PointPairT< VALUE >::imgNr1 |
Definition at line 120 of file utils.h.
Referenced by loadPoints(), and loadPointsC().
| short vigra_ext::PointPairT< VALUE >::imgNr2 |
Definition at line 124 of file utils.h.
Referenced by loadPoints(), and loadPointsC().
Definition at line 122 of file utils.h.
Referenced by loadPoints(), and loadPointsC().
Definition at line 126 of file utils.h.
Referenced by loadPoints(), and loadPointsC().
| float vigra_ext::PointPairT< VALUE >::r1 |
Definition at line 123 of file utils.h.
Referenced by loadPoints(), and loadPointsC().
| float vigra_ext::PointPairT< VALUE >::r2 |
Definition at line 127 of file utils.h.
Referenced by loadPoints(), and loadPointsC().