#include <attribute_seam.h>
Classes | |
| struct | ASCompare |
| struct | ASExtract |
Public Types | |
| enum | ASMask { POSITION_PER_VERTEX = (1 << 0), NORMAL_PER_VERTEX = (1 << 1), NORMAL_PER_WEDGE = (1 << 2), NORMAL_PER_FACE = (1 << 3), COLOR_PER_VERTEX = (1 << 4), COLOR_PER_WEDGE = (1 << 5), COLOR_PER_FACE = (1 << 6), TEXCOORD_PER_VERTEX = (1 << 7), TEXCOORD_PER_WEDGE = (1 << 8) } |
| typedef AttributeSeam | ThisType |
Static Public Member Functions | |
| template<typename src_trimesh_t , typename extract_wedge_attribs_t , typename compare_vertex_attribs_t > | |
| static bool | SplitVertex (src_trimesh_t &src, extract_wedge_attribs_t v_extract, compare_vertex_attribs_t &v_compare) |
| template<typename src_trimesh_t , typename dst_trimesh_t , typename extract_wedge_attribs_t , typename compare_vertex_attribs_t , typename copy_vertex_t > | |
| static bool | SplitVertex (const src_trimesh_t &src, dst_trimesh_t &dst, extract_wedge_attribs_t &v_extract, compare_vertex_attribs_t &v_compare, copy_vertex_t &v_copy) |
Definition at line 75 of file attribute_seam.h.
Definition at line 79 of file attribute_seam.h.
| POSITION_PER_VERTEX | |
| NORMAL_PER_VERTEX | |
| NORMAL_PER_WEDGE | |
| NORMAL_PER_FACE | |
| COLOR_PER_VERTEX | |
| COLOR_PER_WEDGE | |
| COLOR_PER_FACE | |
| TEXCOORD_PER_VERTEX | |
| TEXCOORD_PER_WEDGE |
Definition at line 81 of file attribute_seam.h.
| static bool vcg::tri::AttributeSeam::SplitVertex | ( | src_trimesh_t & | src, |
| extract_wedge_attribs_t | v_extract, | ||
| compare_vertex_attribs_t & | v_compare | ||
| ) | [inline, static] |
Definition at line 174 of file attribute_seam.h.
| static bool vcg::tri::AttributeSeam::SplitVertex | ( | const src_trimesh_t & | src, |
| dst_trimesh_t & | dst, | ||
| extract_wedge_attribs_t & | v_extract, | ||
| compare_vertex_attribs_t & | v_compare, | ||
| copy_vertex_t & | v_copy | ||
| ) | [inline, static] |
Definition at line 260 of file attribute_seam.h.