![]() |
Rosetta
2021.16
|
@ Cluster of Pocket points 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 ()=default | |
| int | size () const |
| bool | testNeighbor (PCluster &c2) |
| bool | isClose (PCluster const &c2) const |
| bool | isTarget (core::Size numTargets=2) const |
| bool | isSolventExposed () const |
| void | add (core::Size x, core::Size y, core::Size z) |
Public Attributes | |
| std::list< Cxyz > | points_ |
Private Attributes | |
| int | count_ |
| bool | target_ |
| bool | subtarget_ |
| bool | solventExposed_ |
| 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 | TargetPocketGrid |
| class | EggshellGrid |
| class | ElectrostaticpotentialGrid |
| class | ComparisonGrid |
| class | PClusterSet |
@ Cluster of Pocket points
| protocols::pockets::PCluster::PCluster | ( | core::Size | x, |
| core::Size | y, | ||
| core::Size | z, | ||
| core::Real | step_ | ||
| ) |
| protocols::pockets::PCluster::PCluster | ( | const PCluster & | old | ) |
|
default |
| void protocols::pockets::PCluster::add | ( | core::Size | x, |
| core::Size | y, | ||
| core::Size | z | ||
| ) |
|
inline |
References solventExposed_.
|
inline |
References subtarget_, and target_.
|
inline |
References points_.
References protocols::mean_field::max(), maxX, maxY, maxZ, protocols::mean_field::min(), minX, minY, minZ, and points_.
|
friend |
|
friend |
|
friend |
|
friend |
|
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 isSolventExposed(), and PCluster().
|
private |
Referenced by PCluster().
|
private |
Referenced by isTarget(), and PCluster().
|
private |
Referenced by isTarget(), and PCluster().
1.8.7