BestFit


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class BestFit
{
public:
BestFit();
void add(const Vector3& i_vec1,const Vector3& i_vec2);
void remove(const Vector3& i_vec1,const Vector3& i_vec2);
RigidTrans3 getTrans()const ;
const RigidTrans3& getTrans_const()const ;
float getRMSD()const ;
int size() ;
protected:
}; // BestFit

Back to the top of BestFit


KEYWORD

Back to the top of BestFit


AUTHORS

Back to the top of BestFit


CHANGES LOG

Back to the top of BestFit


GOALS

Back to the top of BestFit

		

USAGE

		

Back to the top of BestFit


BestFit();

  BestFit();

Back to the top of BestFit


void add(const Vector3& i_vec1,const Vector3& i_vec2);

  void add(const Vector3& i_vec1,const Vector3& i_vec2);

Back to the top of BestFit


void remove(const Vector3& i_vec1,const Vector3& i_vec2);

  void remove(const Vector3& i_vec1,const Vector3& i_vec2);

Back to the top of BestFit


RigidTrans3 getTrans()const ;

  inline RigidTrans3 getTrans()const                                                                              
;

Function is currently defined inline.


Back to the top of BestFit


const RigidTrans3& getTrans_const()const ;

  inline const RigidTrans3& getTrans_const()const                                                                              
;

Function is currently defined inline.


Back to the top of BestFit


float getRMSD()const ;

  inline float getRMSD()const                                                                              
;

Function is currently defined inline.


Back to the top of BestFit


int size() ;

  inline int size()               
;

Function is currently defined inline.


Back to the top of BestFit


All Members

public:
void add(const Vector3& i_vec1,const Vector3& i_vec2);
void remove(const Vector3& i_vec1,const Vector3& i_vec2);
RigidTrans3 getTrans()const ;
const RigidTrans3& getTrans_const()const ;
float getRMSD()const ;
int size() ;
protected:

Back to the top of BestFit


Ancestors

Class does not inherit from any other class.

Back to the top of BestFit


Descendants

Class is not inherited by any others.

Back to the top of BestFit


Generated from source by the Cocoon utilities on Tue Jan 5 18:47:29 2010 .

Report problems to jkotula@unimax.com