#include <import_asc.h>
Public Types | |
typedef MESH_TYPE::FaceIterator | FaceIterator |
typedef MESH_TYPE::FaceType | FaceType |
enum | RAWError { E_NOERROR, E_CANTOPEN, E_UNESPECTEDEOF, E_NO_POINTS } |
typedef MESH_TYPE::ScalarType | ScalarType |
typedef MESH_TYPE::VertexIterator | VertexIterator |
typedef MESH_TYPE::VertexPointer | VertexPointer |
typedef MESH_TYPE::VertexType | VertexType |
Static Public Member Functions | |
static const char * | ErrorMsg (int error) |
static int | Open (MESH_TYPE &m, const char *filename, CallBackPos *cb=0, bool triangulate=false, int lineskip=0) |
This class encapsulate a filter for importing raw format pointcloud. there exists many raw formats. each one with a particular sintax even if they only contains
Definition at line 44 of file import_asc.h.
typedef MESH_TYPE::FaceIterator vcg::tri::io::ImporterASC< MESH_TYPE >::FaceIterator |
Definition at line 53 of file import_asc.h.
typedef MESH_TYPE::FaceType vcg::tri::io::ImporterASC< MESH_TYPE >::FaceType |
Definition at line 51 of file import_asc.h.
typedef MESH_TYPE::ScalarType vcg::tri::io::ImporterASC< MESH_TYPE >::ScalarType |
Definition at line 49 of file import_asc.h.
typedef MESH_TYPE::VertexIterator vcg::tri::io::ImporterASC< MESH_TYPE >::VertexIterator |
Definition at line 52 of file import_asc.h.
typedef MESH_TYPE::VertexPointer vcg::tri::io::ImporterASC< MESH_TYPE >::VertexPointer |
Definition at line 48 of file import_asc.h.
typedef MESH_TYPE::VertexType vcg::tri::io::ImporterASC< MESH_TYPE >::VertexType |
Definition at line 50 of file import_asc.h.
enum vcg::tri::io::ImporterASC::RAWError |
Definition at line 55 of file import_asc.h.
static const char* vcg::tri::io::ImporterASC< MESH_TYPE >::ErrorMsg | ( | int | error | ) | [inline, static] |
Definition at line 63 of file import_asc.h.
static int vcg::tri::io::ImporterASC< MESH_TYPE >::Open | ( | MESH_TYPE & | m, |
const char * | filename, | ||
CallBackPos * | cb = 0 , |
||
bool | triangulate = false , |
||
int | lineskip = 0 |
||
) | [inline, static] |
Standard call for reading a mesh
m | the destination mesh |
filename | the name of the file to read from |
triangulate | if true, the mesh will be triangulated, otherwise only points will be stored |
lineskip | number of lines to be skipped at the begin of the file |
Definition at line 85 of file import_asc.h.