Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
protocols::abinitio::AllResiduesChanged Class Reference

(helper) functor class which keeps track of initial phi/psi values. calls of operator ( pose ) compare the initial phi/psi values More...

#include <AllResiduesChanged.hh>

Inheritance diagram for protocols::abinitio::AllResiduesChanged:
Inheritance graph
[legend]
Collaboration diagram for protocols::abinitio::AllResiduesChanged:
Collaboration graph
[legend]

Public Member Functions

 AllResiduesChanged (core::pose::Pose const &pose, core::fragment::InsertMap const &insert_map, core::kinematics::MoveMap const &mm)
 
 AllResiduesChanged (core::pose::Pose const &pose)
 
void show_unmoved (const core::pose::Pose &pose, std::ostream &out)
 
virtual bool operator() (const core::pose::Pose &pose)
 
 AllResiduesChanged (core::pose::Pose const &pose, core::fragment::InsertMap const &insert_map)
 
virtual bool operator() (const core::pose::Pose &pose)
 
- Public Member Functions inherited from protocols::moves::PoseCondition
 PoseCondition ()
 
virtual ~PoseCondition ()
 WhileMover. More...
 

Private Member Functions

void compute_insert_pos (core::fragment::InsertMap const &insert_map, core::kinematics::MoveMap const &mm)
 
void set_initial_pose (const core::pose::Pose &pose)
 
void compute_insert_pos (core::fragment::InsertMap const &insert_map)
 
void set_initial_pose (const core::pose::Pose &pose)
 

Private Attributes

utility::vector1< core::Realinitial_phis
 
utility::vector1< core::Realinitial_psis
 
bool initialized_
 
std::string original_sequence_
 
utility::vector1< boolinsert_pos_
 

Detailed Description

(helper) functor class which keeps track of initial phi/psi values. calls of operator ( pose ) compare the initial phi/psi values

to the current values of the given pose. Returns false once all phi/psi values have been modified.

Definition at line 36 of file AllResiduesChanged.hh.

Constructor & Destructor Documentation

protocols::abinitio::AllResiduesChanged::AllResiduesChanged ( core::pose::Pose const &  pose,
core::fragment::InsertMap const &  insert_map,
core::kinematics::MoveMap const &  mm 
)
inline

Definition at line 38 of file AllResiduesChanged.hh.

References compute_insert_pos(), and set_initial_pose().

protocols::abinitio::AllResiduesChanged::AllResiduesChanged ( core::pose::Pose const &  pose)
inline

Definition at line 48 of file AllResiduesChanged.hh.

References set_initial_pose().

protocols::abinitio::AllResiduesChanged::AllResiduesChanged ( core::pose::Pose const &  pose,
core::fragment::InsertMap const &  insert_map 
)
inline

Definition at line 1084 of file MembraneAbinitio.cc.

Member Function Documentation

void protocols::abinitio::AllResiduesChanged::compute_insert_pos ( core::fragment::InsertMap const &  insert_map,
core::kinematics::MoveMap const &  mm 
)
inlineprivate

Definition at line 56 of file AllResiduesChanged.hh.

References core::kinematics::MoveMap::get_bb(), and insert_pos_.

Referenced by AllResiduesChanged().

void protocols::abinitio::AllResiduesChanged::compute_insert_pos ( core::fragment::InsertMap const &  insert_map)
inlineprivate

Definition at line 1092 of file MembraneAbinitio.cc.

virtual bool protocols::abinitio::AllResiduesChanged::operator() ( const core::pose::Pose pose)
inlinevirtual
virtual bool protocols::abinitio::AllResiduesChanged::operator() ( const core::pose::Pose pose)
inlinevirtual
void protocols::abinitio::AllResiduesChanged::set_initial_pose ( const core::pose::Pose pose)
inlineprivate
void protocols::abinitio::AllResiduesChanged::set_initial_pose ( const core::pose::Pose pose)
inlineprivate
void protocols::abinitio::AllResiduesChanged::show_unmoved ( const core::pose::Pose pose,
std::ostream &  out 
)
inline

Member Data Documentation

utility::vector1< core::Real > protocols::abinitio::AllResiduesChanged::initial_phis
private

Definition at line 110 of file AllResiduesChanged.hh.

Referenced by operator()(), set_initial_pose(), and show_unmoved().

utility::vector1< core::Real > protocols::abinitio::AllResiduesChanged::initial_psis
private

Definition at line 111 of file AllResiduesChanged.hh.

Referenced by operator()(), set_initial_pose(), and show_unmoved().

bool protocols::abinitio::AllResiduesChanged::initialized_
private

Definition at line 113 of file AllResiduesChanged.hh.

utility::vector1< bool > protocols::abinitio::AllResiduesChanged::insert_pos_
private

Definition at line 116 of file AllResiduesChanged.hh.

Referenced by compute_insert_pos(), operator()(), and show_unmoved().

std::string protocols::abinitio::AllResiduesChanged::original_sequence_
private

Definition at line 115 of file AllResiduesChanged.hh.

Referenced by operator()(), set_initial_pose(), and show_unmoved().


The documentation for this class was generated from the following files: