ResidueIndexedMolecule


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class ResidueIndexedMolecule
: public Molecule< AtomT>
{
public:
ResidueIndexedMolecule() ;
bool isInitialized() const ;
void resetResEntries();
int residueEntry(char chainId, string resSequenceID ) const ;
int getFirstAtomEntryForResEntry(unsigned int entry) const ;
int getFirstAtomEntryForResIndex(char chainId, string resSequenceID) const ;
int atomEntryToResEntry(unsigned int entry) const ;
unsigned int numberOfRes() const ;
protected:
}; // ResidueIndexedMolecule

Back to the top of ResidueIndexedMolecule


KEYWORD

Back to the top of ResidueIndexedMolecule


AUTHORS

Back to the top of ResidueIndexedMolecule


CHANGES LOG

Back to the top of ResidueIndexedMolecule


GOALS

Back to the top of ResidueIndexedMolecule

		

USAGE

		

Back to the top of ResidueIndexedMolecule


ResidueIndexedMolecule() ;

 ResidueIndexedMolecule() ;

Function is currently defined inline.


Back to the top of ResidueIndexedMolecule


bool isInitialized() const ;

check if the mapping is initialized

  bool isInitialized() const                          
;

Function is currently defined inline.


Back to the top of ResidueIndexedMolecule


void resetResEntries();

clear and init

  void resetResEntries();

Back to the top of ResidueIndexedMolecule


int residueEntry(char chainId, string resSequenceID ) const ;

  int residueEntry(char chainId, string resSequenceID ) const                                                                                                                                                                                                                        ;

Function is currently defined inline.


Back to the top of ResidueIndexedMolecule


int getFirstAtomEntryForResEntry(unsigned int entry) const ;

  int getFirstAtomEntryForResEntry(unsigned int entry)  const                                                                                                                                                                                                                              ;

Function is currently defined inline.


Back to the top of ResidueIndexedMolecule


int getFirstAtomEntryForResIndex(char chainId, string resSequenceID) const ;

  int getFirstAtomEntryForResIndex(char chainId, string resSequenceID)  const                                                                                       
;

Function is currently defined inline.


Back to the top of ResidueIndexedMolecule


int atomEntryToResEntry(unsigned int entry) const ;

mapping from atom entry (=index in array) to residue entry (=index in array)

  int atomEntryToResEntry(unsigned int entry) const                                                                                                                                                                                                                                                                                                     
;

Function is currently defined inline.


Back to the top of ResidueIndexedMolecule


unsigned int numberOfRes() const ;

  unsigned int numberOfRes() const                                                                                                                                                                                                                           
;

Function is currently defined inline.


Back to the top of ResidueIndexedMolecule


All Members

public:
bool isInitialized() const ;
void resetResEntries();
int residueEntry(char chainId, string resSequenceID ) const ;
int getFirstAtomEntryForResEntry(unsigned int entry) const ;
int getFirstAtomEntryForResIndex(char chainId, string resSequenceID) const ;
int atomEntryToResEntry(unsigned int entry) const ;
unsigned int numberOfRes() const ;
protected:

Back to the top of ResidueIndexedMolecule


Ancestors

Inheritance chain for ResidueIndexedMolecule:

Back to the top of ResidueIndexedMolecule


Descendants

Back to the top of ResidueIndexedMolecule


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

Report problems to jkotula@unimax.com