vcg::tri::AttributeSeam Class Reference

#include <attribute_seam.h>

List of all members.

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 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)
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)

Detailed Description

Definition at line 57 of file attribute_seam.h.


Member Typedef Documentation

Definition at line 61 of file attribute_seam.h.


Member Enumeration Documentation

Enumerator:
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 63 of file attribute_seam.h.


Member Function Documentation

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 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 242 of file attribute_seam.h.

template<typename src_trimesh_t , typename extract_wedge_attribs_t , typename compare_vertex_attribs_t >
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 156 of file attribute_seam.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


vcglib
Author(s): Christian Bersch
autogenerated on Fri Jan 11 09:23:29 2013