Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
Molecular_SS_bond< System > Class Template Reference

#include <molecular_system_with_SSE.h>

Public Member Functions

Chain & get_first_chain (int model=1)
 
Chain & get_second_chain (int model=1)
 
Residue & get_first_residue (int model=1, char insertion_code=' ')
 Returns the first residue of the bond in the given model : More...
 
Residue & get_second_residue (int model=1, char insertion_code=' ')
 Returns the second residue of the bond in the given model : More...
 
Chain & get_first_chain (int model=1)
 
Chain & get_second_chain (int model=1)
 
Residue & get_first_residue (int model=1, char insertion_code=' ')
 Returns the first residue of the bond in the given model : More...
 
Residue & get_second_residue (int model=1, char insertion_code=' ')
 Returns the second residue of the bond in the given model : More...
 

Detailed Description

template<class System>
class ESBTL::Molecular_SS_bond< System >

A class representing a SS bond between two residues.

Template Parameters
Systemis a system (like ESBTL::Molecular_system for example).

Member Function Documentation

◆ get_first_chain() [1/2]

Chain& get_first_chain ( int  model = 1)
inline

Returns the chain of the first residue of the bond in the given model :

◆ get_first_chain() [2/2]

Chain& get_first_chain ( int  model = 1)
inline

Returns the chain of the first residue of the bond in the given model :

◆ get_first_residue() [1/2]

Residue& get_first_residue ( int  model = 1,
char  insertion_code = ' ' 
)
inline

Returns the first residue of the bond in the given model :

◆ get_first_residue() [2/2]

Residue& get_first_residue ( int  model = 1,
char  insertion_code = ' ' 
)
inline

Returns the first residue of the bond in the given model :

◆ get_second_chain() [1/2]

Chain& get_second_chain ( int  model = 1)
inline

Returns the chain of the second residue of the bond in the given model :

◆ get_second_chain() [2/2]

Chain& get_second_chain ( int  model = 1)
inline

Returns the chain of the second residue of the bond in the given model :

◆ get_second_residue() [1/2]

Residue& get_second_residue ( int  model = 1,
char  insertion_code = ' ' 
)
inline

Returns the second residue of the bond in the given model :

◆ get_second_residue() [2/2]

Residue& get_second_residue ( int  model = 1,
char  insertion_code = ' ' 
)
inline

Returns the second residue of the bond in the given model :