realroot_doc 0.1.1
|
#include <homography.hpp>
Definition at line 33 of file homography.hpp.
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); }
void colapse | ( | ) | [inline] |
Definition at line 52 of file homography.hpp.
Referenced by box_rep< POL >::box_rep().
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] |
Definition at line 49 of file homography.hpp.
Referenced by box_rep< POL >::box_rep(), box_rep< POL >::restrict(), box_rep< POL >::reverse_and_shift_box(), and box_rep< POL >::shift_box().
{ H[v].shift_hom(t); }
int size | ( | void | ) | [inline] |
Definition at line 57 of file homography.hpp.
Referenced by box_rep< POL >::box_rep().
{return H.size();}
Seq<homography<real> > H |
Definition at line 35 of file homography.hpp.
Referenced by homography_mv< C >::colapse(), homography_mv< C >::contract_hom(), homography_mv< C >::operator[](), homography_mv< C >::reciprocal_hom(), homography_mv< C >::shift_hom(), and homography_mv< C >::size().