![]() |
Rosetta Protocols
2014.16.56682
|
#include <ConstantScoreBase.hh>
Public Member Functions | |
| ConstantScoreBase () | |
| virtual | ~ConstantScoreBase () |
| virtual void | initialize (core::Vector const &, core::Real, core::Real) |
| initialize a grid of zeros with a given centerpoint, width and resolution (in angstroms). More... | |
| virtual void | refresh (core::pose::Pose const &, core::Vector const &, core::Size const &) |
| populate the grid with values based on a passed pose More... | |
| virtual void | refresh (core::pose::Pose const &, core::Vector const &, utility::vector1< core::Size >) |
| populate the grid with values based on a passed pose More... | |
| virtual void | refresh (core::pose::Pose const &, core::Vector const &) |
| populate the grid with values based on a passed pose More... | |
| virtual void | parse_my_tag (utility::tag::TagCOP tag)=0 |
| a grid based on RosettaScripts input More... | |
| virtual core::Real | score (core::conformation::UltraLightResidue const &residue, core::Real const max_score, qsarMapOP qsar_map)=0 |
| return the current score of an UltraLightResidue using the current grid More... | |
| virtual core::Real | atom_score (core::conformation::UltraLightResidue const &, core::Size, qsarMapOP) |
| return the current score of an atom using the current grid More... | |
| virtual core::Real | score (core::conformation::Residue const &residue, core::Real const max_score, qsarMapOP qsar_map)=0 |
| return the current score of a residue using the current grid More... | |
| virtual core::Real | atom_score (core::conformation::Residue const &, core::Size, qsarMapOP) |
| return the current score of an atom using the current grid More... | |
| virtual std::string | get_type ()=0 |
| get the type of the grid More... | |
| virtual void | set_chain (char) |
| set the chain the grid applies to More... | |
| virtual void | dump_BRIX (std::string const &) |
| 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 ()=0 |
| Serialize the GridBase object into a json_spirit Value. More... | |
| virtual void | deserialize (utility::json_spirit::mObject data)=0 |
| deserialize a json spirit Value into a GridBase object More... | |
| virtual bool | is_in_grid (core::conformation::UltraLightResidue const &) |
| determine if all residue atoms are in a grid More... | |
| virtual bool | is_in_grid (core::conformation::Residue const &) |
| determine if all residue atoms are in a grid More... | |
Public Member Functions inherited from protocols::qsar::scoring_grid::GridBase | |
| GridBase () | |
| virtual | ~GridBase () |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
return the current score of an atom using the current grid
Implements protocols::qsar::scoring_grid::GridBase.
|
inlinevirtual |
return the current score of an atom using the current grid
Implements protocols::qsar::scoring_grid::GridBase.
|
pure virtual |
deserialize a json spirit Value into a GridBase object
Implements protocols::qsar::scoring_grid::GridBase.
Implemented in protocols::qsar::scoring_grid::LigandPropertyScore.
|
inlinevirtual |
output a BRIX formatted grid. This really does not work well but is being left for legacy purposes
Implements protocols::qsar::scoring_grid::GridBase.
|
pure virtual |
get the type of the grid
Implements protocols::qsar::scoring_grid::GridBase.
Implemented in protocols::qsar::scoring_grid::LigandPropertyScore.
|
inlinevirtual |
initialize a grid of zeros with a given centerpoint, width and resolution (in angstroms).
Implements protocols::qsar::scoring_grid::GridBase.
|
inlinevirtual |
determine if all residue atoms are in a grid
Implements protocols::qsar::scoring_grid::GridBase.
|
inlinevirtual |
determine if all residue atoms are in a grid
Implements protocols::qsar::scoring_grid::GridBase.
|
pure virtual |
a grid based on RosettaScripts input
Implements protocols::qsar::scoring_grid::GridBase.
Implemented in protocols::qsar::scoring_grid::LigandPropertyScore.
|
inlinevirtual |
populate the grid with values based on a passed pose
Implements protocols::qsar::scoring_grid::GridBase.
|
inlinevirtual |
populate the grid with values based on a passed pose
Implements protocols::qsar::scoring_grid::GridBase.
|
inlinevirtual |
populate the grid with values based on a passed pose
Implements protocols::qsar::scoring_grid::GridBase.
|
pure virtual |
return the current score of an UltraLightResidue using the current grid
Implements protocols::qsar::scoring_grid::GridBase.
Implemented in protocols::qsar::scoring_grid::LigandPropertyScore.
|
pure virtual |
return the current score of a residue using the current grid
Implements protocols::qsar::scoring_grid::GridBase.
Implemented in protocols::qsar::scoring_grid::LigandPropertyScore.
|
pure virtual |
Serialize the GridBase object into a json_spirit Value.
Implements protocols::qsar::scoring_grid::GridBase.
Implemented in protocols::qsar::scoring_grid::LigandPropertyScore.
|
inlinevirtual |
set the chain the grid applies to
Implements protocols::qsar::scoring_grid::GridBase.
1.8.7