Public Member Functions | |
| Couple (float d) | |
| Couple (const int &i, const int &j, float d) | |
| const bool | operator< (const Couple &o) const |
| int & | operator[] (const int &i) |
Public Attributes | |
| float | dist |
Definition at line 106 of file autoalign_4pcs.h.
| vcg::tri::FourPCS< MeshType >::Couple::Couple | ( | const int & | i, | |
| const int & | j, | |||
| float | d | |||
| ) | [inline] |
Definition at line 107 of file autoalign_4pcs.h.
| vcg::tri::FourPCS< MeshType >::Couple::Couple | ( | float | d | ) | [inline] |
Definition at line 108 of file autoalign_4pcs.h.
| const bool vcg::tri::FourPCS< MeshType >::Couple::operator< | ( | const Couple & | o | ) | const [inline] |
Definition at line 110 of file autoalign_4pcs.h.
| int& vcg::tri::FourPCS< MeshType >::Couple::operator[] | ( | const int & | i | ) | [inline] |
Definition at line 111 of file autoalign_4pcs.h.
| float vcg::tri::FourPCS< MeshType >::Couple::dist |
Definition at line 109 of file autoalign_4pcs.h.