|
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 |
@
Definition at line 43 of file PocketGrid.hh.
| protocols::pockets::PCluster::PCluster | ( | core::Size | x, |
| core::Size | y, | ||
| core::Size | z, | ||
| core::Real | step_ | ||
| ) |
Definition at line 76 of file PocketGrid.cc.
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 |
Definition at line 53 of file PocketGrid.hh.
| void protocols::pockets::PCluster::add | ( | core::Size | x, |
| core::Size | y, | ||
| core::Size | z | ||
| ) |
Definition at line 93 of file PocketGrid.cc.
References points_, protocols::pockets::PCluster::Cxyz::x, protocols::pockets::PCluster::Cxyz::y, and protocols::pockets::PCluster::Cxyz::z.
|
inline |
Definition at line 57 of file PocketGrid.hh.
References target.
|
inline |
Definition at line 54 of file PocketGrid.hh.
References points_.
|
friend |
Definition at line 47 of file PocketGrid.hh.
|
friend |
Definition at line 46 of file PocketGrid.hh.
|
private |
Definition at line 67 of file PocketGrid.hh.
Referenced by PCluster().
|
private |
Definition at line 69 of file PocketGrid.hh.
Referenced by isClose(), PCluster(), and testNeighbor().
|
private |
Definition at line 69 of file PocketGrid.hh.
Referenced by isClose(), PCluster(), and testNeighbor().
|
private |
Definition at line 69 of file PocketGrid.hh.
Referenced by isClose(), PCluster(), and testNeighbor().
|
private |
Definition at line 69 of file PocketGrid.hh.
Referenced by isClose(), PCluster(), and testNeighbor().
|
private |
Definition at line 69 of file PocketGrid.hh.
Referenced by isClose(), PCluster(), and testNeighbor().
|
private |
Definition at line 69 of file PocketGrid.hh.
Referenced by isClose(), PCluster(), and testNeighbor().
| std::list< Cxyz > protocols::pockets::PCluster::points_ |
Definition at line 64 of file PocketGrid.hh.
Referenced by add(), PCluster(), size(), and testNeighbor().
|
private |
Definition at line 70 of file PocketGrid.hh.
Referenced by PCluster().
|
private |
Definition at line 68 of file PocketGrid.hh.
Referenced by isTarget(), and PCluster().
1.8.4