IMAGECACHE Class Reference
Base class for one band image cache for random reading/writing Allows read from RVC::IMAGE using different buffer cache models.
More...
#include <mi32/imagecache.h>
List of all members.
Detailed Description
Base class for one band image cache for random reading/writing Allows read from RVC::IMAGE using different buffer cache models.
Constructor & Destructor Documentation
| IMAGECACHE::IMAGECACHE |
( |
RVC::IMAGE & |
image, |
|
|
const UINT8 * |
outofbound | |
|
) |
| | [inline] |
Ctor.
- Parameters:
-
| outofbound | RVC::IMAGE to read/write to/from what value to return if out of bound |
| virtual IMAGECACHE::~IMAGECACHE |
( |
|
) |
[inline, virtual] |
Member Function Documentation
Flush all values in cache buffers to image.
Get value at given position (line, column) in image.
| RVC::IMAGE& IMAGECACHE::GetImage |
( |
|
) |
const [inline] |
| bool IMAGECACHE::IsInside |
( |
const INT32 |
line, |
|
|
const INT32 |
column | |
|
) |
| | const [inline] |
Is position (line, column) inside of image.
| bool IMAGECACHE::IsOpen |
( |
|
) |
const [inline] |
Check if image was open. Useful for NULLMASK.
Put value at given position (line, column) in image.
Member Data Documentation
The documentation for this class was generated from the following file: