#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_ |
| bcell::bcell | ( | const unsigned | bindex_i, | |
| const unsigned | bindex_j, | |||
| vil_image_view_base_sptr const & | blk | |||
| ) | [inline] |
Definition at line 20 of file vil_block_cache.h.
| void bcell::touch | ( | ) | [inline] |
| void bcell::print | ( | ) | const [inline] |
| unsigned bcell::bindex_i_ |
| unsigned bcell::bindex_j_ |
Definition at line 26 of file vil_block_cache.h.
| unsigned long bcell::birthdate_ |
unsigned long bcell::time_ [static, private] |
Definition at line 37 of file vil_block_cache.h.
1.5.1