![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
A class representing a SS bond between two residues. More...
#include <Molecular_SS_bond.h>
Public Member Functions | |
| const int & | index () const |
| Get the value of index *. More... | |
| int & | index () |
| Set the value of index *. More... | |
| const std::string & | first_residue_name () const |
| Get the value of first_residue_name *. More... | |
| std::string & | first_residue_name () |
| Set the value of first_residue_name *. More... | |
| const char & | first_residue_chain () const |
| Get the value of first_residue_chain *. More... | |
| char & | first_residue_chain () |
| Set the value of first_residue_chain *. More... | |
| const int & | first_residue_id () const |
| Get the value of first_residue_id *. More... | |
| int & | first_residue_id () |
| Set the value of first_residue_id *. More... | |
| const char & | first_residue_inscode () const |
| Get the value of first_residue_inscode *. More... | |
| char & | first_residue_inscode () |
| Set the value of first_residue_inscode *. More... | |
| const std::string & | second_residue_name () const |
| Get the value of second_residue_name *. More... | |
| std::string & | second_residue_name () |
| Set the value of second_residue_name *. More... | |
| const char & | second_residue_chain () const |
| Get the value of second_residue_chain *. More... | |
| char & | second_residue_chain () |
| Set the value of second_residue_chain *. More... | |
| const int & | second_residue_id () const |
| Get the value of second_residue_id *. More... | |
| int & | second_residue_id () |
| Set the value of second_residue_id *. More... | |
| const char & | second_residue_inscode () const |
| Get the value of second_residue_inscode *. More... | |
| char & | second_residue_inscode () |
| Set the value of second_residue_inscode *. More... | |
| Chain & | get_first_chain (int model=1) |
| Chain & | get_second_chain (int model=1) |
| Residue & | get_first_residue (int model=1) |
| Returns the first residue of the bond in the given model : More... | |
| Residue & | get_second_residue (int model=1) |
| Returns the second residue of the bond in the given model : More... | |
A class representing a SS bond between two residues.
| System | The class representing a molecular system, providing the type definitions for its various components |
|
inline |
Set the value of first_residue_chain *.
*
| value | The new value of first_residue_chain |
|
inline |
Get the value of first_residue_chain *.
|
inline |
Set the value of first_residue_id *.
*
| value | The new value of first_residue_id |
|
inline |
Get the value of first_residue_id *.
|
inline |
Set the value of first_residue_inscode *.
*
| value | The new value of first_residue_inscode |
|
inline |
Get the value of first_residue_inscode *.
|
inline |
Set the value of first_residue_name *.
*
| value | The new value of first_residue_name |
|
inline |
Get the value of first_residue_name *.
|
inline |
Returns the chain of the first residue of the bond in the given model :
|
inline |
Returns the first residue of the bond in the given model :
|
inline |
Returns the chain of the second residue of the bond in the given model :
|
inline |
Returns the second residue of the bond in the given model :
|
inline |
Set the value of index *.
*
| value | The new value of index |
|
inline |
Get the value of index *.
|
inline |
Set the value of second_residue_chain *.
*
| value | The new value of second_residue_chain |
|
inline |
Get the value of second_residue_chain *.
|
inline |
Set the value of second_residue_id *.
*
| value | The new value of second_residue_id |
|
inline |
Get the value of second_residue_id *.
|
inline |
Set the value of second_residue_inscode *.
*
| value | The new value of second_residue_inscode |
|
inline |
Get the value of second_residue_inscode *.
|
inline |
Set the value of second_residue_name *.
*
| value | The new value of second_residue_name |
|
inline |
Get the value of second_residue_name *.