#include <autoalign_4pcs.h>
Public Member Functions | |
float | findCongruent () |
float | init () |
float | select () |
Stat () | |
float | testAlignment () |
Public Attributes | |
clock_t | findCongruentTime |
clock_t | initTime |
clock_t | selectCoplanarBaseTime |
clock_t | testAlignmentTime |
Definition at line 97 of file autoalign_4pcs.h.
vcg::tri::FourPCS< MeshType >::Stat::Stat | ( | ) | [inline] |
Definition at line 99 of file autoalign_4pcs.h.
float vcg::tri::FourPCS< MeshType >::Stat::findCongruent | ( | ) | [inline] |
Definition at line 107 of file autoalign_4pcs.h.
float vcg::tri::FourPCS< MeshType >::Stat::init | ( | ) | [inline] |
Definition at line 105 of file autoalign_4pcs.h.
float vcg::tri::FourPCS< MeshType >::Stat::select | ( | ) | [inline] |
Definition at line 106 of file autoalign_4pcs.h.
float vcg::tri::FourPCS< MeshType >::Stat::testAlignment | ( | ) | [inline] |
Definition at line 108 of file autoalign_4pcs.h.
clock_t vcg::tri::FourPCS< MeshType >::Stat::findCongruentTime |
Definition at line 103 of file autoalign_4pcs.h.
clock_t vcg::tri::FourPCS< MeshType >::Stat::initTime |
Definition at line 101 of file autoalign_4pcs.h.
clock_t vcg::tri::FourPCS< MeshType >::Stat::selectCoplanarBaseTime |
Definition at line 102 of file autoalign_4pcs.h.
clock_t vcg::tri::FourPCS< MeshType >::Stat::testAlignmentTime |
Definition at line 104 of file autoalign_4pcs.h.