9 #ifndef CFileGZOutputStream_H 10 #define CFileGZOutputStream_H 25 #if !MRPT_HAS_GZ_STREAMS 27 # define CFileGZOutputStream CFileOutputStream 55 bool open(
const std::string &fileName,
int compress_level = 1 );
57 bool fileOpenCorrectly();
58 bool is_open() {
return fileOpenCorrectly(); }
TSeekOrigin
Used in CStream::Seek.
#define MRPT_OVERRIDE
C++11 "override" for virtuals:
#define THROW_EXCEPTION(msg)
#define MRPT_UNUSED_PARAM(a)
Can be used to avoid "not used parameters" warnings from the compiler.
GLsizei const GLchar ** string
unsigned __int64 uint64_t
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
#define CFileGZOutputStream
Saves data to a file and transparently compress the data using the given compression level...