|
ROOT 6.07/09 Reference Guide |
Definition at line 70 of file TEveChunkManager.h.
Public Member Functions | |
| iterator (TEveChunkManager *p) | |
| iterator (TEveChunkManager &p) | |
| iterator (const iterator &i) | |
| Int_t | index () |
| Bool_t | next () |
| Go to next atom. More... | |
| Char_t * | operator() () |
| Char_t * | operator* () |
| iterator & | operator= (const iterator &i) |
| void | reset () |
Public Attributes | |
| Int_t | fAtomIndex |
| Int_t | fAtomsToGo |
| Char_t * | fCurrent |
| Int_t | fNextChunk |
| TEveChunkManager * | fPlex |
| const std::set< Int_t > * | fSelection |
| std::set< Int_t >::const_iterator | fSelectionIterator |
#include <TEveChunkManager.h>
|
inline |
Definition at line 81 of file TEveChunkManager.h.
|
inline |
Definition at line 84 of file TEveChunkManager.h.
|
inline |
Definition at line 87 of file TEveChunkManager.h.
|
inline |
Definition at line 104 of file TEveChunkManager.h.
| Bool_t TEveChunkManager::iterator::next | ( | ) |
Go to next atom.
Definition at line 112 of file TEveChunkManager.cxx.
|
inline |
Definition at line 102 of file TEveChunkManager.h.
|
inline |
Definition at line 103 of file TEveChunkManager.h.
Definition at line 92 of file TEveChunkManager.h.
|
inline |
Definition at line 100 of file TEveChunkManager.h.
| Int_t TEveChunkManager::iterator::fAtomIndex |
Definition at line 74 of file TEveChunkManager.h.
| Int_t TEveChunkManager::iterator::fAtomsToGo |
Definition at line 76 of file TEveChunkManager.h.
| Char_t* TEveChunkManager::iterator::fCurrent |
Definition at line 73 of file TEveChunkManager.h.
| Int_t TEveChunkManager::iterator::fNextChunk |
Definition at line 75 of file TEveChunkManager.h.
| TEveChunkManager* TEveChunkManager::iterator::fPlex |
Definition at line 72 of file TEveChunkManager.h.
| const std::set<Int_t>* TEveChunkManager::iterator::fSelection |
Definition at line 78 of file TEveChunkManager.h.
| std::set<Int_t>::const_iterator TEveChunkManager::iterator::fSelectionIterator |
Definition at line 79 of file TEveChunkManager.h.