|
| EggshellGrid (const PocketGrid &gr) |
|
| EggshellGrid (const PocketGrid &grd, core::pose::Pose const &ligand_pose) |
|
| EggshellGrid (const PocketGrid &ext_grd, std::list< numeric::xyzVector< core::Real > > const &eggshell_coord_list) |
|
| EggshellGrid (std::string const &fname) |
|
std::list< numeric::xyzVector
< core::Real > > const & | eggshell_coord_list () const |
|
std::list< numeric::xyzVector
< core::Real > > const & | extra_coord_list () const |
|
void | dump_eggshell (std::string const &fname) const |
|
void | dump_eggshell (std::string const &fname, numeric::xyzMatrix< core::Real > rot1, numeric::xyzMatrix< core::Real > rot2, numeric::xyzMatrix< core::Real > rot3) const |
|
void | write_eggshell_to_pdb (std::string const &output_pdbname) const |
|
void | write_eggshell_to_pdb (std::string const &output_pdbname, numeric::xyzMatrix< core::Real > rot1, numeric::xyzMatrix< core::Real > rot2, numeric::xyzMatrix< core::Real > rot3) const |
|
void | write_grid_to_pdb (const PocketGrid &gr, std::string const &output_pdbname) const |
|
numeric::xyzVector< core::Real > | calculate_center_xyz (std::list< numeric::xyzVector< core::Real > > const &pocketshell_coord_list) |
|
core::Real | get_eggshell_distance (EggshellGrid const &template_eggshell) const |
|
core::Real | get_eggshell_distance (EggshellGrid const &template_eggshell, std::string const &comparison_pdbname) const |
|
| PocketGrid () |
|
virtual | ~PocketGrid () |
|
| PocketGrid (const PocketGrid &gr) |
|
PocketGrid & | operator= (const PocketGrid &gr) |
|
| PocketGrid (core::conformation::Residue const ¢ral_rsd) |
|
| PocketGrid (std::vector< core::conformation::ResidueOP > const ¢ral_rsd) |
|
| PocketGrid (core::conformation::Residue const ¢ral_rsd, core::Real x, core::Real y, core::Real z) |
|
| PocketGrid (std::vector< core::conformation::ResidueOP > const ¢ral_rsd, core::Real x, core::Real y, core::Real z) |
|
| 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) |
|
| PocketGrid (core::Real const &xc, core::Real const &yc, core::Real const &zc, core::Real x, core::Real y, core::Real z) |
|
| 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) |
|
| 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) |
|
| PocketGrid (core::Vector const ¢er, core::Real x, core::Real const &stepSize=1, bool psp=false, bool sps=false) |
|
| PocketGrid (core::Vector const ¢er, core::Real const &x, core::Real const &y, core::Real const &z, core::Real const &stepSize=1, bool psp=false, bool sps=false) |
|
void | 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) |
|
void | 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 | initialize (core::Vector const ¢er, core::Real x, core::Real const &stepSize=1, bool psp=false, bool sps=false) |
|
void | initialize (core::Vector const ¢er, core::Real const &x, core::Real const &y, core::Real const &z, core::Real const &stepSize=1, bool psp=false, bool sps=false) |
|
void | initialize (core::conformation::Residue const ¢ral_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 | initialize (std::vector< core::conformation::ResidueOP > const ¢ral_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 | clear () |
|
void | recenter (core::Real const &xc, core::Real const &yc, core::Real const &zc) |
|
void | recenter (core::conformation::Residue const ¢ral_rsd) |
|
void | recenter (std::vector< core::conformation::ResidueOP > const ¢ral_rsds) |
|
void | recenter (core::Vector const ¢er) |
|
void | findPockets (core::Size thr, core::Real max) |
|
void | findPSP (core::Size thr, core::Real max) |
|
void | findSPS (core::Size thr, core::Real max) |
|
void | 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 | mark (core::Real x, core::Real y, core::Real z, core::Real const &vdWd, core::Real const &buffer, bool polar=false, int targetResi=0) |
|
void | mark (core::Vector const ¢er, core::Real const &vdWd, core::Real const &buffer, bool polar=false, bool targetResi=false) |
|
void | mark (core::Vector const ¢er, core::Real const &vdWd, core::Real const &buffer, bool polar=false, int targetResi=0) |
|
void | clearSmallPockets (core::Size minsize) |
|
void | findClusters () |
|
void | findExemplars (core::pose::Pose const &inPose, Size const total_residues) |
|
void | findClustersByExemplars () |
|
void | linkExemplarsThroughSolvent () |
|
void | dumpGridToFile () |
|
void | dumpGridToFile (std::string const &output_filename) |
|
void | dumpExemplarToFile () |
|
void | dumpExemplarToFile (std::string const &output_filename) |
|
void | dumpTargetPocketsToFile (std::string const &output_filename) |
|
void | dumpTargetPocketsToFile (std::string const &output_filename, numeric::xyzMatrix< core::Real > rot1, numeric::xyzMatrix< core::Real > rot2, numeric::xyzMatrix< core::Real > rot3) |
|
void | dumpTargetPocketsToPDB (std::string const &output_filename, bool minipock=false) |
|
void | dumpTargetPocketsToPDB (std::string const &output_filename, numeric::xyzMatrix< core::Real > rot1, numeric::xyzMatrix< core::Real > rot2, numeric::xyzMatrix< core::Real > rot3) |
|
void | fillTargetPockets () |
|
void | print () const |
|
core::Real | targetPocketVolume (core::Real const &surf_sc, core::Real const &bur_sc) const |
|
core::Real | largestTargetPocketVolume () |
|
void | markPocketDepth (core::Real const &surf_d, core::Real const &bur_d) |
|
void | markEdgeDepth (core::Real const &surf_d, core::Real const &bur_d) |
|
core::Real | netTargetPocketVolume () |
|
void | markDepth (core::Size x, core::Size y, core::Size z, core::Real const &surf_d, core::Real const &bur_d) |
|
bool | markOneEdgeDepth (core::Size x, core::Size y, core::Size z, core::Real const &surf_d, core::Real const &bur_d, bool isTarget) |
|
void | clusterPockets () |
|
void | clusterCPockets () |
|
core::Real | targetPocketSolventSurface () const |
|
core::Real | targetPocketProteinSurface () const |
|
core::Real | targetPocketHydrophobicProteinSurface () const |
|
core::Real | targetPocketPolarProteinSurface () const |
|
core::Real | targetPocketHeuristicScore () const |
|
bool | isTooSmall () const |
|
core::Vector | whatIsTooSmall () const |
|
bool | autoexpanding_pocket_eval (core::conformation::Residue const ¢ral_rsd, core::scoring::func::XYZ_Func const &xyz_func, Size const total_residues, bool center_target=true, core::Real x=0.0, core::Real y=0.0, core::Real z=0.0) |
|
bool | autoexpanding_pocket_eval (std::vector< core::conformation::ResidueOP > const ¢ral_rsd, core::scoring::func::XYZ_Func const &xyz_func, Size const total_residues, bool center_target=true, core::Real x=0.0, core::Real y=0.0, core::Real z=0.0) |
|
bool | autoexpanding_pocket_eval (core::conformation::Residue const ¢ral_rsd, core::pose::Pose const &inPose, bool center_target=true, core::Real x=0.0, core::Real y=0.0, core::Real z=0.0) |
|
bool | autoexpanding_pocket_eval (std::vector< core::conformation::ResidueOP > const ¢ral_rsd, core::pose::Pose const &inPose, bool center_target=true, core::Real x=0.0, core::Real y=0.0, core::Real z=0.0) |
|
void | move_pose_to_standard_orie (core::Size const ¢ral_seqpos, core::pose::Pose &pose) |
|
void | randomAngle () |
|
void | zeroAngle () |
|
core::Real | get_pocket_distance (PocketGrid const &template_pocket) const |
|
core::Real | get_pocket_distance (PocketGrid const &template_pocket, std::string const &comparison_pdbname) const |
|
utility::vector1< core::Real > | getBounds () |
|