Rosetta 3.5
|
@ More...
#include <PocketGrid.hh>
Classes | |
struct | Cxyz |
Public Member Functions | |
PCluster (core::Size x, core::Size y, core::Size z, core::Real step_) | |
PCluster (const PCluster &old) | |
~PCluster () | |
int | size () const |
bool | testNeighbor (PCluster &c2) |
bool | isClose (PCluster const &c2) const |
bool | isTarget () const |
void | add (core::Size x, core::Size y, core::Size z) |
Public Attributes | |
std::list< Cxyz > | points_ |
Private Attributes | |
int | count_ |
bool | target |
core::Size | maxX |
core::Size | minX |
core::Size | maxY |
core::Size | minY |
core::Size | maxZ |
core::Size | minZ |
core::Real | step |
Friends | |
class | PocketGrid |
class | EggshellGrid |
@
protocols::pockets::PCluster::PCluster | ( | core::Size | x, |
core::Size | y, | ||
core::Size | z, | ||
core::Real | step_ | ||
) |
References count_, maxX, maxY, maxZ, minX, minY, minZ, points_, step, target, protocols::pockets::PCluster::Cxyz::x, protocols::pockets::PCluster::Cxyz::y, and protocols::pockets::PCluster::Cxyz::z.
protocols::pockets::PCluster::PCluster | ( | const PCluster & | old) |
|
inline |
void protocols::pockets::PCluster::add | ( | core::Size | x, |
core::Size | y, | ||
core::Size | z | ||
) |
|
friend |
|
friend |
|
private |
Referenced by PCluster().
|
private |
Referenced by isClose(), PCluster(), and testNeighbor().
|
private |
Referenced by isClose(), PCluster(), and testNeighbor().
|
private |
Referenced by isClose(), PCluster(), and testNeighbor().
|
private |
Referenced by isClose(), PCluster(), and testNeighbor().
|
private |
Referenced by isClose(), PCluster(), and testNeighbor().
|
private |
Referenced by isClose(), PCluster(), and testNeighbor().
std::list< Cxyz > protocols::pockets::PCluster::points_ |
Referenced by add(), PCluster(), size(), and testNeighbor().
|
private |
Referenced by PCluster().
|
private |
Referenced by isTarget(), and PCluster().