realroot_doc 0.1.1
homography_mv< real > Struct Template Reference

#include <homography.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<class real>
struct mmx::homography_mv< real >

Definition at line 33 of file homography.hpp.


Constructor & Destructor Documentation

homography_mv ( ) [inline]

Definition at line 37 of file homography.hpp.

{ H << homography<real>(); }
homography_mv ( int  n) [inline]

Definition at line 38 of file homography.hpp.

                         {
      for (int i=0;i<n;++i ) H << homography<real>(); 
    }
homography_mv ( const real &  A,
const real &  B,
const real &  C,
const real &  D 
) [inline]

Definition at line 41 of file homography.hpp.

      { 
        H << homography<real>(A,B,C,D); 
      }

Member Function Documentation

void colapse ( ) [inline]

Definition at line 52 of file homography.hpp.

Referenced by box_rep< POL >::box_rep().

                    {for (unsigned j=0;j<H.size();j++) {
        H[j].a=H[j].b;
        H[j].c=H[j].d;
      }
    }
void contract_hom ( const real &  t,
const int &  v 
) [inline]

Definition at line 51 of file homography.hpp.

Referenced by box_rep< POL >::contract_box(), and box_rep< POL >::restrict().

{ H[v].contract_hom(t); }
homography<real> operator[] ( int  i) [inline]

Definition at line 46 of file homography.hpp.

{ return H[i]; }
homography<real> operator[] ( unsigned &  i) [inline]

Definition at line 47 of file homography.hpp.

{ return H[i]; }
void reciprocal_hom ( const real &  t,
const int &  v 
) [inline]

Definition at line 50 of file homography.hpp.

Referenced by box_rep< POL >::restrict(), box_rep< POL >::reverse_and_shift_box(), and box_rep< POL >::reverse_box().

{ H[v].reciprocal_hom(t); }
void shift_hom ( const real &  t,
const int &  v 
) [inline]
int size ( void  ) [inline]

Definition at line 57 of file homography.hpp.

Referenced by box_rep< POL >::box_rep().

{return H.size();}

Member Data Documentation


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