#include <refine_loop.h>
Public Member Functions | |
void | operator() (typename MESH_TYPE::VertexType &nv, face::Pos< typename MESH_TYPE::FaceType > ep) |
template<class FL_TYPE > | |
TexCoord2< FL_TYPE, 1 > | WedgeInterp (TexCoord2< FL_TYPE, 1 > &t0, TexCoord2< FL_TYPE, 1 > &t1) |
Color4< typename MESH_TYPE::ScalarType > | WedgeInterp (Color4< typename MESH_TYPE::ScalarType > &c0, Color4< typename MESH_TYPE::ScalarType > &c1) |
Definition at line 59 of file refine_loop.h.
void vcg::tri::OddPointLoop< MESH_TYPE >::operator() | ( | typename MESH_TYPE::VertexType & | nv, | |
face::Pos< typename MESH_TYPE::FaceType > | ep | |||
) | [inline] |
Definition at line 61 of file refine_loop.h.
TexCoord2<FL_TYPE,1> vcg::tri::OddPointLoop< MESH_TYPE >::WedgeInterp | ( | TexCoord2< FL_TYPE, 1 > & | t0, | |
TexCoord2< FL_TYPE, 1 > & | t1 | |||
) | [inline] |
Definition at line 98 of file refine_loop.h.
Color4<typename MESH_TYPE::ScalarType> vcg::tri::OddPointLoop< MESH_TYPE >::WedgeInterp | ( | Color4< typename MESH_TYPE::ScalarType > & | c0, | |
Color4< typename MESH_TYPE::ScalarType > & | c1 | |||
) | [inline] |
Definition at line 91 of file refine_loop.h.