![]() |
Rosetta
2021.16
|
#include <LeeRichards.hh>
Public Member Functions | |
| Array2D () | |
| void | init (core::Size Nx, core::Size Ny) |
| ~Array2D () | |
| Circles & | operator() (core::Size i, core::Size j) |
Public Attributes | |
| core::Size | Nx_ |
| core::Size | Ny_ |
| Circles * | array_ |
|
inline |
|
inline |
References array_.
|
inline |
References array_, Nx_, and Ny_.
Referenced by core::scoring::packstat::Octree2D::Octree2D().
|
inline |
| Circles* core::scoring::packstat::Array2D::array_ |
Referenced by init(), operator()(), and ~Array2D().
| core::Size core::scoring::packstat::Array2D::Nx_ |
Referenced by init(), and operator()().
| core::Size core::scoring::packstat::Array2D::Ny_ |
Referenced by init(), and operator()().
1.8.7