Classes
contrib/gel/gevd/gevd_bufferxy.h File Reference

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

Detailed Description

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.

Author:
Brian DeCleene
Date:
Nov. 16, 1990.
    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.