#include <clip.h>
Public Types | |
| typedef GenericVertexInterpolator < MESH_TYPE > | ClassType |
| typedef VertexType::CoordType | CoordType |
| typedef CoordType::ScalarType | ScalarType |
| typedef MESH_TYPE::VertexType | VertexType |
Public Member Functions | |
| GenericVertexInterpolator (MESH_TYPE &_m) | |
| void | operator() (const VertexType &v0, const VertexType &v1, const VertexType &v2, const ScalarType &a, const ScalarType &b, VertexType &r) const |
Private Attributes | |
| MESH_TYPE & | m |
| typedef GenericVertexInterpolator<MESH_TYPE> vcg::tri::GenericVertexInterpolator< MESH_TYPE >::ClassType |
| typedef VertexType::CoordType vcg::tri::GenericVertexInterpolator< MESH_TYPE >::CoordType |
| typedef CoordType::ScalarType vcg::tri::GenericVertexInterpolator< MESH_TYPE >::ScalarType |
| typedef MESH_TYPE::VertexType vcg::tri::GenericVertexInterpolator< MESH_TYPE >::VertexType |
| vcg::tri::GenericVertexInterpolator< MESH_TYPE >::GenericVertexInterpolator | ( | MESH_TYPE & | _m | ) | [inline] |
| void vcg::tri::GenericVertexInterpolator< MESH_TYPE >::operator() | ( | const VertexType & | v0, |
| const VertexType & | v1, | ||
| const VertexType & | v2, | ||
| const ScalarType & | a, | ||
| const ScalarType & | b, | ||
| VertexType & | r | ||
| ) | const [inline] |
MESH_TYPE& vcg::tri::GenericVertexInterpolator< MESH_TYPE >::m [private] |