Home
last modified time | relevance | path

Searched refs:cell_cnt_ (Results 1 – 2 of 2) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/io/
H A Dboxm2_stream_cache.hxx29 if (h->cell_cnt_ < 0) h->cell_cnt_ = cnt; in open_streams()
30 else if (h->cell_cnt_ != cnt) in open_streams()
31 h->cell_cnt_ = cnt; // to make it work after a possible refinement of blocks in open_streams()
69 h->cell_cnt_=-1; in get_next()
87 if (h->current_index_ >= h->cell_cnt_) { // we've reached end of file in get_next()
132 if (h->current_index_ >= h->cell_cnt_) { // we've reached end of file in get_next()
H A Dboxm2_stream_cache.h45 boxm2_stream_cache_datatype_helper() : current_index_(-1), cell_cnt_(-1) {} in boxm2_stream_cache_datatype_helper()
57 int cell_cnt_; variable