#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/trimesh/allocate.h>
#include <vcg/complex/trimesh/create/platonic.h>
#include <vcg/space/color4.h>
#include <vector>
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_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_ 9 |
#define | _FACEDESC_LAST_ 20 |
#define | _VERTDESC_LAST_ 22 |
#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_ 9 |
Definition at line 310 of file io_trimesh/import_ply.h.
#define _FACEDESC_LAST_ 20 |
Definition at line 311 of file io_trimesh/import_ply.h.
#define _VERTDESC_LAST_ 22 |
Definition at line 279 of file io_trimesh/import_ply.h.
#define MAX_USER_DATA 256 |
Definition at line 197 of file io_trimesh/import_ply.h.