#include <vector>
#include <vcg/simplex/vertex/base.h>
#include <vcg/simplex/face/base.h>
#include <vcg/simplex/face/topology.h>
#include <vcg/complex/trimesh/base.h>
#include <vcg/complex/trimesh/create/platonic.h>
#include <vcg/complex/trimesh/update/topology.h>
#include <vcg/simplex/face/pos.h>
Go to the source code of this file.
Classes | |
class | MyFace |
class | MyMesh |
the main mesh class More... | |
struct | MyUsedTypes |
class | MyVertex |
Functions | |
int | main (int, char **) |
int main | ( | int | , | |
char ** | ||||
) |
Definition at line 30 of file trimesh_topology.cpp.