Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Octree.hh>
Public Types | |
using | tree_type = G4Octree< Iterator, Extractor, Point > |
Public Member Functions | |
G4Octree () | |
G4Octree (Iterator, Iterator) | |
G4Octree (Iterator, Iterator, Extractor) | |
G4Octree (tree_type &&rhs) | |
void | swap (tree_type &rhs) |
tree_type & | operator= (tree_type rhs) |
tree_type & | operator= (tree_type &&rhs) |
~G4Octree () | |
size_t | size () const |
template<typename OutPutContainer > | |
void | radiusNeighbors (const Point &query, const G4double &radius, OutPutContainer &resultIndices) const |
void * | operator new (size_t) |
void | operator delete (void *) |
Definition at line 57 of file G4Octree.hh.
using G4Octree< Iterator, Extractor, Point >::tree_type = G4Octree<Iterator,Extractor,Point> |
Definition at line 63 of file G4Octree.hh.
G4Octree< Iterator, Extractor, Point >::G4Octree | ( | ) |
G4Octree< Iterator, Extractor, Point >::G4Octree | ( | Iterator | , |
Iterator | |||
) |
G4Octree< Iterator, Extractor, Point >::G4Octree | ( | Iterator | , |
Iterator | , | ||
Extractor | |||
) |
G4Octree< Iterator, Extractor, Point >::G4Octree | ( | tree_type && | rhs | ) |
G4Octree< Iterator, Extractor, Point >::~G4Octree | ( | ) |
void G4Octree< Iterator, Extractor, Point >::operator delete | ( | void * | ) |
void * G4Octree< Iterator, Extractor, Point >::operator new | ( | size_t | ) |
tree_type & G4Octree< Iterator, Extractor, Point >::operator= | ( | tree_type && | rhs | ) |
tree_type & G4Octree< Iterator, Extractor, Point >::operator= | ( | tree_type | rhs | ) |
void G4Octree< Iterator, Extractor, Point >::radiusNeighbors | ( | const Point & | query, |
const G4double & | radius, | ||
OutPutContainer & | resultIndices | ||
) | const |
size_t G4Octree< Iterator, Extractor, Point >::size | ( | ) | const |
void G4Octree< Iterator, Extractor, Point >::swap | ( | tree_type & | rhs | ) |