|
Geant4-11
|
Data Structures | |
| struct | InnerIterator |
Public Member Functions | |
| Node ()=default | |
| Node (const Node &)=delete | |
| Node (const NodeVector &input_values) | |
| Node (const NodeVector &input_values, const G4DNABoundingBox &box, size_t current_depth) | |
| template<typename OutPutContainer > | |
| G4bool | radiusNeighbors (const Point &query, G4double radius, OutPutContainer &resultIndices) const |
| ~Node () | |
Private Member Functions | |
| void | init_internal (const NodeVector &input_values, size_t current_depth) |
| void | init_leaf (const NodeVector &input_values) |
| void | init_max_depth_leaf (const NodeVector &input_values) |
Private Attributes | |
| G4DNABoundingBox | fBigVolume |
| G4bool | fIsActivated |
| NodeTypes | fNodeType |
| void * | fpValue |
Definition at line 102 of file G4Octree.hh.
| G4Octree< Iterator, Extractor, Point >::Node::Node | ( | const NodeVector & | input_values | ) |
| G4Octree< Iterator, Extractor, Point >::Node::Node | ( | const NodeVector & | input_values, |
| const G4DNABoundingBox & | box, | ||
| size_t | current_depth | ||
| ) |
|
default |
|
delete |
| G4Octree< Iterator, Extractor, Point >::Node::~Node | ( | ) |
|
private |
|
private |
|
private |
| G4bool G4Octree< Iterator, Extractor, Point >::Node::radiusNeighbors | ( | const Point & | query, |
| G4double | radius, | ||
| OutPutContainer & | resultIndices | ||
| ) | const |
|
private |
Definition at line 117 of file G4Octree.hh.
|
private |
Definition at line 119 of file G4Octree.hh.
|
private |
Definition at line 118 of file G4Octree.hh.
|
private |
Definition at line 116 of file G4Octree.hh.