visionx::voxelgrid::io::detail Namespace Reference

Functions

template<typename DataT>
void readData (std::istream &is, DataT &data)
 
template<typename ReadT, typename Derived>
void readEigen (std::istream &is, Eigen::MatrixBase< Derived > &matrix)
 
template<typename DataT>
void writeData (std::ostream &os, const DataT &data)
 
template<typename WriteT, typename Derived>
void writeEigen (std::ostream &os, const Eigen::MatrixBase< Derived > &matrix)
 

Function Documentation

◆ readData()

template<typename DataT>
void readData ( std::istream & is,
DataT & data )

Definition at line 109 of file BinaryIO.h.

+ Here is the caller graph for this function:

◆ readEigen()

template<typename ReadT, typename Derived>
void readEigen ( std::istream & is,
Eigen::MatrixBase< Derived > & matrix )

Definition at line 123 of file BinaryIO.h.

+ Here is the caller graph for this function:

◆ writeData()

template<typename DataT>
void writeData ( std::ostream & os,
const DataT & data )

Definition at line 116 of file BinaryIO.h.

+ Here is the caller graph for this function:

◆ writeEigen()

template<typename WriteT, typename Derived>
void writeEigen ( std::ostream & os,
const Eigen::MatrixBase< Derived > & matrix )

Definition at line 135 of file BinaryIO.h.

+ Here is the caller graph for this function: