![]() |
NuTo
Numerics Tool
|
container that performs O(1) addition and O(1) lookup based on subboxes. More...
Classes | |
| struct | Domain |
Public Member Functions | |
| SubBoxes (Domain d) | |
| void | Add (T t) |
| adds a T to the container More... | |
| boost::optional< T > | FindAt (Eigen::Vector3d coords) |
returns some entry at coords within a search radius (provided by the domain) More... | |
container that performs O(1) addition and O(1) lookup based on subboxes.
These subboxes divide the domain with a given number of subdivisions.
| T | value type of the container that provides coordinate access double operator[](int dim) |
|
inline |
adds a T to the container
|
inline |
returns some entry at coords within a search radius (provided by the domain)
| coords | query point |
1.8.11