RNAMake
Public Member Functions | List of all members
Bead Class Reference

#include <residue.h>

Public Member Functions

 Bead ()
 
 Bead (Point const &center, BeadType const btype)
 
 Bead (Bead const &b)
 
Point center () const
 
BeadType btype () const
 

Detailed Description

Bead class stores information related to keeping track of steric clashes between residues during building. They are never used outside the Residue class

Constructor & Destructor Documentation

Bead::Bead ( )
inline

Empty constructor for Bead object.

Bead::Bead ( Point const &  center,
BeadType const  btype 
)
inline

Standard constructor for Bead object.

Parameters
btypetype of bead (PHOS, SUGAR or BASE)
centerthe average 3D position of all atoms represented by bead
Bead::Bead ( Bead const &  b)
inline

Copy constructor

Parameters
bBead object copying from

Member Function Documentation

BeadType Bead::btype ( ) const
inline

Accessor for btype_

Point Bead::center ( ) const
inline

Accessor for center_


The documentation for this class was generated from the following file: