ResidueBBInfo (from ResiduesBuildingBlocks)


[ DockingLib | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class ResidueBBInfo

{
public:
ResidueBBInfo() ;
unsigned short size() const ;
unsigned short numOfGroups() const ;
unsigned short startAtomIndexOfGroup(unsigned short group) const ;
unsigned short type() const ;
REAL charge(unsigned short index) const ;
ATOM_TYPE type(unsigned short index) const ;
string name(unsigned short index) const ;
vector< unsigned short> chisAtomsIndeces() const;
void charges(REAL *charges) ;
void groups(int * groups) ;
void atomsTypes(ATOM_TYPE * types) ;
void chiTypes(int * chiTypes) ;
void atomsNames(char ** names) ;
void setChiAtomIndex(unsigned short position, unsigned short atomIndex) ;
static bool isBonded(int diff, int type1, int id1, int type2, int id2);
protected:
}; // ResidueBBInfo

Back to the top of ResidueBBInfo


KEYWORD

Back to the top of ResidueBBInfo


AUTHORS

Back to the top of ResidueBBInfo


CHANGES LOG

Back to the top of ResidueBBInfo


GOALS

Back to the top of ResidueBBInfo

		

USAGE

		

Back to the top of ResidueBBInfo


ResidueBBInfo() ;

for vector< ResidueBBInfo> initialization

            ResidueBBInfo()                ;    

Function is currently defined inline.


Back to the top of ResidueBBInfo


unsigned short size() const ;

            unsigned short size() const                                               ;

Function is currently defined inline.


Back to the top of ResidueBBInfo


unsigned short numOfGroups() const ;

            unsigned short numOfGroups() const                                                  ;

Function is currently defined inline.


Back to the top of ResidueBBInfo


unsigned short startAtomIndexOfGroup(unsigned short group) const ;

            unsigned short startAtomIndexOfGroup(unsigned short group) const                                                        ;

Function is currently defined inline.


Back to the top of ResidueBBInfo


unsigned short type() const ;

            unsigned short type() const                                                ;

Function is currently defined inline.


Back to the top of ResidueBBInfo


REAL charge(unsigned short index) const ;

            REAL charge(unsigned short index) const                                                         ;

Function is currently defined inline.


Back to the top of ResidueBBInfo


ATOM_TYPE type(unsigned short index) const ;

            ATOM_TYPE type(unsigned short index) const                                                        ;

Function is currently defined inline.


Back to the top of ResidueBBInfo


string name(unsigned short index) const ;

            string name(unsigned short index) const                                                                ;

Function is currently defined inline.


Back to the top of ResidueBBInfo


vector< unsigned short> chisAtomsIndeces() const;

            vector< unsigned short> chisAtomsIndeces() const;

Back to the top of ResidueBBInfo


void charges(REAL *charges) ;

            void charges(REAL *charges)                                                     ;

Function is currently defined inline.


Back to the top of ResidueBBInfo


void groups(int * groups) ;

            void groups(int * groups)                                                   ;

Function is currently defined inline.


Back to the top of ResidueBBInfo


void atomsTypes(ATOM_TYPE * types) ;

            void atomsTypes(ATOM_TYPE * types)                                                  ;

Function is currently defined inline.


Back to the top of ResidueBBInfo


void chiTypes(int * chiTypes) ;

            void chiTypes(int * chiTypes)                                                       ;

Function is currently defined inline.


Back to the top of ResidueBBInfo


void atomsNames(char ** names) ;

            void atomsNames(char ** names)                                                  ;

Function is currently defined inline.


Back to the top of ResidueBBInfo


void setChiAtomIndex(unsigned short position, unsigned short atomIndex) ;

            void setChiAtomIndex(unsigned short position, unsigned short atomIndex)                                                                    ;

Function is currently defined inline.


Back to the top of ResidueBBInfo


bool isBonded(int diff, int type1, int id1, int type2, int id2);

        inline static bool isBonded(int diff, int type1, int id1, int type2, int id2);

Function is currently defined inline.


Back to the top of ResidueBBInfo


All Members

public:
unsigned short size() const ;
unsigned short numOfGroups() const ;
unsigned short startAtomIndexOfGroup(unsigned short group) const ;
unsigned short type() const ;
REAL charge(unsigned short index) const ;
ATOM_TYPE type(unsigned short index) const ;
string name(unsigned short index) const ;
vector< unsigned short> chisAtomsIndeces() const;
void charges(REAL *charges) ;
void groups(int * groups) ;
void atomsTypes(ATOM_TYPE * types) ;
void chiTypes(int * chiTypes) ;
void atomsNames(char ** names) ;
void setChiAtomIndex(unsigned short position, unsigned short atomIndex) ;
static bool isBonded(int diff, int type1, int id1, int type2, int id2);
protected:

Back to the top of ResidueBBInfo


Ancestors

Class does not inherit from any other class.

Back to the top of ResidueBBInfo


Descendants

Class is not inherited by any others.

Back to the top of ResidueBBInfo


Generated from source by the Cocoon utilities on Mon Dec 21 12:00:24 2009 .

Report problems to jkotula@unimax.com