RigidGroupTree (from PairwiseResultCompletion)


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class RigidGroupTree
{
public:
// Constructors
RigidGroupTree(const PairwiseResult& pairwiseResult) ;
// Inspectors
bool isEmpty() ;
unsigned int getRigidGroupByIndex(unsigned int sortedRigidGroupIndex) ;
void getParent(unsigned currRigidGroupId, unsigned int& parentId, bool& isInPairwiseResult);
bool isLastRigidGroup(unsigned int sortedRigidGroupIndex) ;
const unsigned int getNumOfSortedRigidGroups() const ;
static bool completion(PairwiseResult& pairwiseResult) ;
protected:
}; // RigidGroupTree

Back to the top of RigidGroupTree


KEYWORD

Back to the top of RigidGroupTree


AUTHORS

Back to the top of RigidGroupTree


CHANGES LOG

Back to the top of RigidGroupTree


GOALS

Back to the top of RigidGroupTree

		

USAGE

		

Back to the top of RigidGroupTree


RigidGroupTree(const PairwiseResult& pairwiseResult) ;

    RigidGroupTree(const PairwiseResult& pairwiseResult)                                                         
;

Function is currently defined inline.


Back to the top of RigidGroupTree


bool isEmpty() ;

    bool isEmpty()                                        
;

Function is currently defined inline.


Back to the top of RigidGroupTree


unsigned int getRigidGroupByIndex(unsigned int sortedRigidGroupIndex) ;

    unsigned int getRigidGroupByIndex(unsigned int sortedRigidGroupIndex)                                                                   
;

Function is currently defined inline.


Back to the top of RigidGroupTree


void getParent(unsigned currRigidGroupId, unsigned int& parentId, bool& isInPairwiseResult);

    void getParent(unsigned currRigidGroupId, unsigned int& parentId, bool& isInPairwiseResult);

Back to the top of RigidGroupTree


bool isLastRigidGroup(unsigned int sortedRigidGroupIndex) ;

    bool isLastRigidGroup(unsigned int sortedRigidGroupIndex)                                                                               
;

Function is currently defined inline.


Back to the top of RigidGroupTree


const unsigned int getNumOfSortedRigidGroups() const ;

    const unsigned int getNumOfSortedRigidGroups() const                                       
;

Function is currently defined inline.


Back to the top of RigidGroupTree


bool completion(PairwiseResult& pairwiseResult) ;

  static bool completion(PairwiseResult& pairwiseResult)                                                        
;

Function is currently defined inline.


Back to the top of RigidGroupTree


All Members

public:
// Inspectors
bool isEmpty() ;
unsigned int getRigidGroupByIndex(unsigned int sortedRigidGroupIndex) ;
void getParent(unsigned currRigidGroupId, unsigned int& parentId, bool& isInPairwiseResult);
bool isLastRigidGroup(unsigned int sortedRigidGroupIndex) ;
const unsigned int getNumOfSortedRigidGroups() const ;
static bool completion(PairwiseResult& pairwiseResult) ;
protected:

Back to the top of RigidGroupTree


Ancestors

Class does not inherit from any other class.

Back to the top of RigidGroupTree


Descendants

Class is not inherited by any others.

Back to the top of RigidGroupTree


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

Report problems to jkotula@unimax.com