Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Namespaces | |
namespace | vl |
Visualization Library namespace. | |
Enumerations | |
enum | vl::EVLBChunkType { vl::VLB_ChunkStructure = 1, vl::VLB_ChunkList, vl::VLB_ChunkArrayRealDouble, vl::VLB_ChunkArrayRealFloat, vl::VLB_ChunkArrayInteger, vl::VLB_ChunkRawtext, vl::VLB_ChunkString, vl::VLB_ChunkIdentifier, vl::VLB_ChunkID, vl::VLB_ChunkRealDouble, vl::VLB_ChunkInteger, vl::VLB_ChunkBool } |
Functions | |
bool | vl::compress (const void *data, size_t size, std::vector< unsigned char > &out, int level) |
bool | vl::decompress (const void *cdata, size_t csize, void *data_out) |