#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/update/bounding.h>
#include <vcg/complex/trimesh/update/topology.h>
#include <vcg/complex/trimesh/update/normal.h>
#include <vcg/complex/trimesh/update/flag.h>
#include <vcg/complex/trimesh/create/ball_pivoting.h>
#include <wrap/io_trimesh/import_ply.h>
#include <wrap/io_trimesh/export_ply.h>
#include <iostream>
#include <vector>
#include <time.h>
Go to the source code of this file.
Classes | |
class | MyFace |
class | MyMesh |
the main mesh class More... | |
struct | MyUsedTypes |
class | MyVertex |
Functions | |
bool | callback (int percent, const char *str) |
int | main (int argc, char **argv) |
bool callback | ( | int | percent, | |
const char * | str | |||
) |
Definition at line 41 of file trimesh_ball_pivoting.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 46 of file trimesh_ball_pivoting.cpp.