Macros | Functions
vnl_io_vector.hxx File Reference
#include "vnl_io_vector.h"
#include <vsl/vsl_binary_io.h>
#include <vsl/vsl_b_read_block_old.h>
#include <vsl/vsl_block_binary.h>

Go to the source code of this file.

Macros

#define VNL_IO_VECTOR_INSTANTIATE(T)
 

Functions

template<class T >
void vsl_b_write (vsl_b_ostream &os, const vnl_vector< T > &p)
 Binary save self to stream. More...
 
template<class T >
void vsl_b_read (vsl_b_istream &is, vnl_vector< T > &p)
 Binary load self from stream. More...
 
template<class T >
void vsl_print_summary (std::ostream &os, const vnl_vector< T > &p)
 Output a human readable summary to the stream. More...
 

Macro Definition Documentation

◆ VNL_IO_VECTOR_INSTANTIATE

#define VNL_IO_VECTOR_INSTANTIATE (   T)
Value:
template VNL_EXPORT void vsl_print_summary(std::ostream &, const vnl_vector<T > &); \
template VNL_EXPORT void vsl_b_read(vsl_b_istream &, vnl_vector<T > &); \
template VNL_EXPORT void vsl_b_write(vsl_b_ostream &, const vnl_vector<T > &)
void vsl_print_summary(std::ostream &os, vnl_bignum const &b)
Print human readable summary of object to a stream.
void vsl_b_read(vsl_b_istream &is, vnl_bignum &v)
Binary load vnl_bignum from stream.
void vsl_b_write(vsl_b_ostream &os, vnl_bignum const &v)
Binary save vnl_bignum to stream.
Mathematical vector class, templated by type of element.
Definition: vnl_fwd.h:16

Definition at line 70 of file vnl_io_vector.hxx.

Function Documentation

◆ vsl_b_read()

template<class T >
void vsl_b_read ( vsl_b_istream &  is,
vnl_vector< T > &  p 
)

Binary load self from stream.

Binary load vnl_vector from stream.

Definition at line 27 of file vnl_io_vector.hxx.

◆ vsl_b_write()

template<class T >
void vsl_b_write ( vsl_b_ostream &  os,
const vnl_vector< T > &  p 
)

Binary save self to stream.

Binary save vnl_vector to stream.

Definition at line 15 of file vnl_io_vector.hxx.

◆ vsl_print_summary()

template<class T >
void vsl_print_summary ( std::ostream &  os,
const vnl_vector< T > &  p 
)

Output a human readable summary to the stream.

Print human readable summary of object to a stream.

Definition at line 61 of file vnl_io_vector.hxx.