#include <vcg/simplex/vertex/with/afvn.h>#include <vcg/simplex/face/with/af.h>#include <vcg/complex/complex.h>#include <vcg/complex/algorithms/update/topology.h>#include <vcg/complex/algorithms/update/flag.h>#include <vcg/complex/algorithms/update/normal.h>#include <vcg/complex/algorithms/refine.h>#include <wrap/io_trimesh/import_ply.h>#include <wrap/io_trimesh/export_ply.h>#include <vector>
Go to the source code of this file.
Classes | |
| class | MyFace |
| class | MyMesh |
| class | MyVertex |
Defines | |
| #define | ARC 1 |
| #define | BUTTERFLY 2 |
| #define | FLAT 0 |
| #define | LENGTH 6 |
| #define | ONLY_SEL 7 |
Functions | |
| int | main (int argc, char **argv) |
| #define ARC 1 |
Definition at line 33 of file apps/plyrefine/main.cpp.
| #define BUTTERFLY 2 |
Definition at line 34 of file apps/plyrefine/main.cpp.
| #define FLAT 0 |
Definition at line 32 of file apps/plyrefine/main.cpp.
| #define LENGTH 6 |
Definition at line 40 of file apps/plyrefine/main.cpp.
| #define ONLY_SEL 7 |
Definition at line 41 of file apps/plyrefine/main.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 44 of file apps/plyrefine/main.cpp.