Classes | Public Types | Static Public Member Functions
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 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)

Detailed Description

Definition at line 75 of file attribute_seam.h.


Member Typedef Documentation

Definition at line 79 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 81 of file attribute_seam.h.


Member Function Documentation

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

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


The documentation for this class was generated from the following file:


shape_reconstruction
Author(s): Roberto Martín-Martín
autogenerated on Sat Jun 8 2019 18:41:56