30void REveChunkManager::ReleaseChunks()
43 fSize(0), fVecSize(0), fCapacity(0)
51 fS(atom_size), fN(chunk_size),
52 fSize(0), fVecSize(0), fCapacity(0)
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
virtual ~REveChunkManager()
Destructor.
Char_t * Atom(Int_t idx) const
std::vector< TArrayC * > fChunks
void Reset(Int_t atom_size, Int_t chunk_size)
Empty the container and reset it with given atom and chunk sizes.
void Refit()
Refit the container so that all current data fits into a single chunk.
void ReleaseChunks()
Release all memory chunks.
Char_t * NewChunk()
Allocate a new memory chunk and register it.
Int_t NAtoms(Int_t chk) const
Char_t * Chunk(Int_t chk) const
REveChunkManager()
Default constructor.
Array of chars or bytes (8 bits per element).
Bool_t next()
Go to next atom.
std::set< Int_t >::const_iterator fSelectionIterator
const std::set< Int_t > * fSelection