00001 #include "Fitting.h" 00002 00003 using namespace model; 00004 00020 void Fitting::m_adjustMesh() { 00021 00022 } 00023 00039 void Fitting::m_refineMesh() { 00040 00041 } 00042 00058 void Fitting::m_vertexProjection() { 00059 00060 } 00061 00077 void Fitting::m_relaxtion() { 00078 00079 } 00080 00096 void Fitting::m_adjustSkeleton() { 00097 00098 } 00099 00121 void Fitting::fit(ReferenceModel referenceModel, ExampleModel exampleModel) { 00122 00123 }