#include <export_stl.h>
Public Types | |
| typedef unsigned short | CallBackSTLFaceAttribute (const SaveMeshType &m, const FaceType &f) |
| typedef SaveMeshType::FaceType | FaceType |
Static Public Member Functions | |
| static const char * | ErrorMsg (int error) |
| static int | GetExportMaskCapability () |
| static int | Save (SaveMeshType &m, const char *filename, const int &mask, CallBackPos *) |
| static int | Save (SaveMeshType &m, const char *filename, bool binary=true, int mask=0, const char *objectname=0, bool magicsMode=0) |
This class encapsulate a filter for opening stl (sterolitograpy) meshes. The stl format is quite simple and rather un-flexible. It just stores, in ascii or binary the, unindexed, geometry of the faces.
Definition at line 72 of file export_stl.h.
| typedef unsigned short vcg::tri::io::ExporterSTL< SaveMeshType >::CallBackSTLFaceAttribute(const SaveMeshType &m, const FaceType &f) |
Definition at line 76 of file export_stl.h.
| typedef SaveMeshType::FaceType vcg::tri::io::ExporterSTL< SaveMeshType >::FaceType |
Definition at line 75 of file export_stl.h.
| static const char* vcg::tri::io::ExporterSTL< SaveMeshType >::ErrorMsg | ( | int | error | ) | [inline, static] |
Definition at line 156 of file export_stl.h.
| static int vcg::tri::io::ExporterSTL< SaveMeshType >::GetExportMaskCapability | ( | ) | [inline, static] |
Definition at line 173 of file export_stl.h.
| static int vcg::tri::io::ExporterSTL< SaveMeshType >::Save | ( | SaveMeshType & | m, |
| const char * | filename, | ||
| const int & | mask, | ||
| CallBackPos * | |||
| ) | [inline, static] |
Definition at line 78 of file export_stl.h.
| static int vcg::tri::io::ExporterSTL< SaveMeshType >::Save | ( | SaveMeshType & | m, |
| const char * | filename, | ||
| bool | binary = true, |
||
| int | mask = 0, |
||
| const char * | objectname = 0, |
||
| bool | magicsMode = 0 |
||
| ) | [inline, static] |
Definition at line 83 of file export_stl.h.