#include <vector>#include <vcg/simplex/vertex/base.h>#include <vcg/simplex/vertex/component_ocf.h>#include <vcg/simplex/face/base.h>#include <vcg/simplex/face/component_ocf.h>#include <vcg/complex/trimesh/base.h>#include <vcg/complex/trimesh/attribute_seam.h>#include <vcg/complex/trimesh/allocate.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 19 of file trimesh_split_vertex.cpp.
Definition at line 47 of file trimesh_split_vertex.cpp.
Definition at line 48 of file trimesh_split_vertex.cpp.
Definition at line 46 of file trimesh_split_vertex.cpp.
Definition at line 94 of file trimesh_split_vertex.cpp.
Definition at line 104 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 82 of file trimesh_split_vertex.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 120 of file trimesh_split_vertex.cpp.
| void usage | ( | void | ) |
Definition at line 112 of file trimesh_split_vertex.cpp.