IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
Deprecated List
Class IMP.pmi.macros.BuildModel
As of IMP release 2.5. See the IMP Deprecation Policy for more information about deprecation in IMP. Use BuildSystem instead
Class IMP.pmi.macros.BuildModel1
As of IMP release 2.5.
Class IMP.pmi.restraints.crosslinking.ConnectivityCrossLinkMS
As of IMP release 2.5.
Class IMP.test.RunInTempDir
As of IMP release 2.7. See the IMP Deprecation Policy for more information about deprecation in IMP. Use temporary_working_directory() instead.
Class IMP.test.TempDir
As of IMP release 2.7. See the IMP Deprecation Policy for more information about deprecation in IMP. Use temporary_directory() instead.
Member IMP::container::ListPairContainer::ListPairContainer (const ParticlePairsTemp &ps, std::string name="ListPairContainer%1%")
As of IMP release 2.7. See the IMP Deprecation Policy for more information about deprecation in IMP. Use the index-based constructor instead
Member IMP::container::ListQuadContainer::ListQuadContainer (const ParticleQuadsTemp &ps, std::string name="ListQuadContainer%1%")
As of IMP release 2.7. See the IMP Deprecation Policy for more information about deprecation in IMP. Use the index-based constructor instead
Member IMP::container::ListSingletonContainer::ListSingletonContainer (const ParticlesTemp &ps, std::string name="ListSingletonContainer%1%")
As of IMP release 2.7. See the IMP Deprecation Policy for more information about deprecation in IMP. Use the index-based constructor instead
Member IMP::container::ListTripletContainer::ListTripletContainer (const ParticleTripletsTemp &ps, std::string name="ListTripletContainer%1%")
As of IMP release 2.7. See the IMP Deprecation Policy for more information about deprecation in IMP. Use the index-based constructor instead
Member IMP::core::PairConstraint::PairConstraint (PairModifier *before, PairDerivativeModifier *after, const ParticlePair &vt, std::string name="PairConstraint %1%")
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Use the model/index constructor.
Member IMP::core::QuadConstraint::QuadConstraint (QuadModifier *before, QuadDerivativeModifier *after, const ParticleQuad &vt, std::string name="QuadConstraint %1%")
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Use the model/index constructor.
Member IMP::core::SingletonConstraint::SingletonConstraint (SingletonModifier *before, SingletonDerivativeModifier *after, Particle *vt, std::string name="SingletonConstraint %1%")
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Use the model/index constructor.
Member IMP::core::TripletConstraint::TripletConstraint (TripletModifier *before, TripletDerivativeModifier *after, const ParticleTriplet &vt, std::string name="TripletConstraint %1%")
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Use the model/index constructor.
Member IMP::get_dependent_particles (ModelObject *p, const ModelObjectsTemp &all, const DependencyGraph &dg, const DependencyGraphVertexIndex &index)
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. You should act directly on the ModelObjects instead.
Member IMP::get_required_score_states (ModelObject *p, const ModelObjectsTemp &all, const DependencyGraph &dg, const DependencyGraphVertexIndex &index)
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. You should act directly on the ModelObjects instead.
Class IMP::modeller::MultipleBinormalRestraint
As of IMP release 2.7. See the IMP Deprecation Policy for more information about deprecation in IMP. Moved to core::MultipleBinormalRestraint
Member IMP::PairContainer::get_particle_pair (unsigned int i) const
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP.Use get_indexes() instead and thing about using the IMP_CONTAINER_FOREACH() macro.
Member IMP::PairContainer::get_particle_pairs () const
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Use get_indexes() instead.
Member IMP::PairPredicate::get_value (const ParticlePair &vt) const
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Use the index based version.
Member IMP::PairPredicate::get_value (const ParticlePairsTemp &o) const
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Use the index based version.
Member IMP::pmi::macros.BuildModel0
As of IMP release 2.5. See the IMP Deprecation Policy for more information about deprecation in IMP. Use BuildSystem instead
Member IMP::pmi::tools.get_position_terminal_residue
As of IMP release 2.6. See the IMP Deprecation Policy for more information about deprecation in IMP. Use get_terminal_residue_position() instead.
Member IMP::QuadContainer::get_particle_quad (unsigned int i) const
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP.Use get_indexes() instead and thing about using the IMP_CONTAINER_FOREACH() macro.
Member IMP::QuadContainer::get_particle_quads () const
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Use get_indexes() instead.
Member IMP::QuadPredicate::get_value (const ParticleQuadsTemp &o) const
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Use the index based version.
Member IMP::QuadPredicate::get_value (const ParticleQuad &vt) const
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Use the index based version.
Member IMP::SingletonContainer::get_particle (unsigned int i) const
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP.Use get_indexes() instead and thing about using the IMP_CONTAINER_FOREACH() macro.
Member IMP::SingletonContainer::get_particles () const
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Use get_indexes() instead.
Member IMP::SingletonPredicate::get_value (Particle *vt) const
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Use the index based version.
Member IMP::SingletonPredicate::get_value (const ParticlesTemp &o) const
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Use the index based version.
Member IMP::TripletContainer::get_particle_triplet (unsigned int i) const
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP.Use get_indexes() instead and thing about using the IMP_CONTAINER_FOREACH() macro.
Member IMP::TripletContainer::get_particle_triplets () const
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Use get_indexes() instead.
Member IMP::TripletPredicate::get_value (const ParticleTripletsTemp &o) const
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Use the index based version.
Member IMP::TripletPredicate::get_value (const ParticleTriplet &vt) const
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Use the index based version.