MRPT
latest
stable
v2.10.0
v2.5.8
v2.4.2
Get it
Download MRPT
Compiling
License
Change Log
Authors
Learn it
Tutorials
Applications
Code 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-hmtslam]
[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>)
namespace mrpt::io::zip
enum mrpt::io::OpenMode
class mrpt::io::CFileGZInputStream
struct mrpt::io::CFileGZInputStream::Impl
Inherited Members
Construction
Methods
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
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
struct
Impl
{
//
fields
gzFile
f
=
nullptr
;
std
::
string
filename
;
};