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

A class representing a molecular model. More...

#include <Molecular_model.h>

Public Member Functions

const int & model_number () const
 Get the value of model_number *. More...
 
int & model_number ()
 Set the value of model_number *. More...
 

Detailed Description

template<class System_>
class SBL::CSB::Molecular_model< System_ >

A class representing a molecular model.

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

Member Function Documentation

◆ model_number() [1/2]

int& model_number ( )
inline

Set the value of model_number *.

*

Parameters
valueThe new value of model_number

◆ model_number() [2/2]

const int& model_number ( ) const
inline

Get the value of model_number *.

  • Returns
    The value of model_number