|
Geant4-11
|
#include <G4KDMap.hh>
Data Structures | |
| struct | sortOutNDim |
Public Member Functions | |
| __1DSortOut (const __1DSortOut &right) | |
| __1DSortOut (size_t dimension) | |
| void | Erase (std::deque< G4KDNode_Base * >::iterator &) |
| int | GetDimension () |
| G4KDNode_Base * | GetMidle (size_t &) |
| std::deque< G4KDNode_Base * >::iterator | Insert (G4KDNode_Base *) |
| G4KDNode_Base * | PopOutMiddle () |
| size_t | Size () |
| void | Sort () |
Protected Attributes | |
| std::deque< G4KDNode_Base * > | fContainer |
| sortOutNDim | fSortOutNDim |
Definition at line 57 of file G4KDMap.hh.
| __1DSortOut::__1DSortOut | ( | size_t | dimension | ) |
Definition at line 41 of file G4KDMap.cc.
| __1DSortOut::__1DSortOut | ( | const __1DSortOut & | right | ) |
Definition at line 46 of file G4KDMap.cc.
| void __1DSortOut::Erase | ( | std::deque< G4KDNode_Base * >::iterator & | deq_pos | ) |
Definition at line 85 of file G4KDMap.cc.
References fContainer.
| int __1DSortOut::GetDimension | ( | ) |
Definition at line 51 of file G4KDMap.cc.
References __1DSortOut::sortOutNDim::fDimension, and fSortOutNDim.
| G4KDNode_Base * __1DSortOut::GetMidle | ( | size_t & | main_middle | ) |
Definition at line 56 of file G4KDMap.cc.
References fContainer.
Referenced by PopOutMiddle().
| _deq_iterator __1DSortOut::Insert | ( | G4KDNode_Base * | pos | ) |
| G4KDNode_Base * __1DSortOut::PopOutMiddle | ( | ) |
Definition at line 68 of file G4KDMap.cc.
References fContainer, GetMidle(), and pos.
|
inline |
Definition at line 69 of file G4KDMap.hh.
References fContainer.
| void __1DSortOut::Sort | ( | ) |
Definition at line 80 of file G4KDMap.cc.
References fContainer, and fSortOutNDim.
|
protected |
Definition at line 85 of file G4KDMap.hh.
Referenced by Erase(), GetMidle(), Insert(), PopOutMiddle(), Size(), and Sort().
|
protected |
Definition at line 86 of file G4KDMap.hh.
Referenced by GetDimension(), and Sort().