trimesh_split_vertex.cpp File Reference

#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>
Include dependency graph for trimesh_split_vertex.cpp:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define TEST_IN_PLACE_SPLIT

Definition at line 19 of file trimesh_split_vertex.cpp.


Typedef Documentation

typedef SrcFace DstFace

Definition at line 47 of file trimesh_split_vertex.cpp.

typedef SrcMesh DstMesh

Definition at line 48 of file trimesh_split_vertex.cpp.

Definition at line 46 of file trimesh_split_vertex.cpp.


Function Documentation

bool CompareVertex ( const DstMesh m,
const DstVertex vA,
const DstVertex vB 
) [inline]

Definition at line 94 of file trimesh_split_vertex.cpp.

void CopyVertex ( const DstMesh m,
const DstVertex vSrc,
DstVertex vDst 
) [inline]

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


vcglib
Author(s): Christian Bersch
autogenerated on Fri Jan 11 09:21:20 2013