#include <attribute_seam.h>
Public Member Functions | |
ASExtract (unsigned int vmask=0) | |
void | operator() (const src_trimesh_t &sm, const typename src_trimesh_t::FaceType &f, int k, const dst_trimesh_t &dm, typename dst_trimesh_t::VertexType &v) const |
Public Attributes | |
const unsigned int | mask |
Definition at line 98 of file attribute_seam.h.
vcg::tri::AttributeSeam::ASExtract< src_trimesh_t, dst_trimesh_t >::ASExtract | ( | unsigned int | vmask = 0 | ) | [inline] |
Definition at line 102 of file attribute_seam.h.
void vcg::tri::AttributeSeam::ASExtract< src_trimesh_t, dst_trimesh_t >::operator() | ( | const src_trimesh_t & | sm, |
const typename src_trimesh_t::FaceType & | f, | ||
int | k, | ||
const dst_trimesh_t & | dm, | ||
typename dst_trimesh_t::VertexType & | v | ||
) | const [inline] |
Definition at line 107 of file attribute_seam.h.
const unsigned int vcg::tri::AttributeSeam::ASExtract< src_trimesh_t, dst_trimesh_t >::mask |
Definition at line 100 of file attribute_seam.h.