#include <vcg/complex/complex.h>
#include <vcg/complex/algorithms/attribute_seam.h>
#include <wrap/io_trimesh/import_ply.h>
#include <wrap/io_trimesh/export_ply.h>
Go to the source code of this file.
Classes | |
struct | ScrUsedTypes |
class | SrcFace |
class | SrcMesh |
class | SrcVertex |
Defines | |
#define | TEST_IN_PLACE_SPLIT |
Typedefs | |
typedef SrcFace | DstFace |
typedef SrcMesh | DstMesh |
typedef SrcVertex | DstVertex |
Functions | |
bool | CompareVertex (const DstMesh &m, const DstVertex &vA, const DstVertex &vB) |
void | CopyVertex (const DstMesh &m, const DstVertex &vSrc, DstVertex &vDst) |
void | ExtractVertex (const SrcMesh &srcMesh, const SrcFace &f, int whichWedge, const DstMesh &dstMesh, DstVertex &v) |
int | main (int argc, char **argv) |
void | usage (void) |
#define TEST_IN_PLACE_SPLIT |
Definition at line 13 of file trimesh_split_vertex.cpp.
Definition at line 41 of file trimesh_split_vertex.cpp.
Definition at line 42 of file trimesh_split_vertex.cpp.
Definition at line 40 of file trimesh_split_vertex.cpp.
bool CompareVertex | ( | const DstMesh & | m, |
const DstVertex & | vA, | ||
const DstVertex & | vB | ||
) | [inline] |
Definition at line 88 of file trimesh_split_vertex.cpp.
void CopyVertex | ( | const DstMesh & | m, |
const DstVertex & | vSrc, | ||
DstVertex & | vDst | ||
) | [inline] |
Definition at line 98 of file trimesh_split_vertex.cpp.
void ExtractVertex | ( | const SrcMesh & | srcMesh, |
const SrcFace & | f, | ||
int | whichWedge, | ||
const DstMesh & | dstMesh, | ||
DstVertex & | v | ||
) | [inline] |
Definition at line 76 of file trimesh_split_vertex.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 114 of file trimesh_split_vertex.cpp.
void usage | ( | void | ) |
Definition at line 106 of file trimesh_split_vertex.cpp.