#include <refine.h>
Public Types | |
typedef Point3< typename MESH_TYPE::ScalarType > | Point3x |
typedef MESH_TYPE::ScalarType | ScalarType |
Public Member Functions | |
void | operator() (typename MESH_TYPE::VertexType &nv, const face::Pos< typename MESH_TYPE::FaceType > &ep) |
QualityMidPointFunctor (ScalarType _thr) | |
Color4< typename MESH_TYPE::ScalarType > | WedgeInterp (Color4< typename MESH_TYPE::ScalarType > &c0, Color4< typename MESH_TYPE::ScalarType > &c1) |
template<class FL_TYPE > | |
TexCoord2< FL_TYPE, 1 > | WedgeInterp (TexCoord2< FL_TYPE, 1 > &t0, TexCoord2< FL_TYPE, 1 > &t1) |
Public Attributes | |
ScalarType | thr |
typedef Point3<typename MESH_TYPE::ScalarType> vcg::tri::QualityMidPointFunctor< MESH_TYPE >::Point3x |
typedef MESH_TYPE::ScalarType vcg::tri::QualityMidPointFunctor< MESH_TYPE >::ScalarType |
vcg::tri::QualityMidPointFunctor< MESH_TYPE >::QualityMidPointFunctor | ( | ScalarType | _thr | ) | [inline] |
void vcg::tri::QualityMidPointFunctor< MESH_TYPE >::operator() | ( | typename MESH_TYPE::VertexType & | nv, |
const face::Pos< typename MESH_TYPE::FaceType > & | ep | ||
) | [inline] |
Color4<typename MESH_TYPE::ScalarType> vcg::tri::QualityMidPointFunctor< MESH_TYPE >::WedgeInterp | ( | Color4< typename MESH_TYPE::ScalarType > & | c0, |
Color4< typename MESH_TYPE::ScalarType > & | c1 | ||
) | [inline] |
TexCoord2<FL_TYPE,1> vcg::tri::QualityMidPointFunctor< MESH_TYPE >::WedgeInterp | ( | TexCoord2< FL_TYPE, 1 > & | t0, |
TexCoord2< FL_TYPE, 1 > & | t1 | ||
) | [inline] |
ScalarType vcg::tri::QualityMidPointFunctor< MESH_TYPE >::thr |