Classes | |
| class | ExporterPLY |
| struct | ExporterTS |
| class | ImporterPLY |
| class | ImporterTS |
| class | PlyInfo |
Functions | |
| template<class TYPE > | |
| int | PlyType () |
| template<> | |
| int | PlyType< double > () |
| template<> | |
| int | PlyType< float > () |
| template<> | |
| int | PlyType< int > () |
| template<> | |
| int | PlyType< short > () |
| template<> | |
| int | PlyType< unsigned char > () |
| int vcg::tetra::io::PlyType | ( | ) |
Definition at line 47 of file io_tetramesh/import_ply.h.
| int vcg::tetra::io::PlyType< double > | ( | ) |
Definition at line 50 of file io_tetramesh/import_ply.h.
| int vcg::tetra::io::PlyType< float > | ( | ) |
Definition at line 49 of file io_tetramesh/import_ply.h.
| int vcg::tetra::io::PlyType< int > | ( | ) |
Definition at line 51 of file io_tetramesh/import_ply.h.
| int vcg::tetra::io::PlyType< short > | ( | ) |
Definition at line 52 of file io_tetramesh/import_ply.h.
| int vcg::tetra::io::PlyType< unsigned char > | ( | ) |
Definition at line 53 of file io_tetramesh/import_ply.h.