|
Rosetta 3.5
|
#include <LeeRichards.hh>

Public Member Functions | |
| 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_ |
Definition at line 393 of file LeeRichards.hh.
|
inline |
Definition at line 401 of file LeeRichards.hh.
References array_.
|
inline |
Definition at line 395 of file LeeRichards.hh.
References array_, Nx_, and Ny_.
Referenced by core::scoring::packstat::Octree2D::Octree2D().
|
inline |
Definition at line 404 of file LeeRichards.hh.
| Circles* core::scoring::packstat::Array2D::array_ |
Definition at line 413 of file LeeRichards.hh.
Referenced by init(), operator()(), and ~Array2D().
| core::Size core::scoring::packstat::Array2D::Nx_ |
Definition at line 411 of file LeeRichards.hh.
Referenced by init(), and operator()().
| core::Size core::scoring::packstat::Array2D::Ny_ |
Definition at line 412 of file LeeRichards.hh.
Referenced by init(), and operator()().
1.8.4