|
| | LigandPropertyScore () |
| |
| | ~LigandPropertyScore () override |
| |
| GridBaseOP | clone () const override |
| | Make a copy of the grid, respecting the subclassing. More...
|
| |
| void | parse_my_tag (utility::tag::TagCOP tag) override |
| | a grid based on RosettaScripts input More...
|
| |
| core::Real | score (core::conformation::UltraLightResidue const &residue, core::Real const max_score, qsarMapCOP qsar_map) const override |
| | return the current score of an UltraLightResidue using the current grid More...
|
| |
| core::Real | score (core::conformation::Residue const &residue, core::Real const max_score, qsarMapCOP qsar_map) const override |
| | return the current score of a residue using the current grid More...
|
| |
| std::string | get_type () const override |
| | get the type of the grid More...
|
| |
| utility::json_spirit::Value | serialize () const override |
| | Serialize the GridBase object into a json_spirit Value. More...
|
| |
| void | deserialize (utility::json_spirit::mObject data) override |
| | deserialize a json spirit Value into a GridBase object More...
|
| |
| void | show (std::ostream &out) const override |
| | Print a brief summary about this grid to the provided output stream. More...
|
| |
| std::string | hash_fingerprint () const override |
| | Return a string representing the settings which don't change based on reinitialization. More...
|
| |
| | ConstantScoreBase () |
| |
| | ~ConstantScoreBase () override |
| |
| void | initialize (core::Vector const &, core::Real, core::Real) override |
| | initialize a grid of zeros with a given centerpoint, width and resolution (in angstroms). More...
|
| |
| void | refresh (core::pose::Pose const &, core::Vector const &, core::Size const &) override |
| | populate the grid with values based on a passed pose More...
|
| |
| void | refresh (core::pose::Pose const &, core::Vector const &, utility::vector1< core::Size >) override |
| | populate the grid with values based on a passed pose More...
|
| |
| void | refresh (core::pose::Pose const &, core::Vector const &) override |
| | populate the grid with values based on a passed pose More...
|
| |
| core::Real | atom_score (core::conformation::UltraLightResidue const &, core::Size, qsarMapCOP) const override |
| | return the current score of an atom using the current grid More...
|
| |
| core::Real | atom_score (core::conformation::Residue const &, core::Size, qsarMapCOP) const override |
| | return the current score of an atom using the current grid More...
|
| |
| void | set_chain (char) override |
| | set the chain the grid applies to More...
|
| |
| void | dump_BRIX (std::string const &) const override |
| | output a BRIX formatted grid. This really does not work well but is being left for legacy purposes More...
|
| |
| bool | is_in_grid (core::conformation::UltraLightResidue const &) const override |
| | determine if all residue atoms are in a grid More...
|
| |
| bool | is_in_grid (core::conformation::Residue const &) const override |
| | determine if all residue atoms are in a grid More...
|
| |
| | GridBase () |
| |
| | ~GridBase () override |
| |