#include <vector>#include <vcg/simplex/edge/base.h>#include <vcg/simplex/vertex/base.h>#include <vcg/simplex/face/base.h>#include <vcg/complex/trimesh/base.h>#include <vcg/complex/trimesh/update/topology.h>#include <vcg/complex/trimesh/update/edges.h>#include <vcg/complex/trimesh/update/bounding.h>#include <vcg/complex/trimesh/update/quality.h>#include <vcg/simplex/face/pos.h>#include <algorithm>#include <stack>#include <assert.h>#include <vcg/complex/trimesh/update/color.h>#include <vcg/complex/trimesh/update/flag.h>#include <vcg/complex/trimesh/stat.h>#include <vcg/complex/trimesh/clean.h>#include <vcg/complex/intersection.h>#include <vcg/space/index/grid_static_ptr.h>#include <vcg/space/index/spatial_hashing.h>#include <vcg/complex/trimesh/closest.h>#include <wrap/io_trimesh/import.h>#include <wrap/io_trimesh/export_ply.h>

Go to the source code of this file.
Classes | |
| class | MyFace |
| class | MyMesh |
| the main mesh class More... | |
| struct | MyUsedTypes |
| class | MyVertex |
Typedefs | |
| typedef vcg::GridStaticPtr < MyMesh::FaceType, MyMesh::ScalarType > | TriMeshGrid |
Functions | |
| int | main (int argc, char **argv) |
Definition at line 44 of file trimesh_ray.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 47 of file trimesh_ray.cpp.