ShuoSurface


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class ShuoSurface
{
public:
typedef vector< const SurfacePoint*> LocalPatch;
typedef map< Key3, LocalPatch, key_comp> SurfaceMap;
ShuoSurface(const Surface& msSurface, const ChemMolecule& molecule, const MoleculeGrid& grid);
int computeShuoSurface(Surface& shuoSurface);
const Surface& getShuoSurface() const ;
const vector< LocalPatch>& getMSpatches() const ;
const LocalPatch& getPointMSPatch(unsigned int index) const ;
protected:
}; // ShuoSurface

Back to the top of ShuoSurface


KEYWORD

Back to the top of ShuoSurface


AUTHORS

Back to the top of ShuoSurface


CHANGES LOG

Back to the top of ShuoSurface


GOALS

Back to the top of ShuoSurface

		

USAGE

		

Back to the top of ShuoSurface


typedef vector< const SurfacePoint*> LocalPatch;

  typedef vector< const SurfacePoint*> LocalPatch;

Back to the top of ShuoSurface


typedef map< Key3, LocalPatch, key_comp> SurfaceMap;

  typedef map< Key3, LocalPatch, key_comp> SurfaceMap;

Back to the top of ShuoSurface


ShuoSurface(const Surface& msSurface, const ChemMolecule& molecule, const MoleculeGrid& grid);

  ShuoSurface(const Surface& msSurface, const ChemMolecule& molecule, const MoleculeGrid& grid);

Back to the top of ShuoSurface


int computeShuoSurface(Surface& shuoSurface);

  int computeShuoSurface(Surface& shuoSurface);

Back to the top of ShuoSurface


const Surface& getShuoSurface() const ;

  const Surface& getShuoSurface() const                         
;

Function is currently defined inline.


Back to the top of ShuoSurface


const vector< LocalPatch>& getMSpatches() const ;

  const vector< LocalPatch>& getMSpatches() const                               
;

Function is currently defined inline.


Back to the top of ShuoSurface


const LocalPatch& getPointMSPatch(unsigned int index) const ;

  const LocalPatch& getPointMSPatch(unsigned int index) const                                     
;

Function is currently defined inline.


Back to the top of ShuoSurface


All Members

public:
typedef vector< const SurfacePoint*> LocalPatch;
typedef map< Key3, LocalPatch, key_comp> SurfaceMap;
int computeShuoSurface(Surface& shuoSurface);
const Surface& getShuoSurface() const ;
const vector< LocalPatch>& getMSpatches() const ;
const LocalPatch& getPointMSPatch(unsigned int index) const ;
protected:

Back to the top of ShuoSurface


Ancestors

Class does not inherit from any other class.

Back to the top of ShuoSurface


Descendants

Class is not inherited by any others.

Back to the top of ShuoSurface


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

Report problems to jkotula@unimax.com