#include <autoalign_4pcs.h>
Public Member Functions | |
Candidate () | |
Candidate (FourPoints _p, vcg::Matrix44< ScalarType >_T) | |
bool | operator< (const Candidate &o) const |
Public Attributes | |
FourPoints | p |
int | score |
vcg::Matrix44< ScalarType > | T |
Definition at line 121 of file autoalign_4pcs.h.
vcg::tri::FourPCS< MeshType >::Candidate::Candidate | ( | ) | [inline] |
Definition at line 123 of file autoalign_4pcs.h.
vcg::tri::FourPCS< MeshType >::Candidate::Candidate | ( | FourPoints | _p, |
vcg::Matrix44< ScalarType > | _T | ||
) | [inline] |
Definition at line 124 of file autoalign_4pcs.h.
bool vcg::tri::FourPCS< MeshType >::Candidate::operator< | ( | const Candidate & | o | ) | const [inline] |
Definition at line 128 of file autoalign_4pcs.h.
FourPoints vcg::tri::FourPCS< MeshType >::Candidate::p |
Definition at line 125 of file autoalign_4pcs.h.
int vcg::tri::FourPCS< MeshType >::Candidate::score |
Definition at line 127 of file autoalign_4pcs.h.
vcg::Matrix44<ScalarType> vcg::tri::FourPCS< MeshType >::Candidate::T |
Definition at line 126 of file autoalign_4pcs.h.