Macros | Functions
vgl_io_h_matrix_2d.hxx File Reference
#include <iostream>
#include "vgl_io_h_matrix_2d.h"
#include <vsl/vsl_binary_io.h>

Go to the source code of this file.

Macros

#define VGL_IO_H_MATRIX_2D_INSTANTIATE(T)
 

Functions

template<class T >
void vsl_b_write (vsl_b_ostream &bfs, const vgl_h_matrix_2d< T > &t)
 Binary save vgl_h_matrix_2d to stream. More...
 
template<class T >
void vsl_b_read (vsl_b_istream &bfs, vgl_h_matrix_2d< T > &v)
 Binary load vgl_h_matrix_2d from stream. More...
 

Macro Definition Documentation

◆ VGL_IO_H_MATRIX_2D_INSTANTIATE

#define VGL_IO_H_MATRIX_2D_INSTANTIATE (   T)
Value:
template void vsl_b_read(vsl_b_istream &, vgl_h_matrix_2d<T >&); \
template void vsl_b_write(vsl_b_ostream &, const vgl_h_matrix_2d<T >&)
A class to hold a plane-to-plane projective transformation matrix and to perform common operations us...
Definition: vgl_algo_fwd.h:11
void vsl_b_write(vsl_b_ostream &bfs, const vgl_h_matrix_2d< T > &t)
Binary save vgl_h_matrix_2d to stream.
void vsl_b_read(vsl_b_istream &bfs, vgl_h_matrix_2d< T > &v)
Binary load vgl_h_matrix_2d from stream.

Definition at line 50 of file vgl_io_h_matrix_2d.hxx.

Function Documentation

◆ vsl_b_read()

template<class T >
void vsl_b_read ( vsl_b_istream &  bfs,
vgl_h_matrix_2d< T > &  v 
)

Binary load vgl_h_matrix_2d from stream.

Definition at line 25 of file vgl_io_h_matrix_2d.hxx.

◆ vsl_b_write()

template<class T >
void vsl_b_write ( vsl_b_ostream &  bfs,
const vgl_h_matrix_2d< T > &  t 
)

Binary save vgl_h_matrix_2d to stream.

Definition at line 13 of file vgl_io_h_matrix_2d.hxx.