ChemEntry

This is a class that keeps protein atom attributes: type, radius and charge

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

Quick Index

KEYWORD
AUTHORS
GOALS
CHANGES LOG
USAGE

Class Summary

class ChemEntry
{
public:
// Inspectors
bool isSameEntry(const string residueName, const string atomName) const;
float getEntryRadius() const ;
float getEntryCharge() const ;
int getEntryChemType() const ;
friend istream& operator>>(istream& s, ChemEntry& entry) ;
friend ostream& operator<<(ostream& s, const ChemEntry& entry) ;
protected:
}; // ChemEntry

Back to the top of ChemEntry


KEYWORD

ChemEntry, ChemAtom radius, charge, type

Back to the top of ChemEntry


AUTHORS

Dina Schneidman (duhovka@tau.ac.il)

copyright: GAMBA Group , Tel-Aviv Univ. Israel, 2004.

Back to the top of ChemEntry


GOALS

ChemEntry keeps atom attribures that are not given in PDB file.

Back to the top of ChemEntry


CHANGES LOG

Back to the top of ChemEntry


USAGE

Back to the top of ChemEntry


bool isSameEntry(const string residueName, const string atomName) const;

  bool isSameEntry(const string residueName, const string atomName) const;

Back to the top of ChemEntry


float getEntryRadius() const ;

returns radius

  float getEntryRadius() const                    
;

Function is currently defined inline.


Back to the top of ChemEntry


float getEntryCharge() const ;

returns charge

  float getEntryCharge() const                    
;

Function is currently defined inline.


Back to the top of ChemEntry


int getEntryChemType() const ;

returns atom type

  int getEntryChemType() const                      
;

Function is currently defined inline.


Back to the top of ChemEntry


friend istream& operator>>(istream& s, ChemEntry& entry) ;

read entry

  friend istream& operator>>(istream& s, ChemEntry& entry)                                                                                                                  
;

Function is currently defined inline.


Back to the top of ChemEntry


friend ostream& operator<<(ostream& s, const ChemEntry& entry) ;

output entry

  friend ostream& operator<<(ostream& s, const ChemEntry& entry)                                                                                                                                                             
;

Function is currently defined inline.


Back to the top of ChemEntry


All Members

public:
// Inspectors
bool isSameEntry(const string residueName, const string atomName) const;
float getEntryRadius() const ;
float getEntryCharge() const ;
int getEntryChemType() const ;
friend istream& operator>>(istream& s, ChemEntry& entry) ;
friend ostream& operator<<(ostream& s, const ChemEntry& entry) ;
protected:

Back to the top of ChemEntry


Ancestors

Class does not inherit from any other class.

Back to the top of ChemEntry


Descendants

Class is not inherited by any others.

Back to the top of ChemEntry


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

Report problems to jkotula@unimax.com