#include <import_nvm.h>
Public Types | |
typedef OpenMeshType::CoordType | CoordType |
typedef OpenMeshType::EdgeIterator | EdgeIterator |
typedef OpenMeshType::FaceIterator | FaceIterator |
typedef OpenMeshType::FaceType | FaceType |
typedef OpenMeshType::ScalarType | ScalarType |
typedef OpenMeshType::VertexIterator | VertexIterator |
typedef OpenMeshType::VertexPointer | VertexPointer |
typedef OpenMeshType::VertexType | VertexType |
Static Public Member Functions | |
static int | Open (OpenMeshType &m, std::vector< Shot< ScalarType > > &shots, std::vector< std::string > &image_filenames, const char *filename, CallBackPos *cb=0) |
static bool | ReadHeader (FILE *fp, unsigned int &num_cams) |
static bool | ReadHeader (const char *filename, unsigned int &, unsigned int &) |
static bool | ReadImagesFilenames (const char *filename, std::vector< std::string > &image_filenames) |
static void | readline (FILE *fp, char *line, int max=1000) |
This class encapsulate a filter for opening bundler file
Definition at line 54 of file import_nvm.h.
typedef OpenMeshType::CoordType vcg::tri::io::ImporterNVM< OpenMeshType >::CoordType |
Definition at line 60 of file import_nvm.h.
typedef OpenMeshType::EdgeIterator vcg::tri::io::ImporterNVM< OpenMeshType >::EdgeIterator |
Definition at line 65 of file import_nvm.h.
typedef OpenMeshType::FaceIterator vcg::tri::io::ImporterNVM< OpenMeshType >::FaceIterator |
Definition at line 64 of file import_nvm.h.
typedef OpenMeshType::FaceType vcg::tri::io::ImporterNVM< OpenMeshType >::FaceType |
Definition at line 62 of file import_nvm.h.
typedef OpenMeshType::ScalarType vcg::tri::io::ImporterNVM< OpenMeshType >::ScalarType |
Definition at line 59 of file import_nvm.h.
typedef OpenMeshType::VertexIterator vcg::tri::io::ImporterNVM< OpenMeshType >::VertexIterator |
Definition at line 63 of file import_nvm.h.
typedef OpenMeshType::VertexPointer vcg::tri::io::ImporterNVM< OpenMeshType >::VertexPointer |
Definition at line 58 of file import_nvm.h.
typedef OpenMeshType::VertexType vcg::tri::io::ImporterNVM< OpenMeshType >::VertexType |
Definition at line 61 of file import_nvm.h.
static int vcg::tri::io::ImporterNVM< OpenMeshType >::Open | ( | OpenMeshType & | m, |
std::vector< Shot< ScalarType > > & | shots, | ||
std::vector< std::string > & | image_filenames, | ||
const char * | filename, | ||
CallBackPos * | cb = 0 |
||
) | [inline, static] |
Definition at line 97 of file import_nvm.h.
static bool vcg::tri::io::ImporterNVM< OpenMeshType >::ReadHeader | ( | FILE * | fp, |
unsigned int & | num_cams | ||
) | [inline, static] |
Definition at line 78 of file import_nvm.h.
static bool vcg::tri::io::ImporterNVM< OpenMeshType >::ReadHeader | ( | const char * | filename, |
unsigned int & | , | ||
unsigned int & | |||
) | [inline, static] |
Definition at line 88 of file import_nvm.h.
static bool vcg::tri::io::ImporterNVM< OpenMeshType >::ReadImagesFilenames | ( | const char * | filename, |
std::vector< std::string > & | image_filenames | ||
) | [inline, static] |
Definition at line 194 of file import_nvm.h.
static void vcg::tri::io::ImporterNVM< OpenMeshType >::readline | ( | FILE * | fp, |
char * | line, | ||
int | max = 1000 |
||
) | [inline, static] |
Definition at line 67 of file import_nvm.h.