#include <refine.h>

Public Member Functions | |
| MidPointButterfly (MESH_TYPE &_m) | |
| void | operator() (typename MESH_TYPE::VertexType &nv, face::Pos< typename MESH_TYPE::FaceType > ep) |
| Color4< typename MESH_TYPE::ScalarType > | WedgeInterp (Color4< typename MESH_TYPE::ScalarType > &c0, Color4< typename MESH_TYPE::ScalarType > &c1) |
| Aggiunte in modo grezzo le due wedge interp. | |
| template<class FL_TYPE > | |
| TexCoord2< FL_TYPE, 1 > | WedgeInterp (TexCoord2< FL_TYPE, 1 > &t0, TexCoord2< FL_TYPE, 1 > &t1) |
Public Attributes | |
| MESH_TYPE & | m |
| vcg::tri::MidPointButterfly< MESH_TYPE >::MidPointButterfly | ( | MESH_TYPE & | _m | ) | [inline] |
| void vcg::tri::MidPointButterfly< MESH_TYPE >::operator() | ( | typename MESH_TYPE::VertexType & | nv, |
| face::Pos< typename MESH_TYPE::FaceType > | ep | ||
| ) | [inline] |
| Color4<typename MESH_TYPE::ScalarType> vcg::tri::MidPointButterfly< MESH_TYPE >::WedgeInterp | ( | Color4< typename MESH_TYPE::ScalarType > & | c0, |
| Color4< typename MESH_TYPE::ScalarType > & | c1 | ||
| ) | [inline] |
| TexCoord2<FL_TYPE,1> vcg::tri::MidPointButterfly< MESH_TYPE >::WedgeInterp | ( | TexCoord2< FL_TYPE, 1 > & | t0, |
| TexCoord2< FL_TYPE, 1 > & | t1 | ||
| ) | [inline] |
| MESH_TYPE& vcg::tri::MidPointButterfly< MESH_TYPE >::m |