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

A class representing a molecular chain. More...

#include <Molecular_chain.h>

Public Member Functions

const char & chain_identifier () const
 Get the value of chain_identifier *. More...
 
char & chain_identifier ()
 Set the value of chain_identifier *. More...
 

Detailed Description

template<class System>
class SBL::CSB::Molecular_chain< System >

A class representing a molecular chain.

Template Parameters
SystemThe class representing a molecular system, providing the type definitions for its various components

Member Function Documentation

◆ chain_identifier() [1/2]

char& chain_identifier ( )
inline

Set the value of chain_identifier *.

*

Parameters
valueThe new value of chain_identifier

◆ chain_identifier() [2/2]

const char& chain_identifier ( ) const
inline

Get the value of chain_identifier *.

  • Returns
    The value of chain_identifier