Contains class for a 2d bit array; interface as vbl_array_2d<T> More...
#include <vcl_iosfwd.h>
Go to the source code of this file.
Classes | |
class | vbl_bit_array_2d |
simple 2D bit array. More... | |
Functions | |
vcl_ostream & | operator<< (vcl_ostream &os, const vbl_bit_array_2d &v) |
Contains class for a 2d bit array; interface as vbl_array_2d<T>
Modifications Peter Vanroose - 4dec01 - adapted interface to that of vbl_array_2d<T> Peter Vanroose - 26 Aug 2004 - adapted interface to that of vbl_array_2d<T>
Definition in file vbl_bit_array_2d.h.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const vbl_bit_array_2d & | v | ||
) |
Definition at line 154 of file vbl_bit_array_2d.cxx.