|
Rosetta 3.5
|
#include <SolvationMetaGrid.hh>


Public Member Functions | |
| SolvationMetaGrid () | |
| virtual | ~SolvationMetaGrid () |
| virtual void | initialize (core::Vector const ¢er, core::Real width, core::Real resolution) |
| initialize a grid of zeros with a given centerpoint, width and resolution (in angstroms). More... | |
| virtual void | refresh (core::pose::Pose const &pose, core::Vector const ¢er, core::Size const &ligand_chain_id_to_exclude) |
| populate the grid with values based on a passed pose More... | |
| virtual void | refresh (core::pose::Pose const &pose, core::Vector const ¢er, utility::vector1< core::Size > ligand_chain_ids_to_exclude) |
| populate the grid with values based on a passed pose More... | |
| virtual void | refresh (core::pose::Pose const &pose, core::Vector const ¢er) |
| populate the grid with values based on a passed pose More... | |
| virtual void | parse_my_tag (utility::tag::TagPtr const tag) |
| a grid based on RosettaScripts input More... | |
| virtual core::Real | score (core::conformation::Residue const &residue, core::Real const max_score, qsarMapOP qsar_map) |
| return the current score of a residue using the current grid More... | |
| virtual core::Real | atom_score (core::conformation::Residue const &residue, core::Size atomno, qsarMapOP qsar_map) |
| return the current score of an atom using the current grid More... | |
| virtual std::string | get_type () |
| get the type of the grid More... | |
| virtual void | set_chain (char chain) |
| set the chain the grid applies to More... | |
| virtual void | dump_BRIX (std::string const &prefix) |
| output a BRIX formatted grid. This really does not work well but is being left for legacy purposes More... | |
| virtual utility::json_spirit::Value | serialize () |
| Serialize the GridBase object into a json_spirit Value. More... | |
| virtual void | deserialize (utility::json_spirit::mObject data) |
| deserialize a json spirit Value into a GridBase object More... | |
| virtual bool | is_in_grid (core::conformation::Residue const &residue) |
| determine if all residue atoms are in a grid More... | |
Public Member Functions inherited from protocols::qsar::scoring_grid::GridBase | |
| GridBase () | |
| virtual | ~GridBase () |
Private Attributes | |
| std::string | type_ |
| std::map< core::ShortSize, SingleGridOP > | grid_map_ |
Definition at line 28 of file SolvationMetaGrid.hh.
| protocols::qsar::scoring_grid::SolvationMetaGrid::SolvationMetaGrid | ( | ) |
Definition at line 53 of file SolvationMetaGrid.cc.
|
virtual |
Definition at line 58 of file SolvationMetaGrid.cc.
|
virtual |
return the current score of an atom using the current grid
Implements protocols::qsar::scoring_grid::GridBase.
Definition at line 123 of file SolvationMetaGrid.cc.
References core::conformation::Residue::atom(), and grid_map_.
|
virtual |
deserialize a json spirit Value into a GridBase object
Implements protocols::qsar::scoring_grid::GridBase.
Definition at line 179 of file SolvationMetaGrid.cc.
|
virtual |
output a BRIX formatted grid. This really does not work well but is being left for legacy purposes
Implements protocols::qsar::scoring_grid::GridBase.
Definition at line 150 of file SolvationMetaGrid.cc.
|
virtual |
get the type of the grid
Implements protocols::qsar::scoring_grid::GridBase.
Definition at line 136 of file SolvationMetaGrid.cc.
|
virtual |
initialize a grid of zeros with a given centerpoint, width and resolution (in angstroms).
Implements protocols::qsar::scoring_grid::GridBase.
Definition at line 63 of file SolvationMetaGrid.cc.
References core::chemical::ChemicalManager::get_instance(), and grid_map_.
|
virtual |
determine if all residue atoms are in a grid
Implements protocols::qsar::scoring_grid::GridBase.
Definition at line 193 of file SolvationMetaGrid.cc.
References grid_map_.
|
virtual |
a grid based on RosettaScripts input
Implements protocols::qsar::scoring_grid::GridBase.
Definition at line 99 of file SolvationMetaGrid.cc.
|
virtual |
populate the grid with values based on a passed pose
Implements protocols::qsar::scoring_grid::GridBase.
Definition at line 79 of file SolvationMetaGrid.cc.
Referenced by refresh().
|
virtual |
populate the grid with values based on a passed pose
Implements protocols::qsar::scoring_grid::GridBase.
Definition at line 84 of file SolvationMetaGrid.cc.
References refresh().
|
virtual |
populate the grid with values based on a passed pose
Implements protocols::qsar::scoring_grid::GridBase.
Definition at line 89 of file SolvationMetaGrid.cc.
References grid_map_.
|
virtual |
return the current score of a residue using the current grid
Implements protocols::qsar::scoring_grid::GridBase.
Definition at line 103 of file SolvationMetaGrid.cc.
References core::conformation::Residue::atom(), grid_map_, core::conformation::Residue::natoms(), and core::scoring::total_score.
|
virtual |
Serialize the GridBase object into a json_spirit Value.
Implements protocols::qsar::scoring_grid::GridBase.
Definition at line 155 of file SolvationMetaGrid.cc.
|
virtual |
set the chain the grid applies to
Implements protocols::qsar::scoring_grid::GridBase.
Definition at line 141 of file SolvationMetaGrid.cc.
References grid_map_.
|
private |
Definition at line 61 of file SolvationMetaGrid.hh.
Referenced by atom_score(), deserialize(), initialize(), is_in_grid(), refresh(), score(), serialize(), and set_chain().
|
private |
Definition at line 60 of file SolvationMetaGrid.hh.
Referenced by deserialize(), and serialize().
1.8.4