ROOT
6.06/09
Reference Guide
|
Definition at line 70 of file TEveChunkManager.h.
Public Member Functions | |
iterator (TEveChunkManager *p) | |
iterator (TEveChunkManager &p) | |
iterator (const iterator &i) | |
iterator & | operator= (const iterator &i) |
Bool_t | next () |
Go to next atom. More... | |
void | reset () |
Char_t * | operator() () |
Char_t * | operator* () |
Int_t | index () |
Public Attributes | |
TEveChunkManager * | fPlex |
Char_t * | fCurrent |
Int_t | fAtomIndex |
Int_t | fNextChunk |
Int_t | fAtomsToGo |
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.
Referenced by TEveBoxSetGL::RenderBoxes(), TEveQuadSetGL::RenderHexagons(), TEveQuadSetGL::RenderLines(), and TEveQuadSetGL::RenderQuads().
Bool_t TEveChunkManager::iterator::next | ( | ) |
Go to next atom.
Definition at line 112 of file TEveChunkManager.cxx.
Referenced by TEveBoxSet::ComputeBBox(), TEveQuadSet::ComputeBBox(), TEveStraightLineSet::ComputeBBox(), TEveDigitSetEditor::PlotHisto(), TEveBoxSetGL::RenderBoxes(), TEveQuadSetGL::RenderHexagons(), TEveQuadSetGL::RenderLines(), TEveQuadSetGL::RenderQuads(), TEveStraightLineSetProjected::SetDepthLocal(), and TEveScalableStraightLineSet::SetScale().
|
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.
Referenced by index(), next(), and operator=().
Int_t TEveChunkManager::iterator::fAtomsToGo |
Definition at line 76 of file TEveChunkManager.h.
Referenced by next(), and operator=().
Char_t* TEveChunkManager::iterator::fCurrent |
Definition at line 73 of file TEveChunkManager.h.
Referenced by next(), operator()(), operator*(), and operator=().
Int_t TEveChunkManager::iterator::fNextChunk |
Definition at line 75 of file TEveChunkManager.h.
Referenced by next(), and operator=().
TEveChunkManager* TEveChunkManager::iterator::fPlex |
Definition at line 72 of file TEveChunkManager.h.
Referenced by next(), and operator=().
const std::set<Int_t>* TEveChunkManager::iterator::fSelection |
Definition at line 78 of file TEveChunkManager.h.
Referenced by next(), operator=(), TEveBoxSetGL::RenderBoxes(), TEveQuadSetGL::RenderHexagons(), TEveQuadSetGL::RenderLines(), and TEveQuadSetGL::RenderQuads().
std::set<Int_t>::const_iterator TEveChunkManager::iterator::fSelectionIterator |
Definition at line 79 of file TEveChunkManager.h.
Referenced by next(), and operator=().