|
Geant4
10.00.p01
|
Public Member Functions | |
| HyperRect (int dim, const double *min, const double *max) | |
| ~HyperRect () | |
| HyperRect (const HyperRect &rect) | |
| void | Extend (const double *pos) |
| bool | CompareDistSqr (const double *pos, const double *bestmatch) |
| int | GetDim () |
| double * | GetMin () |
| double * | GetMax () |
Protected Attributes | |
| int | fDim |
| double * | fMin |
| double * | fMax |
Private Member Functions | |
| HyperRect & | operator= (const HyperRect &rhs) |
Definition at line 83 of file G4KDTree.cc.
|
inline |
Definition at line 86 of file G4KDTree.cc.
|
inline |
Definition at line 97 of file G4KDTree.cc.
|
inline |
Definition at line 103 of file G4KDTree.cc.
|
inline |
Definition at line 130 of file G4KDTree.cc.
References sqr().
Referenced by G4KDTree::__NearestToNode(), and G4KDTree::__NearestToPosition().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 113 of file G4KDTree.cc.
Referenced by G4KDTree::Build(), and G4KDTree::Insert().
Here is the caller graph for this function:
|
inline |
Definition at line 151 of file G4KDTree.cc.
|
inline |
Definition at line 153 of file G4KDTree.cc.
Referenced by G4KDTree::__NearestToNode(), and G4KDTree::__NearestToPosition().
Here is the caller graph for this function:
|
inline |
Definition at line 152 of file G4KDTree.cc.
Referenced by G4KDTree::__NearestToNode(), and G4KDTree::__NearestToPosition().
Here is the caller graph for this function:Definition at line 161 of file G4KDTree.cc.
|
protected |
Definition at line 156 of file G4KDTree.cc.
Referenced by HyperRect().
|
protected |
Definition at line 157 of file G4KDTree.cc.
Referenced by HyperRect().
|
protected |
Definition at line 157 of file G4KDTree.cc.
Referenced by HyperRect().