#include <stddef.h>#include <wrap/callback.h>#include <wrap/ply/plylib.h>#include <wrap/io_trimesh/io_mask.h>#include <wrap/io_trimesh/io_ply.h>#include <vcg/complex/algorithms/create/platonic.h>

Go to the source code of this file.
Classes | |
| class | vcg::tri::io::ImporterPLY< OpenMeshType > |
| struct | vcg::tri::io::ImporterPLY< OpenMeshType >::LoadPly_Camera |
| struct | vcg::tri::io::ImporterPLY< OpenMeshType >::LoadPly_EdgeAux |
| struct | vcg::tri::io::ImporterPLY< OpenMeshType >::LoadPly_FaceAux |
| struct | vcg::tri::io::ImporterPLY< OpenMeshType >::LoadPly_RangeGridAux |
| struct | vcg::tri::io::ImporterPLY< OpenMeshType >::LoadPly_TristripAux |
| struct | vcg::tri::io::ImporterPLY< OpenMeshType >::LoadPly_VertAux< S > |
Namespaces | |
| namespace | vcg |
* | |
| namespace | vcg::tri |
| namespace | vcg::tri::io |
Defines | |
| #define | _FACEDESC_FIRST_ 10 |
| #define | _FACEDESC_LAST_ 22 |
| #define | _VERTDESC_LAST_ 32 |
| #define | MAX_USER_DATA 256 |
Functions | |
| template<class TYPE > | |
| int | vcg::tri::io::PlyType () |
| template<> | |
| int | vcg::tri::io::PlyType< double > () |
| template<> | |
| int | vcg::tri::io::PlyType< float > () |
| template<> | |
| int | vcg::tri::io::PlyType< int > () |
| template<> | |
| int | vcg::tri::io::PlyType< short > () |
| template<> | |
| int | vcg::tri::io::PlyType< unsigned char > () |
| #define _FACEDESC_FIRST_ 10 |
Definition at line 198 of file io_trimesh/import_ply.h.
| #define _FACEDESC_LAST_ 22 |
Definition at line 199 of file io_trimesh/import_ply.h.
| #define _VERTDESC_LAST_ 32 |
Definition at line 157 of file io_trimesh/import_ply.h.
| #define MAX_USER_DATA 256 |
Definition at line 68 of file io_trimesh/import_ply.h.