MRPT
2.11.12
Get it
Download MRPT
Compiling
License
Change Log
Authors
Learn it
Tutorials
Applications
C++ examples
Python examples
Wrappers
Supported sensors
Unit testing in MRPT
Children projects
Advanced
MRPT modules
[mrpt-apps]
[mrpt-core]
[mrpt-bayes]
[mrpt-comms]
[mrpt-config]
[mrpt-containers]
[mrpt-detectors]
[mrpt-expr]
[mrpt-graphs]
[mrpt-graphslam]
[mrpt-gui]
[mrpt-hwdrivers]
[mrpt-img]
[mrpt-io]
Load and save vectors to files (in #include <mrpt/io/vector_loadsave.h>)
Load matrix from CSV file (in #include <mrpt/io/csv.h>)
enum mrpt::io::OpenMode
class mrpt::io::CFileGZInputStream
struct mrpt::io::CFileGZInputStream::Impl
Overview
class mrpt::io::CFileGZOutputStream
class mrpt::io::CFileInputStream
class mrpt::io::CFileOutputStream
class mrpt::io::CFileStream
class mrpt::io::CMemoryStream
class mrpt::io::CPipe
class mrpt::io::CPipeBaseEndPoint
class mrpt::io::CPipeReadEndPoint
class mrpt::io::CStream
class mrpt::io::CTextFileLinesParser
Overview
Library mrpt-io
Library contents
[mrpt-kinematics]
[mrpt-maps]
[mrpt-math]
[mrpt-nav]
[mrpt-obs]
[mrpt-opengl]
[mrpt-poses]
[mrpt-random]
[mrpt-ros1bridge]
[mrpt-ros2bridge]
Round functions (in #include <mrpt/core/round.h>)
[mrpt-rtti]
[mrpt-serialization]
[mrpt-slam]
[mrpt-system]
[mrpt-tfest]
[mrpt-topography]
[mrpt-typemeta]
[mrpt-vision]
Contributing
Bibliography
C++ API
Docs for other versions
MRPT
MRPT modules
[mrpt-io]
class mrpt::io::CFileGZInputStream
struct mrpt::io::CFileGZInputStream::Impl
Edit on GitHub
struct mrpt::io::CFileGZInputStream::Impl
Overview
struct
Impl
{
// fields
gzFile
f
=
nullptr
;
std
::
string
filename
;
};