Rosetta 3.5
|
@ More...
#include <PocketGrid.hh>
Static Public Member Functions | |
static std::vector < core::conformation::ResidueOP > | getRelaxResidues (core::pose::Pose const &input_pose, std::string const &resids) |
Protected Types | |
enum | PtType { EMPTY, PROTEIN, TARGET, HSURFACE, PSURFACE, POCKET, PO_SURF, PO_BURIED, T_SURFACE, TP_POCKET, TP_SURF, TP_BURIED, PO_EDGE, TP_EDGE, PSP, EGGSHELL, EGGSHELL_SURROUNDING } |
Protected Member Functions | |
void | init () |
void | setup_default_options () |
void | newSearch (core::Size thr1, core::Size thr2, core::Size max1, core::Size max2, bool psp=false, bool sps=false) |
bool | fill (core::Size x, core::Size y, core::Size z) |
bool | touchesSolvent (core::Size x, core::Size y, core::Size z) const |
bool | touchesSS (core::Size x, core::Size y, core::Size z) const |
bool | touchesPS (core::Size x, core::Size y, core::Size z) const |
bool | touchesSurface (core::Size x, core::Size y, core::Size z, bool polar, bool either=false) const |
numeric::xyzVector< core::Real > | rotatePoint (core::Real x, core::Real y, core::Real z) |
Protected Attributes | |
std::vector< std::vector < std::vector< PtType > > > | grid_ |
std::vector< std::vector < std::vector< core::Size > > > | pockets_ |
core::Size | xdim_ |
core::Size | ydim_ |
core::Size | zdim_ |
core::Real | xcorn_ |
core::Real | ycorn_ |
core::Real | zcorn_ |
core::Real | stepSize_ |
core::Real | maxLen_ |
std::string | tag_ |
core::Size | pdbno_ |
PClusterSet | clusters_ |
core::Real | size_x_ |
core::Real | size_y_ |
core::Real | size_z_ |
core::Real | spacing_ |
core::Real | limit_x_ |
core::Real | limit_y_ |
core::Real | limit_z_ |
bool | restrictSize_ |
core::Real | probe_rad_ |
core::Real | surf_score_ |
core::Real | surf_dist_ |
core::Real | bur_score_ |
core::Real | bur_dist_ |
bool | side_chains_only_ |
bool | markpsp_ |
bool | marksps_ |
core::Real | minPockSize_ |
core::Real | maxPockSize_ |
numeric::xyzMatrix< core::Real > | rot_mat_ |
Friends | |
class | EggshellGrid |
@
|
protected |
protocols::pockets::PocketGrid::PocketGrid | ( | ) |
References setup_default_options().
|
virtual |
protocols::pockets::PocketGrid::PocketGrid | ( | const PocketGrid & | gr) |
protocols::pockets::PocketGrid::PocketGrid | ( | core::conformation::Residue const & | central_rsd) |
References initialize(), markpsp_, marksps_, setup_default_options(), size_x_, size_y_, size_z_, spacing_, and tag_.
protocols::pockets::PocketGrid::PocketGrid | ( | std::vector< core::conformation::ResidueOP > const & | central_rsd) |
References initialize(), markpsp_, marksps_, setup_default_options(), size_x_, size_y_, size_z_, spacing_, and tag_.
protocols::pockets::PocketGrid::PocketGrid | ( | core::Real const & | xc, |
core::Real const & | yc, | ||
core::Real const & | zc, | ||
core::Real | x, | ||
core::Real | y, | ||
core::Real | z, | ||
core::Real const & | stepSize | ||
) |
References initialize(), markpsp_, marksps_, setup_default_options(), and tag_.
protocols::pockets::PocketGrid::PocketGrid | ( | core::Real const & | xc, |
core::Real const & | yc, | ||
core::Real const & | zc, | ||
core::Real | x, | ||
core::Real | y, | ||
core::Real | z | ||
) |
References initialize(), markpsp_, marksps_, setup_default_options(), spacing_, and tag_.
protocols::pockets::PocketGrid::PocketGrid | ( | core::Real const & | xc, |
core::Real const & | yc, | ||
core::Real const & | zc, | ||
core::Real | x, | ||
core::Real | y, | ||
core::Real | z, | ||
core::Real const & | stepSize, | ||
bool | psp, | ||
bool | sps | ||
) |
References initialize(), setup_default_options(), and tag_.
protocols::pockets::PocketGrid::PocketGrid | ( | core::Real const & | xc, |
core::Real const & | yc, | ||
core::Real const & | zc, | ||
core::Real | x, | ||
core::Real const & | stepSize = 1 , |
||
bool | psp = false , |
||
bool | sps = false |
||
) |
References initialize(), setup_default_options(), and tag_.
protocols::pockets::PocketGrid::PocketGrid | ( | core::Vector const & | center, |
core::Real | x, | ||
core::Real const & | stepSize = 1 , |
||
bool | psp = false , |
||
bool | sps = false |
||
) |
References initialize(), setup_default_options(), and tag_.
protocols::pockets::PocketGrid::PocketGrid | ( | core::Vector const & | center, |
core::Real const & | x, | ||
core::Real const & | y, | ||
core::Real const & | z, | ||
core::Real const & | stepSize = 1 , |
||
bool | psp = false , |
||
bool | sps = false |
||
) |
References initialize(), setup_default_options(), and tag_.
bool protocols::pockets::PocketGrid::autoexpanding_pocket_eval | ( | core::conformation::Residue const & | central_rsd, |
core::scoring::constraints::XYZ_Func const & | xyz_func, | ||
Size const | total_residues | ||
) |
References core::conformation::Residue::atom(), bur_dist_, findClusters(), findPockets(), findPSP(), findSPS(), initialize(), isTooSmall(), limit_x_, limit_y_, limit_z_, mark(), markEdgeDepth(), markPocketDepth(), markpsp_, marksps_, maxLen_, probe_rad_, recenter(), core::scoring::constraints::XYZ_Func::residue(), rotatePoint(), core::conformation::Residue::seqpos(), side_chains_only_, size_x_, size_y_, size_z_, spacing_, stepSize_, surf_dist_, core::conformation::Atom::type(), whatIsTooSmall(), xdim_, ydim_, and zdim_.
Referenced by autoexpanding_pocket_eval(), and move_pose_to_standard_orie().
bool protocols::pockets::PocketGrid::autoexpanding_pocket_eval | ( | std::vector< core::conformation::ResidueOP > const & | central_rsd, |
core::scoring::constraints::XYZ_Func const & | xyz_func, | ||
Size const | total_residues | ||
) |
References autoexpanding_pocket_eval().
bool protocols::pockets::PocketGrid::autoexpanding_pocket_eval | ( | core::conformation::Residue const & | central_rsd, |
core::pose::Pose const & | inPose | ||
) |
bool protocols::pockets::PocketGrid::autoexpanding_pocket_eval | ( | std::vector< core::conformation::ResidueOP > const & | central_rsd, |
core::pose::Pose const & | inPose | ||
) |
void protocols::pockets::PocketGrid::clear | ( | ) |
References protocols::pockets::PClusterSet::clear(), clusters_, grid_, and pockets_.
Referenced by init().
void protocols::pockets::PocketGrid::clearSmallPockets | ( | core::Size | minsize) |
void protocols::pockets::PocketGrid::clusterPockets | ( | ) |
References protocols::pockets::PClusterSet::add(), protocols::pockets::PClusterSet::clusters_, clusters_, grid_, protocols::pockets::PClusterSet::join(), PO_BURIED, PO_EDGE, POCKET, stepSize_, TP_BURIED, TP_EDGE, TP_POCKET, xdim_, ydim_, and zdim_.
Referenced by findClusters().
bool protocols::pockets::PocketGrid::DARC_autoexpanding_pocket_eval | ( | core::conformation::Residue const & | central_rsd, |
core::pose::Pose const & | inPose, | ||
numeric::xyzVector< core::Real > | grid_center | ||
) |
References core::pose::Pose::conformation(), and core::pose::Pose::total_residue().
bool protocols::pockets::PocketGrid::DARC_autoexpanding_pocket_eval | ( | core::conformation::Residue const & | central_rsd, |
core::scoring::constraints::XYZ_Func const & | xyz_func, | ||
Size const | total_residues, | ||
numeric::xyzVector< core::Real > | grid_center | ||
) |
References core::conformation::Residue::atom(), bur_dist_, findClusters(), findPockets(), findPSP(), findSPS(), initialize(), isTooSmall(), limit_x_, limit_y_, limit_z_, mark(), markEdgeDepth(), markPocketDepth(), markpsp_, marksps_, maxLen_, probe_rad_, recenter(), core::scoring::constraints::XYZ_Func::residue(), rotatePoint(), core::conformation::Residue::seqpos(), side_chains_only_, size_x_, size_y_, size_z_, spacing_, stepSize_, surf_dist_, core::conformation::Atom::type(), whatIsTooSmall(), xdim_, ydim_, and zdim_.
bool protocols::pockets::PocketGrid::DARC_pocket_eval | ( | core::conformation::Residue const & | central_rsd, |
core::pose::Pose const & | inPose, | ||
numeric::xyzVector< core::Real > | grid_center | ||
) |
References core::pose::Pose::conformation(), and core::pose::Pose::total_residue().
bool protocols::pockets::PocketGrid::DARC_pocket_eval | ( | core::conformation::Residue const & | central_rsd, |
core::scoring::constraints::XYZ_Func const & | xyz_func, | ||
Size const | total_residues, | ||
numeric::xyzVector< core::Real > | grid_center | ||
) |
References core::conformation::Residue::atom(), bur_dist_, findClusters(), findPockets(), findPSP(), findSPS(), mark(), markEdgeDepth(), markPocketDepth(), markpsp_, marksps_, maxLen_, probe_rad_, core::scoring::constraints::XYZ_Func::residue(), rotatePoint(), core::conformation::Residue::seqpos(), side_chains_only_, stepSize_, surf_dist_, core::conformation::Atom::type(), xdim_, ydim_, and zdim_.
void protocols::pockets::PocketGrid::dumpGridToFile | ( | ) |
References protocols::abinitio::filename(), pdbno_, and tag_.
void protocols::pockets::PocketGrid::dumpGridToFile | ( | std::string const & | output_filename) |
|
protected |
void protocols::pockets::PocketGrid::fillTargetPockets | ( | ) |
void protocols::pockets::PocketGrid::findClusters | ( | ) |
References clusterPockets(), protocols::pockets::PClusterSet::clusters_, clusters_, grid_, PO_BURIED, PO_EDGE, PO_SURF, POCKET, T_SURFACE, TP_BURIED, TP_EDGE, TP_POCKET, TP_SURF, xdim_, ydim_, and zdim_.
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), and DARC_pocket_eval().
void protocols::pockets::PocketGrid::findPockets | ( | core::Size | thr, |
core::Real | max | ||
) |
References newSearch(), and stepSize_.
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), and DARC_pocket_eval().
void protocols::pockets::PocketGrid::findPSP | ( | core::Size | thr, |
core::Real | max | ||
) |
References newSearch(), and stepSize_.
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), and DARC_pocket_eval().
void protocols::pockets::PocketGrid::findSPS | ( | core::Size | thr, |
core::Real | max | ||
) |
References newSearch(), and stepSize_.
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), and DARC_pocket_eval().
|
inline |
References get_pocket_distance().
Referenced by get_pocket_distance().
core::Real protocols::pockets::PocketGrid::get_pocket_distance | ( | PocketGrid const & | template_pocket, |
std::string const & | comparison_pdbname | ||
) | const |
|
static |
|
protected |
References clear(), EMPTY, grid_, pockets_, xdim_, ydim_, and zdim_.
Referenced by protocols::pockets::EggshellGrid::EggshellGrid(), initialize(), move_pose_to_standard_orie(), and recenter().
void protocols::pockets::PocketGrid::initialize | ( | core::Real const & | xc, |
core::Real const & | yc, | ||
core::Real const & | zc, | ||
core::Real const | size_x, | ||
core::Real const | size_y, | ||
core::Real const | size_z, | ||
core::Real const & | stepSize = 1 , |
||
bool | psp = false , |
||
bool | sps = false |
||
) |
References init(), markpsp_, marksps_, pdbno_, recenter(), stepSize_, xdim_, ydim_, and zdim_.
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), and PocketGrid().
void protocols::pockets::PocketGrid::initialize | ( | core::Real const & | xc, |
core::Real const & | yc, | ||
core::Real const & | zc, | ||
core::Real | x, | ||
core::Real const & | stepSize = 1 , |
||
bool | psp = false , |
||
bool | sps = false |
||
) |
void protocols::pockets::PocketGrid::initialize | ( | core::Vector const & | center, |
core::Real | x, | ||
core::Real const & | stepSize = 1 , |
||
bool | psp = false , |
||
bool | sps = false |
||
) |
void protocols::pockets::PocketGrid::initialize | ( | core::Vector const & | center, |
core::Real const & | x, | ||
core::Real const & | y, | ||
core::Real const & | z, | ||
core::Real const & | stepSize = 1 , |
||
bool | psp = false , |
||
bool | sps = false |
||
) |
void protocols::pockets::PocketGrid::initialize | ( | core::conformation::Residue const & | central_rsd, |
core::Real const & | x, | ||
core::Real const & | y, | ||
core::Real const & | z, | ||
core::Real const & | stepSize = 1 , |
||
bool | psp = false , |
||
bool | sps = false |
||
) |
void protocols::pockets::PocketGrid::initialize | ( | std::vector< core::conformation::ResidueOP > const & | central_rsd, |
core::Real const & | x, | ||
core::Real const & | y, | ||
core::Real const & | z, | ||
core::Real const & | stepSize = 1 , |
||
bool | psp = false , |
||
bool | sps = false |
||
) |
bool protocols::pockets::PocketGrid::isTooSmall | ( | ) | const |
References grid_, TP_BURIED, TP_EDGE, TP_POCKET, TP_SURF, xdim_, ydim_, and zdim_.
Referenced by autoexpanding_pocket_eval(), and DARC_autoexpanding_pocket_eval().
core::Real protocols::pockets::PocketGrid::largestTargetPocketVolume | ( | ) |
References clusters_, protocols::pockets::PClusterSet::getLargestClusterSize(), minPockSize_, and stepSize_.
void protocols::pockets::PocketGrid::mark | ( | core::Real | x, |
core::Real | y, | ||
core::Real | z, | ||
core::Real const & | vdWd, | ||
core::Real const & | buffer, | ||
bool | polar = false , |
||
bool | targetResi = false |
||
) |
void protocols::pockets::PocketGrid::mark | ( | core::Vector const & | center, |
core::Real const & | vdWd, | ||
core::Real const & | buffer, | ||
bool | polar = false , |
||
bool | targetResi = false |
||
) |
References mark().
void protocols::pockets::PocketGrid::markDepth | ( | core::Size | x, |
core::Size | y, | ||
core::Size | z, | ||
core::Real const & | surf_d, | ||
core::Real const & | bur_d | ||
) |
void protocols::pockets::PocketGrid::markEdgeDepth | ( | core::Real const & | surf_d, |
core::Real const & | bur_d | ||
) |
References protocols::pockets::PClusterSet::clusters_, clusters_, grid_, markOneEdgeDepth(), PO_EDGE, and TP_EDGE.
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), and DARC_pocket_eval().
bool protocols::pockets::PocketGrid::markOneEdgeDepth | ( | core::Size | x, |
core::Size | y, | ||
core::Size | z, | ||
core::Real const & | surf_d, | ||
core::Real const & | bur_d, | ||
bool | isTarget | ||
) |
void protocols::pockets::PocketGrid::markPocketDepth | ( | core::Real const & | surf_d, |
core::Real const & | bur_d | ||
) |
References grid_, markDepth(), POCKET, TP_POCKET, xdim_, ydim_, and zdim_.
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), and DARC_pocket_eval().
void protocols::pockets::PocketGrid::move_pose_to_standard_orie | ( | core::Size const & | central_seqpos, |
core::pose::Pose & | pose | ||
) |
References core::pose::Pose::apply_transform_Rx_plus_v(), autoexpanding_pocket_eval(), protocols::pockets::PClusterSet::clusters_, clusters_, core::pose::Pose::conformation(), grid_, init(), minPockSize_, core::conformation::Conformation::residue(), setup_default_options(), stepSize_, TP_BURIED, TP_EDGE, TP_POCKET, TP_SURF, xcorn_, ycorn_, and zcorn_.
core::Real protocols::pockets::PocketGrid::netTargetPocketVolume | ( | ) |
References clusters_, protocols::pockets::PClusterSet::getNetClusterSize(), maxPockSize_, minPockSize_, and stepSize_.
|
protected |
PocketGrid & protocols::pockets::PocketGrid::operator= | ( | const PocketGrid & | gr) |
void protocols::pockets::PocketGrid::randomAngle | ( | ) |
References rot_mat_.
void protocols::pockets::PocketGrid::recenter | ( | core::Real const & | xc, |
core::Real const & | yc, | ||
core::Real const & | zc | ||
) |
References protocols::pockets::PClusterSet::clear(), clusters_, init(), rotatePoint(), stepSize_, xcorn_, xdim_, ycorn_, ydim_, zcorn_, and zdim_.
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), initialize(), and recenter().
void protocols::pockets::PocketGrid::recenter | ( | core::conformation::Residue const & | central_rsd) |
void protocols::pockets::PocketGrid::recenter | ( | std::vector< core::conformation::ResidueOP > const & | central_rsds) |
References recenter().
void protocols::pockets::PocketGrid::recenter | ( | core::Vector const & | center) |
References recenter().
|
protected |
References rot_mat_.
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), DARC_pocket_eval(), and recenter().
|
protected |
References bur_dist_, bur_score_, limit_x_, limit_y_, limit_z_, markpsp_, marksps_, maxLen_, maxPockSize_, minPockSize_, probe_rad_, restrictSize_, rot_mat_, side_chains_only_, size_x_, size_y_, size_z_, spacing_, surf_dist_, and surf_score_.
Referenced by move_pose_to_standard_orie(), and PocketGrid().
core::Real protocols::pockets::PocketGrid::targetPocketHeuristicScore | ( | ) | const |
References grid_, stepSize_, touchesPS(), touchesSS(), TP_POCKET, xdim_, ydim_, and zdim_.
core::Real protocols::pockets::PocketGrid::targetPocketHydrophobicProteinSurface | ( | ) | const |
core::Real protocols::pockets::PocketGrid::targetPocketPolarProteinSurface | ( | ) | const |
core::Real protocols::pockets::PocketGrid::targetPocketProteinSurface | ( | ) | const |
core::Real protocols::pockets::PocketGrid::targetPocketSolventSurface | ( | ) | const |
core::Real protocols::pockets::PocketGrid::targetPocketVolume | ( | core::Real const & | surf_sc, |
core::Real const & | bur_sc | ||
) | const |
|
protected |
|
protected |
|
protected |
|
protected |
References grid_, HSURFACE, PSURFACE, xdim_, ydim_, and zdim_.
Referenced by targetPocketHydrophobicProteinSurface(), targetPocketPolarProteinSurface(), and targetPocketProteinSurface().
core::Vector protocols::pockets::PocketGrid::whatIsTooSmall | ( | ) | const |
References grid_, TP_BURIED, TP_EDGE, TP_POCKET, TP_SURF, xdim_, ydim_, and zdim_.
Referenced by autoexpanding_pocket_eval(), and DARC_autoexpanding_pocket_eval().
void protocols::pockets::PocketGrid::zeroAngle | ( | ) |
References rot_mat_.
|
friend |
|
protected |
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), DARC_pocket_eval(), and setup_default_options().
|
protected |
Referenced by setup_default_options().
|
protected |
|
protected |
Referenced by clear(), clusterPockets(), protocols::pockets::EggshellGrid::dump_eggshell(), dumpGridToFile(), protocols::pockets::EggshellGrid::EggshellGrid(), fill(), fillTargetPockets(), findClusters(), protocols::pockets::EggshellGrid::get_eggshell_distance(), get_pocket_distance(), init(), isTooSmall(), mark(), markDepth(), markEdgeDepth(), markOneEdgeDepth(), markPocketDepth(), move_pose_to_standard_orie(), newSearch(), operator=(), PocketGrid(), targetPocketHeuristicScore(), targetPocketHydrophobicProteinSurface(), targetPocketPolarProteinSurface(), targetPocketProteinSurface(), targetPocketSolventSurface(), targetPocketVolume(), touchesPS(), touchesSolvent(), touchesSS(), touchesSurface(), and whatIsTooSmall().
|
protected |
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), and setup_default_options().
|
protected |
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), and setup_default_options().
|
protected |
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), and setup_default_options().
|
protected |
|
protected |
|
protected |
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), DARC_pocket_eval(), and setup_default_options().
|
protected |
Referenced by netTargetPocketVolume(), and setup_default_options().
|
protected |
|
protected |
Referenced by dumpGridToFile(), initialize(), operator=(), and PocketGrid().
|
protected |
Referenced by clear(), fill(), fillTargetPockets(), init(), operator=(), PocketGrid(), and print().
|
protected |
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), DARC_pocket_eval(), and setup_default_options().
|
protected |
Referenced by setup_default_options().
|
protected |
Referenced by randomAngle(), rotatePoint(), setup_default_options(), and zeroAngle().
|
protected |
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), DARC_pocket_eval(), and setup_default_options().
|
protected |
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), PocketGrid(), and setup_default_options().
|
protected |
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), PocketGrid(), and setup_default_options().
|
protected |
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), PocketGrid(), and setup_default_options().
|
protected |
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), PocketGrid(), and setup_default_options().
|
protected |
Referenced by autoexpanding_pocket_eval(), clusterPockets(), DARC_autoexpanding_pocket_eval(), DARC_pocket_eval(), protocols::pockets::EggshellGrid::dump_eggshell(), dumpGridToFile(), protocols::pockets::EggshellGrid::EggshellGrid(), findPockets(), findPSP(), findSPS(), protocols::pockets::EggshellGrid::get_eggshell_distance(), get_pocket_distance(), initialize(), largestTargetPocketVolume(), mark(), markDepth(), markOneEdgeDepth(), move_pose_to_standard_orie(), netTargetPocketVolume(), operator=(), PocketGrid(), recenter(), targetPocketHeuristicScore(), targetPocketHydrophobicProteinSurface(), targetPocketPolarProteinSurface(), targetPocketProteinSurface(), targetPocketSolventSurface(), targetPocketVolume(), and protocols::pockets::EggshellGrid::write_grid_to_pdb().
|
protected |
Referenced by autoexpanding_pocket_eval(), DARC_autoexpanding_pocket_eval(), DARC_pocket_eval(), and setup_default_options().
|
protected |
Referenced by setup_default_options().
|
protected |
Referenced by dumpGridToFile(), operator=(), and PocketGrid().
|
protected |
Referenced by protocols::pockets::EggshellGrid::dump_eggshell(), dumpGridToFile(), protocols::pockets::EggshellGrid::EggshellGrid(), protocols::pockets::EggshellGrid::get_eggshell_distance(), get_pocket_distance(), mark(), move_pose_to_standard_orie(), operator=(), PocketGrid(), recenter(), and protocols::pockets::EggshellGrid::write_grid_to_pdb().
|
protected |
Referenced by autoexpanding_pocket_eval(), clusterPockets(), DARC_autoexpanding_pocket_eval(), DARC_pocket_eval(), protocols::pockets::EggshellGrid::dump_eggshell(), dumpGridToFile(), protocols::pockets::EggshellGrid::EggshellGrid(), fill(), fillTargetPockets(), findClusters(), protocols::pockets::EggshellGrid::get_eggshell_distance(), get_pocket_distance(), init(), initialize(), isTooSmall(), mark(), markDepth(), markOneEdgeDepth(), markPocketDepth(), newSearch(), operator=(), PocketGrid(), print(), recenter(), targetPocketHeuristicScore(), targetPocketHydrophobicProteinSurface(), targetPocketPolarProteinSurface(), targetPocketProteinSurface(), targetPocketSolventSurface(), targetPocketVolume(), touchesPS(), touchesSolvent(), touchesSS(), touchesSurface(), whatIsTooSmall(), and protocols::pockets::EggshellGrid::write_grid_to_pdb().
|
protected |
Referenced by protocols::pockets::EggshellGrid::dump_eggshell(), dumpGridToFile(), protocols::pockets::EggshellGrid::EggshellGrid(), protocols::pockets::EggshellGrid::get_eggshell_distance(), get_pocket_distance(), mark(), move_pose_to_standard_orie(), operator=(), PocketGrid(), recenter(), and protocols::pockets::EggshellGrid::write_grid_to_pdb().
|
protected |
Referenced by autoexpanding_pocket_eval(), clusterPockets(), DARC_autoexpanding_pocket_eval(), DARC_pocket_eval(), protocols::pockets::EggshellGrid::dump_eggshell(), dumpGridToFile(), protocols::pockets::EggshellGrid::EggshellGrid(), fill(), fillTargetPockets(), findClusters(), protocols::pockets::EggshellGrid::get_eggshell_distance(), get_pocket_distance(), init(), initialize(), isTooSmall(), mark(), markDepth(), markOneEdgeDepth(), markPocketDepth(), newSearch(), operator=(), PocketGrid(), print(), recenter(), targetPocketHeuristicScore(), targetPocketHydrophobicProteinSurface(), targetPocketPolarProteinSurface(), targetPocketProteinSurface(), targetPocketSolventSurface(), targetPocketVolume(), touchesPS(), touchesSolvent(), touchesSS(), touchesSurface(), whatIsTooSmall(), and protocols::pockets::EggshellGrid::write_grid_to_pdb().
|
protected |
Referenced by protocols::pockets::EggshellGrid::dump_eggshell(), dumpGridToFile(), protocols::pockets::EggshellGrid::EggshellGrid(), protocols::pockets::EggshellGrid::get_eggshell_distance(), get_pocket_distance(), mark(), move_pose_to_standard_orie(), operator=(), PocketGrid(), recenter(), and protocols::pockets::EggshellGrid::write_grid_to_pdb().
|
protected |
Referenced by autoexpanding_pocket_eval(), clusterPockets(), DARC_autoexpanding_pocket_eval(), DARC_pocket_eval(), protocols::pockets::EggshellGrid::dump_eggshell(), dumpGridToFile(), protocols::pockets::EggshellGrid::EggshellGrid(), fill(), fillTargetPockets(), findClusters(), protocols::pockets::EggshellGrid::get_eggshell_distance(), get_pocket_distance(), init(), initialize(), isTooSmall(), mark(), markDepth(), markOneEdgeDepth(), markPocketDepth(), newSearch(), operator=(), PocketGrid(), print(), recenter(), targetPocketHeuristicScore(), targetPocketHydrophobicProteinSurface(), targetPocketPolarProteinSurface(), targetPocketProteinSurface(), targetPocketSolventSurface(), targetPocketVolume(), touchesPS(), touchesSolvent(), touchesSS(), touchesSurface(), whatIsTooSmall(), and protocols::pockets::EggshellGrid::write_grid_to_pdb().