22 #ifndef _svlFileHandlers_h
23 #define _svlFileHandlers_h
30 #define SVL_FH_MAX_EXTENSIONS 64
31 #define SVL_FH_MAX_EXTENSION_LEN 64
44 virtual int ExtractDimensions(
const char * filepath,
int & width,
int & height);
45 virtual int Open(
const char * filepath, svlImageProperties & properties);
46 virtual int ReadAndClose(
unsigned char * buffer,
unsigned int size);
47 virtual int Create(
const char * filepath, svlImageProperties * properties,
unsigned char * buffer);
60 void AddType(
const char* extension,
svlImageFile* prototype);
68 #endif // _svlFileHandlers_h
#define CISST_EXPORT
Definition: cmnExportMacros.h:50
Definition: svlFileHandlers.h:37
#define SVL_FH_MAX_EXTENSION_LEN
Definition: svlFileHandlers.h:31
Macros to export the symbols of cisstStereoVision (in a Dll).
#define SVL_FH_MAX_EXTENSIONS
Definition: svlFileHandlers.h:30
Definition: svlFileHandlers.h:54