#include <vector>#include <vcg/simplex/vertex/base.h>#include <vcg/simplex/vertex/component.h>#include <vcg/simplex/face/base.h>#include <vcg/simplex/face/component.h>#include <vcg/complex/complex.h>#include <vcg/complex/algorithms/create/platonic.h>#include <vcg/complex/algorithms/update/topology.h>#include <vcg/simplex/face/pos.h>#include <vcg/simplex/face/jumping_pos.h>
Go to the source code of this file.
Classes | |
| class | MyFace |
| class | MyMesh |
| class | MyVertex |
Functions | |
| int | main () |
| void | OneRingNeighborhood (MyFace *f) |
| void | OneRingNeighborhoodJP (MyFace *f) |
| int main | ( | ) |
Definition at line 48 of file trimesh_pos_demo.cpp.
| void OneRingNeighborhood | ( | MyFace * | f | ) |
Definition at line 23 of file trimesh_pos_demo.cpp.
| void OneRingNeighborhoodJP | ( | MyFace * | f | ) |
Definition at line 37 of file trimesh_pos_demo.cpp.