Geant4-11
Data Structures | Variables
G4Octree.hh File Reference
#include <array>
#include <vector>
#include <algorithm>
#include <type_traits>
#include <utility>
#include <iterator>
#include <iostream>
#include <typeinfo>
#include <list>
#include "G4ThreeVector.hh"
#include "G4DNABoundingBox.hh"
#include "G4Allocator.hh"
#include "G4Octree.icc"

Go to the source code of this file.

Data Structures

class  G4Octree< Iterator, Extractor, Point >
 
struct  G4Octree< Iterator, Extractor, Point >::Node::InnerIterator
 
struct  G4Octree< Iterator, Extractor, Point >::LeafValues
 
class  G4Octree< Iterator, Extractor, Point >::Node
 

Variables

const size_t max_depth = 100
 
const size_t max_per_node = 2
 

Variable Documentation

◆ max_depth

const size_t max_depth = 100

Definition at line 54 of file G4Octree.hh.

◆ max_per_node

const size_t max_per_node = 2

Definition at line 53 of file G4Octree.hh.