|
Rosetta 3.5
|
Classes | |
| class | ActiveSiteGrid |
| class | ClassicMatchAlgorithm |
| Produce hits by hashing building the coordinates of the downstream partner The downstream partner is responsible for building itself from the coordinate frame of three of its atoms. The ExternalGeomSampler describes the ways to orient the downstream partner given the coordinates of the upstream partner. More... | |
| class | DownstreamAlgorithm |
| A class for an algorithm. Given a conformation of the upstream partner, the algorithm is responsible for producing a set of hits. More... | |
| class | DownstreamBuilder |
| class | AtomGeometrySecMatchRPE |
| helper class for GeometrySec abstract base class for distance, angle, and dihedral derived classes More... | |
| class | AtomDistanceSecMatchRPE |
| RPE to figure out if two atoms are within a given distance atoms need to be set through the parent class add_at_ind function. More... | |
| class | AtomAngleSecMatchRPE |
| RPE to figure out if three atoms are within a given angle atoms need to be set through the parent class add_at_ind function. More... | |
| class | AtomDihedralSecMatchRPE |
| RPE to figure out if four atoms are within a given dihedral angle atoms need to be set through the parent class add_at_ind function also checks whether a dihedral is periodic, i.e. multiple minima. More... | |
| class | GeometrySecMatchRPE |
| holds a list of AtomGeometrySecMatchRPEs, that get evaluated in sequence when an instance of this class is asked to evaluate two residues. More... | |
| class | LigandConformerBuilder |
| class | RigidLigandBuilder |
| class | ScoringSecMatchRPE |
| class | SecMatchEvaluatorFactory |
| a collection of functions making a single score_function More... | |
| class | SecMatchResiduePairEvaluator |
| base for class used by secondary matcher to determine whether a given residue to be matched interacts satisfactorily with a target residue More... | |
| class | SecondaryMatcherToDownstreamResidue |
| A class for an algorithm. Given a conformation of the downstream partner, the algorithm is responsible for producing a set of hits. More... | |
| struct | hash_upstream_hit |
| class | SecondaryMatcherToUpstreamResidue |
| A class for an algorithm. Given a conformation of the upstream partner, the algorithm is responsible for producing a set of hits. More... | |
| class | TargetRotamerCoords |
| class | SecondaryMatchUpstreamResProcessor |
| A simple class to respond to the UpstreamBuilder's process_hit method and pass on the coordinates to its "owning" SecondaryMatcherToUpstreamResidue object. More... | |
| struct | us_secmatch_hit_compare |
| A simple struct to use in list.sort() to ensure that the hits returned by a secondary matcher which has possibly generated upstream hits out-of-order, will return an ordered-hit-list in its build_hits_at_all_positions() method. More... | |
Functions | |
| static basic::Tracer | TR ("protocols.match.downstream.ClassicMatchAlgorithm") |
| static basic::Tracer | TR ("protocols.match.downstream.DownstreamAlgorithm") |
| static basic::Tracer | TR ("protocols.match.downstream.SecondaryMatcherToDownstreamResidue") |
| static basic::Tracer | TR ("protocols.match.downstream.LigandConformerBuilder") |
| static basic::Tracer | TR ("protocols.match.downstream.RigidLigandBuilder") |
| static basic::Tracer | TR ("core.protocols.match.downstream") |
| static basic::Tracer | TR ("protocols.match.downstream.SecondaryMatcherToDownstreamResidue") |
| static basic::Tracer | TR ("protocols.match.downstream.SecondaryMatcherToUpstreamResidue") |
| typedef utility::pointer::owning_ptr< ActiveSiteGrid const > protocols::match::downstream::ActiveSiteGridCOP |
Definition at line 29 of file ActiveSiteGrid.fwd.hh.
| typedef utility::pointer::owning_ptr< ActiveSiteGrid > protocols::match::downstream::ActiveSiteGridOP |
Definition at line 26 of file ActiveSiteGrid.fwd.hh.
| typedef utility::pointer::owning_ptr< AtomAngleSecMatchRPE const > protocols::match::downstream::AtomAngleSecMatchRPECOP |
Definition at line 36 of file GeometrySecMatchRPE.fwd.hh.
| typedef utility::pointer::owning_ptr< AtomAngleSecMatchRPE > protocols::match::downstream::AtomAngleSecMatchRPEOP |
Definition at line 34 of file GeometrySecMatchRPE.fwd.hh.
| typedef utility::pointer::owning_ptr< AtomDihedralSecMatchRPE const > protocols::match::downstream::AtomDihedralSecMatchRPECOP |
Definition at line 40 of file GeometrySecMatchRPE.fwd.hh.
| typedef utility::pointer::owning_ptr< AtomDihedralSecMatchRPE > protocols::match::downstream::AtomDihedralSecMatchRPEOP |
Definition at line 38 of file GeometrySecMatchRPE.fwd.hh.
| typedef utility::pointer::owning_ptr< AtomDistanceSecMatchRPE const > protocols::match::downstream::AtomDistanceSecMatchRPECOP |
Definition at line 32 of file GeometrySecMatchRPE.fwd.hh.
| typedef utility::pointer::owning_ptr< AtomDistanceSecMatchRPE > protocols::match::downstream::AtomDistanceSecMatchRPEOP |
Definition at line 30 of file GeometrySecMatchRPE.fwd.hh.
| typedef utility::pointer::owning_ptr< AtomGeometrySecMatchRPE const > protocols::match::downstream::AtomGeometrySecMatchRPECOP |
Definition at line 28 of file GeometrySecMatchRPE.fwd.hh.
| typedef utility::pointer::owning_ptr< AtomGeometrySecMatchRPE > protocols::match::downstream::AtomGeometrySecMatchRPEOP |
Definition at line 26 of file GeometrySecMatchRPE.fwd.hh.
| typedef utility::pointer::owning_ptr< ClassicMatchAlgorithm const > protocols::match::downstream::ClassicMatchAlgorithmCOP |
Definition at line 29 of file ClassicMatchAlgorithm.fwd.hh.
| typedef utility::pointer::owning_ptr< ClassicMatchAlgorithm > protocols::match::downstream::ClassicMatchAlgorithmOP |
Definition at line 27 of file ClassicMatchAlgorithm.fwd.hh.
| typedef utility::pointer::owning_ptr< DownstreamAlgorithm const > protocols::match::downstream::DownstreamAlgorithmCOP |
Definition at line 31 of file DownstreamAlgorithm.fwd.hh.
| typedef utility::pointer::owning_ptr< DownstreamAlgorithm > protocols::match::downstream::DownstreamAlgorithmOP |
Definition at line 29 of file DownstreamAlgorithm.fwd.hh.
| typedef utility::pointer::owning_ptr< DownstreamBuilder const > protocols::match::downstream::DownstreamBuilderCOP |
Definition at line 29 of file DownstreamBuilder.fwd.hh.
| typedef utility::pointer::owning_ptr< DownstreamBuilder > protocols::match::downstream::DownstreamBuilderOP |
Definition at line 26 of file DownstreamBuilder.fwd.hh.
| typedef utility::pointer::owning_ptr< GeometrySecMatchRPE const > protocols::match::downstream::GeometrySecMatchRPECOP |
Definition at line 44 of file GeometrySecMatchRPE.fwd.hh.
| typedef utility::pointer::owning_ptr< GeometrySecMatchRPE > protocols::match::downstream::GeometrySecMatchRPEOP |
Definition at line 42 of file GeometrySecMatchRPE.fwd.hh.
| typedef utility::pointer::owning_ptr< LigandConformerBuilder const > protocols::match::downstream::LigandConformerBuilderCOP |
Definition at line 28 of file LigandConformerBuilder.fwd.hh.
| typedef utility::pointer::owning_ptr< LigandConformerBuilder > protocols::match::downstream::LigandConformerBuilderOP |
Definition at line 25 of file LigandConformerBuilder.fwd.hh.
| typedef utility::pointer::owning_ptr< RigidLigandBuilder const > protocols::match::downstream::RigidLigandBuilderCOP |
Definition at line 29 of file RigidLigandBuilder.fwd.hh.
| typedef utility::pointer::owning_ptr< RigidLigandBuilder > protocols::match::downstream::RigidLigandBuilderOP |
Definition at line 26 of file RigidLigandBuilder.fwd.hh.
| typedef utility::pointer::owning_ptr< ScoringSecMatchRPE const > protocols::match::downstream::ScoringSecMatchRPECOP |
Definition at line 28 of file ScoringSecMatchRPE.fwd.hh.
| typedef utility::pointer::owning_ptr< ScoringSecMatchRPE > protocols::match::downstream::ScoringSecMatchRPEOP |
Definition at line 26 of file ScoringSecMatchRPE.fwd.hh.
| typedef utility::pointer::owning_ptr< SecMatchResiduePairEvaluator const > protocols::match::downstream::SecMatchResiduePairEvaluatorCOP |
Definition at line 28 of file SecMatchResiduePairEvaluator.fwd.hh.
| typedef utility::pointer::owning_ptr< SecMatchResiduePairEvaluator > protocols::match::downstream::SecMatchResiduePairEvaluatorOP |
Definition at line 26 of file SecMatchResiduePairEvaluator.fwd.hh.
| typedef utility::pointer::owning_ptr< SecondaryMatcherToDownstreamResidue const > protocols::match::downstream::SecondaryMatcherToDownstreamResidueCOP |
Definition at line 29 of file SecondaryMatcherToDownstreamResidue.fwd.hh.
| typedef utility::pointer::owning_ptr< SecondaryMatcherToDownstreamResidue > protocols::match::downstream::SecondaryMatcherToDownstreamResidueOP |
Definition at line 27 of file SecondaryMatcherToDownstreamResidue.fwd.hh.
| typedef utility::pointer::owning_ptr< SecondaryMatcherToUpstreamResidue const > protocols::match::downstream::SecondaryMatcherToUpstreamResidueCOP |
Definition at line 29 of file SecondaryMatcherToUpstreamResidue.fwd.hh.
| typedef utility::pointer::owning_ptr< SecondaryMatcherToUpstreamResidue > protocols::match::downstream::SecondaryMatcherToUpstreamResidueOP |
Definition at line 27 of file SecondaryMatcherToUpstreamResidue.fwd.hh.
| typedef utility::pointer::owning_ptr< SecondaryMatchUpstreamResProcessor const > protocols::match::downstream::SecondaryMatchUpstreamResProcessorCOP |
Definition at line 38 of file SecondaryMatcherToUpstreamResidue.fwd.hh.
| typedef utility::pointer::owning_ptr< SecondaryMatchUpstreamResProcessor > protocols::match::downstream::SecondaryMatchUpstreamResProcessorOP |
Definition at line 36 of file SecondaryMatcherToUpstreamResidue.fwd.hh.
| typedef utility::pointer::owning_ptr< TargetRotamerCoords const > protocols::match::downstream::TargetRotamerCoordsCOP |
Definition at line 33 of file SecondaryMatcherToUpstreamResidue.fwd.hh.
| typedef utility::pointer::owning_ptr< TargetRotamerCoords > protocols::match::downstream::TargetRotamerCoordsOP |
Definition at line 31 of file SecondaryMatcherToUpstreamResidue.fwd.hh.
|
static |
|
static |
|
static |
Referenced by protocols::match::downstream::SecondaryMatcherToDownstreamResidue::build_hits_at_all_positions(), protocols::match::downstream::SecondaryMatcherToUpstreamResidue::build_hits_at_all_positions(), protocols::match::downstream::ScoringSecMatchRPE::check2bsc(), protocols::match::downstream::LigandConformerBuilder::determine_redundant_conformer_groups(), protocols::match::downstream::ScoringSecMatchRPE::eval_cd_2b_residues(), protocols::match::downstream::ScoringSecMatchRPE::eval_longRange_2b_residue(), protocols::match::downstream::LigandConformerBuilder::initialize_conformers(), protocols::match::downstream::LigandConformerBuilder::initialize_from_residue(), protocols::match::downstream::SecondaryMatcherToDownstreamResidue::prepare_for_hit_generation(), protocols::match::downstream::SecondaryMatcherToUpstreamResidue::prepare_for_hit_generation(), protocols::match::downstream::SecondaryMatcherToDownstreamResidue::prepare_for_hit_generation_at_target_build_point(), protocols::match::downstream::SecondaryMatcherToUpstreamResidue::prepare_for_hit_generation_at_target_build_point(), protocols::match::downstream::ClassicMatchAlgorithm::respond_to_peripheral_hitlist_change(), protocols::match::downstream::SecondaryMatcherToDownstreamResidue::respond_to_peripheral_hitlist_change(), protocols::match::downstream::SecondaryMatcherToUpstreamResidue::respond_to_peripheral_hitlist_change(), protocols::match::downstream::ClassicMatchAlgorithm::respond_to_primary_hitlist_change(), protocols::match::downstream::SecondaryMatcherToDownstreamResidue::respond_to_primary_hitlist_change(), protocols::match::downstream::SecondaryMatcherToUpstreamResidue::respond_to_primary_hitlist_change(), and protocols::match::downstream::ScoringSecMatchRPE::ScoringSecMatchRPE().
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.4