scenepic 1.1.0
3D Visualization Made Easy
Namespaces | Functions
compression.h File Reference
#include "matrix.h"
#include "zip.h"
#include <Eigen/Core>
#include <cstdint>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  scenepic
 

Functions

template<typename Derived >
std::vector< std::uint8_t > scenepic::compress_matrix (const Derived &matrix)
 Compress a matrix. More...
 
template<typename Derived >
Derived scenepic::decompress_matrix (const std::vector< std::uint8_t > &buffer)
 Decompress a matrix compressed by the "compress" method. More...