Functions
core/vsl/vsl_vector_io_vector_bool.cxx File Reference

Old deprecated version Specialised version of binary IO for vector<vector<bool> > for backwards compatibility only. More...

#include "vsl_vector_io.h"
#include <vsl/vsl_binary_io.h>
#include <vcl_iostream.h>
#include <vcl_deprecated.h>

Go to the source code of this file.

Functions

void vsl_b_read_vec_vec_bool_old (vsl_b_istream &is, vcl_vector< vcl_vector< bool > > &v)
 Read vector from binary stream in an old deprecated format.

Detailed Description

Old deprecated version Specialised version of binary IO for vector<vector<bool> > for backwards compatibility only.

Author:
Kevin de Souza (based on vsl_vector_io_bool.cxx by Ian Scott)

Definition in file vsl_vector_io_vector_bool.cxx.


Function Documentation

void vsl_b_read_vec_vec_bool_old ( vsl_b_istream is,
vcl_vector< vcl_vector< bool > > &  v 
)

Read vector from binary stream in an old deprecated format.

Deprecated:
in favour of correctly work normal vsl behaviour. Only kept for backwards compatibility. If no-one complains about the name change to this code, or otherwise asks for it to be kept, then it should be removed after the release of VXL 1.18. The name change will however remain, to avoid overriding normal performance of vsl(vec<vec<bool>>) IMS July 2012.

Definition at line 18 of file vsl_vector_io_vector_bool.cxx.