|
| | BBTorsionAndAnglesSRFD () |
| | default constructor More...
|
| |
| | BBTorsionAndAnglesSRFD (utility::vector1< AngleInfo > &angles_in, Size const nbb_in=3, char secstruct= 'X', char sequence= 'X') |
| |
| SingleResidueFragDataOP | clone () const override |
| |
| SingleResidueFragDataOP | create () const override |
| | create a new instance of this object More...
|
| |
| bool | apply (pose::Pose &, Size seq_pos) const override |
| | insert fragment_data into pose at position seq_pos More...
|
| |
| bool | apply (kinematics::MoveMap const &movemap, pose::Pose &pose, Size const seqpos) const override |
| | insert backbone torsions and angles into pose at position seqpos if all bb torsions are moveable in MoveMap More...
|
| |
| bool | steal (pose::Pose const &, Size seq_pos) override |
| | insert fragment_data into pose at position seq_pos More...
|
| |
| bool | is_compatible (SingleResidueFragData const &) const override |
| | check weather SRFD applies to same dofs and is of same type More...
|
| |
| bool | is_applicable (kinematics::MoveMap const &, Size seq_pos) const override |
| |
| void | show (std::ostream &out) const override |
| |
| virtual void | read (std::istream &in) |
| |
| std::string | type () const override |
| |
| core::Size | nangles () const |
| |
| | BBTorsionSRFD (Size const nbb_in=3, char secstruct= 'X', char sequence= 'X') |
| | constructor More...
|
| |
| SingleResidueFragDataOP | clone () const override |
| | clone this object More...
|
| |
| SingleResidueFragDataOP | create () const override |
| | create a new instance of this object More...
|
| |
| Size | nbb () const |
| | number of backbone torsions described by this fragment More...
|
| |
| void | set_torsion (Size const tor, Real const setting) |
| | set value for specific torsion in this piece of fragment. More...
|
| |
| Real | torsion (Size const torsion_number) const |
| | get the value for a specific torsion in this fragment More...
|
| |
| bool | has_coordinates () const |
| | Returns true if this instance contains cartesian coordinates, false otherwise. Coordinates are available if the <write_ca_coords> option is enabled in the new fragment picker and rosetta++ fragments are used. More...
|
| |
| Real | x () const |
| | Returns the x coordinate of this residue's CA. More...
|
| |
| Real | y () const |
| | Returns the y coordinate of this residue's CA. More...
|
| |
| Real | z () const |
| | Returns the z coordinate of this residue's CA. More...
|
| |
| void | set_coordinates (Real x, Real y, Real z) |
| | Convenience method for setting this residue's CA coordinates all at once. More...
|
| |
| bool | apply (pose::Pose &, Size seq_pos) const override |
| | insert all backbone torsions into pose at position seq_pos More...
|
| |
| bool | apply (kinematics::MoveMap const &movemap, pose::Pose &pose, Size const seqpos) const override |
| | insert all backbone torsions into pose at position seq_pos More...
|
| |
| bool | steal (pose::Pose const &, Size seq_pos) override |
| | insert fragment_data into pose at position seq_pos More...
|
| |
| bool | is_compatible (SingleResidueFragData const &) const override |
| | check weather SRFD applies to same dofs and is of same type More...
|
| |
| bool | is_applicable (kinematics::MoveMap const &, Size seq_pos) const override |
| | check if all backbone torsions at the sequence position moveable in the MoveMap More...
|
| |
| void | show (std::ostream &out) const override |
| |
| void | read_data (std::istream &in) override |
| | Default implementation: noop. More...
|
| |
| std::string | type () const override |
| |
| | SecstructSRFD (char secstruct= 'X', char sequence= 'X') |
| |
| SingleResidueFragDataOP | clone () const override |
| |
| SingleResidueFragDataOP | create () const override |
| | create a new instance of this object More...
|
| |
| char | secstruct () const override |
| | get secstruct for this position More...
|
| |
| void | set_secstruct (char const ss) |
| |
| bool | apply (pose::Pose &, Size seq_pos) const override |
| | insert fragment_data into pose at position seq_pos More...
|
| |
| bool | apply (kinematics::MoveMap const &, pose::Pose &pose, Size const seqpos) const override |
| | apply secondary structure fragment data to the pose, movemap has no effect More...
|
| |
| bool | apply_ss (std::string &, Size seq_pos) const override |
| | insert fragment_data sec-struct into ss-string at position seq_pos More...
|
| |
| bool | steal (pose::Pose const &, Size seq_pos) override |
| | insert fragment_data into pose at position seq_pos More...
|
| |
| bool | is_compatible (SingleResidueFragData const &) const override |
| | check weather SRFD applies to same dofs and is of same type More...
|
| |
| bool | is_applicable (kinematics::MoveMap const &, Size seq_pos) const override |
| | check whether dofs can be moved More...
|
| |
| void | show (std::ostream &out) const override |
| |
| void | read_data (std::istream &in) override |
| | Default implementation: noop. More...
|
| |
| std::string | type () const override |
| |
| | ~SingleResidueFragData () override |
| | Automatically generated virtual destructor for class deriving directly from VirtualBase. More...
|
| |
| | SingleResidueFragData (char sequence) |
| |
| | SingleResidueFragData () |
| |
| virtual bool | apply (pose::Pose &, Size const intra_frame_pos, Frame const &) const |
| | insert fragment_data into pose at position given by Frame.seqpos( intra_frame_pos ); More...
|
| |
| virtual bool | apply (kinematics::MoveMap const &movemap, pose::Pose &pose, Size const intra_frame_pos, Frame const &frame) const |
| | insert fragment_data into pose at position given by Frame.seqpos( intra_frame_pos ) for dofs that are allowed to move in the MoveMap More...
|
| |
| virtual bool | apply_ss (std::string &, Size intra_frame_pos, Frame const &) const |
| | insert fragment_data sec-struct into ss-string at position seq_pos More...
|
| |
| virtual bool | steal (pose::Pose const &, Size intra_frame_pos, Frame const &) |
| | insert fragment_data into pose at position seq_pos More...
|
| |
| virtual bool | is_applicable (kinematics::MoveMap const &, Size intra_frame_pos, Frame const &) const |
| | check weather dofs can be moved More...
|
| |
| void | set_sequence (char const sequence) |
| |
| char | sequence () const |
| |