#include <TEveChunkManager.h>
Inheritance diagram for TEveChunkManager:
Definition at line 27 of file TEveChunkManager.h.
TEveChunkManager::TEveChunkManager | ( | const TEveChunkManager & | ) | [private] |
TEveChunkManager::TEveChunkManager | ( | ) |
Definition at line 38 of file TEveChunkManager.cxx.
Definition at line 47 of file TEveChunkManager.cxx.
TEveChunkManager::~TEveChunkManager | ( | ) | [virtual] |
TEveChunkManager::TEveChunkManager | ( | const TEveChunkManager & | ) | [private] |
TEveChunkManager::TEveChunkManager | ( | ) |
virtual TEveChunkManager::~TEveChunkManager | ( | ) | [virtual] |
TEveChunkManager& TEveChunkManager::operator= | ( | const TEveChunkManager & | ) | [private] |
void TEveChunkManager::ReleaseChunks | ( | ) | [protected] |
Definition at line 28 of file TEveChunkManager.cxx.
References fChunks, fVecSize, and i.
Referenced by Refit(), Reset(), and ~TEveChunkManager().
Definition at line 65 of file TEveChunkManager.cxx.
References fCapacity, fN, fS, fSize, fVecSize, and ReleaseChunks().
Referenced by TEveBoxSet::Reset(), TEveQuadSet::Reset(), and TEveStraightLineSetProjected::UpdateProjection().
void TEveChunkManager::Refit | ( | ) |
Definition at line 76 of file TEveChunkManager.cxx.
References TArrayC::fArray, fCapacity, fChunks, fN, fS, fSize, fVecSize, i, NAtoms(), ReleaseChunks(), and size.
Referenced by TEveDigitSet::RefitPlex(), and TEveStraightLineSetProjected::UpdateProjection().
Int_t TEveChunkManager::S | ( | ) | const [inline] |
Definition at line 53 of file TEveChunkManager.h.
References fS.
Referenced by TEveChunkManager::iterator::next(), and TEveDigitSet::ScanMinMaxValues().
Int_t TEveChunkManager::N | ( | ) | const [inline] |
Int_t TEveChunkManager::Size | ( | ) | const [inline] |
Definition at line 56 of file TEveChunkManager.h.
References fSize.
Referenced by TEveStraightLineSet::AddLine(), TEveStraightLineSet::ComputeBBox(), TEveQuadSet::ComputeBBox(), TEveBoxSet::ComputeBBox(), TEveQuadSetGL::DirectDraw(), TEveStraightLineSetGL::DirectDraw(), TEveBoxSetGL::DirectDraw(), TEveDigitSet::NewDigit(), TEveDigitSet::ScanMinMaxValues(), and TEveStraightLineSetProjected::UpdateProjection().
Int_t TEveChunkManager::VecSize | ( | ) | const [inline] |
Definition at line 57 of file TEveChunkManager.h.
References fVecSize.
Referenced by TEveChunkManager::iterator::next(), and TEveDigitSet::ScanMinMaxValues().
Int_t TEveChunkManager::Capacity | ( | ) | const [inline] |
Definition at line 60 of file TEveChunkManager.h.
References fChunks, fN, and fS.
Referenced by TEveStraightLineSet::AddMarker(), TEveChunkVector< T >::At(), TEveDigitSet::GetDigit(), NewAtom(), TEveChunkManager::iterator::next(), TEveStraightLineSetGL::ProcessSelection(), and TEveStraightLineSet::SetLine().
Definition at line 61 of file TEveChunkManager.h.
References fChunks.
Referenced by TEveChunkManager::iterator::next(), and TEveDigitSet::ScanMinMaxValues().
Definition at line 62 of file TEveChunkManager.h.
References fN, fSize, and fVecSize.
Referenced by TEveChunkManager::iterator::next(), Refit(), and TEveDigitSet::ScanMinMaxValues().
Char_t * TEveChunkManager::NewAtom | ( | ) | [inline] |
Definition at line 112 of file TEveChunkManager.h.
References a, Atom(), fCapacity, fSize, and NewChunk().
Referenced by TEveStraightLineSet::AddLine(), TEveStraightLineSet::AddMarker(), and TEveDigitSet::NewDigit().
Char_t * TEveChunkManager::NewChunk | ( | ) |
TEveChunkManager::ClassDef | ( | TEveChunkManager | , | |
1 | ||||
) |
TEveChunkManager& TEveChunkManager::operator= | ( | const TEveChunkManager & | ) | [private] |
void TEveChunkManager::ReleaseChunks | ( | ) | [protected] |
void TEveChunkManager::Refit | ( | ) |
Int_t TEveChunkManager::S | ( | ) | const [inline] |
Int_t TEveChunkManager::N | ( | ) | const [inline] |
Int_t TEveChunkManager::Size | ( | ) | const [inline] |
Int_t TEveChunkManager::VecSize | ( | ) | const [inline] |
Int_t TEveChunkManager::Capacity | ( | ) | const [inline] |
Char_t* TEveChunkManager::NewAtom | ( | ) |
Char_t* TEveChunkManager::NewChunk | ( | ) |
TEveChunkManager::ClassDef | ( | TEveChunkManager | , | |
1 | ||||
) |
Int_t TEveChunkManager::fS [protected] |
Definition at line 34 of file TEveChunkManager.h.
Referenced by Atom(), NewChunk(), Refit(), Reset(), and S().
Int_t TEveChunkManager::fN [protected] |
Definition at line 35 of file TEveChunkManager.h.
Referenced by Atom(), N(), NAtoms(), NewChunk(), Refit(), and Reset().
Int_t TEveChunkManager::fSize [protected] |
Int_t TEveChunkManager::fVecSize [protected] |
Definition at line 38 of file TEveChunkManager.h.
Referenced by NAtoms(), NewChunk(), Refit(), ReleaseChunks(), Reset(), and VecSize().
Int_t TEveChunkManager::fCapacity [protected] |
Definition at line 39 of file TEveChunkManager.h.
Referenced by Capacity(), NewAtom(), NewChunk(), Refit(), and Reset().
std::vector<TArrayC*> TEveChunkManager::fChunks [protected] |
Definition at line 41 of file TEveChunkManager.h.
Referenced by Atom(), Chunk(), NewChunk(), Refit(), and ReleaseChunks().
std::vector<TArrayC*> TEveChunkManager::fChunks [protected] |
Definition at line 41 of file TEveChunkManager.h.