#include <Fitting.h>
Collaboration diagram for model::Fitting:
Public Member Functions | |
void | fit (ReferenceModel referenceModel, ExampleModel exampleModel) |
Private Member Functions | |
void | m_adjustMesh () |
void | m_refineMesh () |
void | m_vertexProjection () |
void | m_relaxtion () |
void | m_adjustSkeleton () |
Private Attributes | |
ReferenceModel * | m_referenceModel |
ExampleModel * | m_exampleModel |
|
Write brief comment for fit here.
Definition at line 121 of file Fitting.cpp. 00121 { 00122 00123 }
|
|
Write brief comment for m_adjustMesh here.
Definition at line 20 of file Fitting.cpp. 00020 { 00021 00022 }
|
|
Write brief comment for m_adjustSkeleton here.
Definition at line 96 of file Fitting.cpp. 00096 { 00097 00098 }
|
|
Write brief comment for m_refineMesh here.
Definition at line 39 of file Fitting.cpp. 00039 { 00040 00041 }
|
|
Write brief comment for m_relaxtion here.
Definition at line 77 of file Fitting.cpp. 00077 { 00078 00079 }
|
|
Write brief comment for m_vertexProjection here.
Definition at line 58 of file Fitting.cpp. 00058 { 00059 00060 }
|
|
|
|
|