This object is a block of memory which may be accessed by an (x,y) coordinate. More...
#include "gevd_memory_mixin.h"#include <vcl_iostream.h>#include <vil1/vil1_image.h>#include <vil/vil_image_resource.h>Go to the source code of this file.
Classes | |
| class | gevd_bufferxy |
This object is a block of memory which may be accessed by an (x,y) coordinate.
Addressing is performed using a pair of arrays which store pointers to the x columns and y rows.
Modifications:
Peter Vanroose - Nov. 4 1996.
- Copy constructor added: fixes bug (xra & yra were not copied)
Peter Vanroose - June 30 1997.
- Constructor added that allows to supply allocated memory.
Peter Vanroose - Aug 17 1999.
- File dump I/O added.
J.L. Mundy - Dec 27 2004.
- added support for vil
Definition in file gevd_bufferxy.h.
1.7.5.1