![]() |
Rosetta Core
2014.16.56682
|
#include <LeeRichards.hh>
Public Member Functions | |
| Octree2D (Circles &items) | |
| core::Size | get_i (core::Real x) const |
| core::Size | get_j (core::Real y) const |
| Circles & | get_cube (Circle *a) |
| bool | contains (core::Real x, core::Real y, int extend=1, Circle *exclude1=NULL, Circle *exclude2=NULL) |
Public Attributes | |
| core::Real | mnx_ |
| core::Real | mny_ |
| core::Real | mxx_ |
| core::Real | mxy_ |
| core::Real | mxr_ |
| core::Size | Xdim_ |
| core::Size | Ydim_ |
| Array2D | cubes |
|
inline |
|
inline |
References core::scoring::packstat::Circle::contains(), cubes, get_i(), get_j(), Xdim_, and Ydim_.
Referenced by core::scoring::packstat::Slice::compute_events().
References cubes, get_i(), get_j(), core::scoring::packstat::Circle::x, and core::scoring::packstat::Circle::y.
Referenced by Octree2D().
|
inline |
Referenced by core::scoring::packstat::Slice::compute_events(), contains(), get_cube(), and Octree2D().
|
inline |
Referenced by core::scoring::packstat::Slice::compute_events(), contains(), get_cube(), and Octree2D().
| Array2D core::scoring::packstat::Octree2D::cubes |
Referenced by core::scoring::packstat::Slice::compute_events(), contains(), get_cube(), and Octree2D().
| core::Real core::scoring::packstat::Octree2D::mnx_ |
Referenced by get_i(), and Octree2D().
| core::Real core::scoring::packstat::Octree2D::mny_ |
Referenced by get_j(), and Octree2D().
| core::Real core::scoring::packstat::Octree2D::mxr_ |
Referenced by get_i(), get_j(), and Octree2D().
| core::Real core::scoring::packstat::Octree2D::mxx_ |
Referenced by Octree2D().
| core::Real core::scoring::packstat::Octree2D::mxy_ |
Referenced by Octree2D().
| core::Size core::scoring::packstat::Octree2D::Xdim_ |
Referenced by core::scoring::packstat::Slice::compute_events(), contains(), and Octree2D().
| core::Size core::scoring::packstat::Octree2D::Ydim_ |
Referenced by core::scoring::packstat::Slice::compute_events(), contains(), and Octree2D().
1.8.7