#include <vil_block_cache.h>
Definition at line 18 of file vil_block_cache.h.
Public Member Functions | |
| bcell (const unsigned bindex_i, const unsigned bindex_j, vil_image_view_base_sptr const &blk) | |
| void | touch () |
| update the age of a block. | |
| void | print () const |
| for debug. | |
Public Attributes | |
| unsigned | bindex_i_ |
| block indices. | |
| unsigned | bindex_j_ |
| unsigned long | birthdate_ |
| the time of insertion into the queue. | |
| vil_image_view_base_sptr | blk_ |
| the block itself. | |
Static Private Attributes | |
| static unsigned long | time_ = 0 |
|
||||||||||||||||
|
Definition at line 20 of file vil_block_cache.h. |
|
|
for debug.
Definition at line 34 of file vil_block_cache.h. |
|
|
update the age of a block.
Definition at line 32 of file vil_block_cache.h. |
|
|
block indices.
Definition at line 26 of file vil_block_cache.h. |
|
|
Definition at line 26 of file vil_block_cache.h. |
|
|
the time of insertion into the queue.
Definition at line 28 of file vil_block_cache.h. |
|
|
the block itself.
Definition at line 30 of file vil_block_cache.h. |
|
|
Definition at line 37 of file vil_block_cache.h. |
1.4.4