Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <strstream.h>
#include <string.h>
#include <stdio.h>
#include "zlib.h"
Go to the source code of this file.
Classes | |
class | zstringlen |
class | izstream |
class | ozstream |
Macros | |
#define | SET_BINARY_MODE(file) |
Functions | |
template<class T , class Items > | |
int | read (izstream &zs, T *x, Items items) |
template<class T > | |
izstream & | operator> (izstream &zs, T &x) |
izstream & | operator> (izstream &zs, char *x) |
char * | read_string (izstream &zs) |
template<class T , class Items > | |
int | write (ozstream &zs, const T *x, Items items) |
template<class T > | |
ozstream & | operator< (ozstream &zs, const T &x) |
ozstream & | operator< (ozstream &zs, const char *x) |
template<class T > | |
ostream & | operator<< (ozstream &zs, const T &x) |
#define SET_BINARY_MODE | ( | file | ) |
Definition at line 37 of file zstream.h.
Referenced by izstream::open(), and ozstream::open().
Definition at line 272 of file zstream.h.
References ozstream::fp(), and gzwrite().
Referenced by operator<(), vl::Renderer::Renderer(), and vl::SlicedVolume::updateUniforms().
Definition at line 286 of file zstream.h.
References ozstream::fp(), gzwrite(), operator<(), and zstringlen::value().
Definition at line 302 of file zstream.h.
References ozstream::os(), and ozstream::os_flush().
Definition at line 123 of file zstream.h.
References izstream::fp(), and gzread().
Definition at line 138 of file zstream.h.
References izstream::fp(), gzread(), and zstringlen::value().
Definition at line 115 of file zstream.h.
References izstream::fp(), and gzread().
|
inline |
Definition at line 145 of file zstream.h.
References izstream::fp(), gzread(), and zstringlen::value().
Referenced by main().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:58.
© Copyright Michele Bosi. All rights reserved.