Namespaces | |
namespace | QtUtilityFunctions |
namespace | u3dparametersclasses |
Classes | |
struct | AttrAll |
struct | C0 |
struct | C1 |
struct | C2 |
struct | C3 |
struct | Correspondence |
struct | Der |
struct | DerK |
struct | DummyType |
class | Exporter |
class | Exporter3DS |
class | ExporterCTM |
class | ExporterDAE |
class | ExporterDXF |
class | ExporterFIELD |
class | ExporterGTS |
class | ExporterIDTF |
class | ExporterOBJ |
class | ExporterOFF |
class | ExporterPLY |
class | ExporterSMF |
class | ExporterSTL |
class | ExporterSVG |
class | ExporterU3D |
class | ExporterVMI |
class | ExporterWRL |
class | Importer |
class | ImporterASC |
class | ImporterCTM |
class | ImporterDAE |
class | ImporterFIELD |
class | ImporterGTS |
class | ImporterNVM |
class | ImporterOBJ |
class | ImporterOFF |
class | ImporterOUT |
class | ImporterPLY |
class | ImporterPTX |
class | ImporterRAW |
class | ImporterSMF |
class | ImporterSTL |
class | ImporterVMI |
class | InfoDAE |
struct | K |
struct | K0 |
struct | K1 |
struct | K10 |
struct | K11 |
struct | K12 |
struct | K2 |
struct | K3 |
struct | K4 |
struct | K5 |
struct | K6 |
struct | K7 |
struct | K8 |
struct | K9 |
class | Mask |
struct | Material |
class | Materials |
class | MyPolygon |
struct | PlaceHolderType |
class | PlyInfo |
class | PolygonalMesh |
struct | Precision |
struct | Precision< double > |
struct | Precision< float > |
class | SVGProperties |
class | TGA_Exporter |
class | UtilDAE |
Typedefs | |
typedef std::vector < Correspondence > | CorrVec |
Functions | |
template<class PointType > | |
void | FanTessellator (const std::vector< std::vector< PointType > > &outlines, std::vector< int > &indices) |
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 > () |
typedef std::vector< Correspondence > vcg::tri::io::CorrVec |
Definition at line 48 of file import_nvm.h.
void vcg::tri::io::FanTessellator | ( | const std::vector< std::vector< PointType > > & | outlines, |
std::vector< int > & | indices | ||
) |
Definition at line 52 of file io_fan_tessellator.h.
int vcg::tri::io::PlyType | ( | ) |
Definition at line 38 of file io_trimesh/import_ply.h.
int vcg::tri::io::PlyType< double > | ( | ) | [inline] |
Definition at line 45 of file io_trimesh/import_ply.h.
int vcg::tri::io::PlyType< float > | ( | ) | [inline] |
Definition at line 44 of file io_trimesh/import_ply.h.
int vcg::tri::io::PlyType< int > | ( | ) | [inline] |
Definition at line 46 of file io_trimesh/import_ply.h.
int vcg::tri::io::PlyType< short > | ( | ) | [inline] |
Definition at line 47 of file io_trimesh/import_ply.h.
int vcg::tri::io::PlyType< unsigned char > | ( | ) | [inline] |
Definition at line 48 of file io_trimesh/import_ply.h.