Pharmacophore


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class Pharmacophore
{
public:
// Constructors
Pharmacophore() ;
Pharmacophore(const MultipleResultCluster& mResCl);
// Inspectors
const vector < PharmacophoreData>& getPharmacophoreData() const ;
bool isMoleculeIncluded(const FeaturedMolecule* mol) const;
// Modifiers
void setFeaturesValidity(unsigned int i) const;
void resetValidityAndWeight(unsigned int i) const;
// IO
friend istream& operator>>(istream& s, Pharmacophore& pharmacophore);
friend ostream& operator<<(ostream& s, const Pharmacophore& pharmacophore);
protected:
vector < PharmacophoreData> screenData_;
int moleculesBitSet_;
}; // Pharmacophore

Back to the top of Pharmacophore


KEYWORD

Back to the top of Pharmacophore


AUTHORS

Back to the top of Pharmacophore


CHANGES LOG

Back to the top of Pharmacophore


GOALS

Back to the top of Pharmacophore

		

USAGE

		

Back to the top of Pharmacophore


Pharmacophore() ;

  Pharmacophore() ;

Function is currently defined inline.


Back to the top of Pharmacophore


Pharmacophore(const MultipleResultCluster& mResCl);

  Pharmacophore(const MultipleResultCluster& mResCl);

Back to the top of Pharmacophore


const vector < PharmacophoreData>& getPharmacophoreData() const ;

  const vector < PharmacophoreData>& getPharmacophoreData() const                        
;

Function is currently defined inline.


Back to the top of Pharmacophore


bool isMoleculeIncluded(const FeaturedMolecule* mol) const;

  bool isMoleculeIncluded(const FeaturedMolecule* mol) const;

Back to the top of Pharmacophore


void setFeaturesValidity(unsigned int i) const;

  void setFeaturesValidity(unsigned int i) const;

Back to the top of Pharmacophore


void resetValidityAndWeight(unsigned int i) const;

  void resetValidityAndWeight(unsigned int i) const;

Back to the top of Pharmacophore


friend istream& operator>>(istream& s, Pharmacophore& pharmacophore);

  friend istream& operator>>(istream& s, Pharmacophore& pharmacophore);

Back to the top of Pharmacophore


friend ostream& operator<<(ostream& s, const Pharmacophore& pharmacophore);

  friend ostream& operator<<(ostream& s, const Pharmacophore& pharmacophore);

Back to the top of Pharmacophore


vector < PharmacophoreData> screenData_;

A pharmacophore can be detected by different multiple alignments and on different pivots. Each PharmacophoreData in this vector holds data on different ways for generating the pharmacophore.

  vector < PharmacophoreData> screenData_;

Back to the top of Pharmacophore


int moleculesBitSet_;

  int moleculesBitSet_;

Back to the top of Pharmacophore


All Members

public:
// Inspectors
const vector < PharmacophoreData>& getPharmacophoreData() const ;
bool isMoleculeIncluded(const FeaturedMolecule* mol) const;
// Modifiers
void setFeaturesValidity(unsigned int i) const;
void resetValidityAndWeight(unsigned int i) const;
// IO
friend istream& operator>>(istream& s, Pharmacophore& pharmacophore);
friend ostream& operator<<(ostream& s, const Pharmacophore& pharmacophore);
protected:
vector < PharmacophoreData> screenData_;
int moleculesBitSet_;

Back to the top of Pharmacophore


Ancestors

Class does not inherit from any other class.

Back to the top of Pharmacophore


Descendants

Class is not inherited by any others.

Back to the top of Pharmacophore


Generated from source by the Cocoon utilities on Mon Dec 21 11:44:48 2009 .

Report problems to jkotula@unimax.com