Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
vigra_ext::PointPairT< VALUE > Struct Template Reference

#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
 

Detailed Description

template<class VALUE>
struct vigra_ext::PointPairT< VALUE >

Definition at line 108 of file utils.h.

Constructor & Destructor Documentation

template<class VALUE >
vigra_ext::PointPairT< VALUE >::PointPairT ( )
inline

Definition at line 110 of file utils.h.

template<class VALUE >
vigra_ext::PointPairT< VALUE >::PointPairT ( short  img1,
VALUE  val1,
const hugin_utils::FDiff2D p1,
float  r1,
short  img2,
VALUE  val2,
const hugin_utils::FDiff2D p2,
float  r2 
)
inline

Definition at line 114 of file utils.h.

Member Data Documentation

template<class VALUE >
VALUE vigra_ext::PointPairT< VALUE >::i1

Definition at line 121 of file utils.h.

Referenced by loadPoints(), and loadPointsC().

template<class VALUE >
VALUE vigra_ext::PointPairT< VALUE >::i2

Definition at line 125 of file utils.h.

Referenced by loadPoints(), and loadPointsC().

template<class VALUE >
short vigra_ext::PointPairT< VALUE >::imgNr1

Definition at line 120 of file utils.h.

Referenced by loadPoints(), and loadPointsC().

template<class VALUE >
short vigra_ext::PointPairT< VALUE >::imgNr2

Definition at line 124 of file utils.h.

Referenced by loadPoints(), and loadPointsC().

template<class VALUE >
hugin_utils::FDiff2D vigra_ext::PointPairT< VALUE >::p1

Definition at line 122 of file utils.h.

Referenced by loadPoints(), and loadPointsC().

template<class VALUE >
hugin_utils::FDiff2D vigra_ext::PointPairT< VALUE >::p2

Definition at line 126 of file utils.h.

Referenced by loadPoints(), and loadPointsC().

template<class VALUE >
float vigra_ext::PointPairT< VALUE >::r1

Definition at line 123 of file utils.h.

Referenced by loadPoints(), and loadPointsC().

template<class VALUE >
float vigra_ext::PointPairT< VALUE >::r2

Definition at line 127 of file utils.h.

Referenced by loadPoints(), and loadPointsC().


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