PositionProfile


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class PositionProfile
{
public:
PositionProfile(const PositionProfile& i_pp) ;
PositionProfile() ;
static const int PSIZE=MAX_AA;
float m_profileValues[PSIZE];
protected:
}; // PositionProfile

Back to the top of PositionProfile


KEYWORD

Back to the top of PositionProfile


AUTHORS

Back to the top of PositionProfile


CHANGES LOG

Back to the top of PositionProfile


GOALS

Back to the top of PositionProfile

		

USAGE

		

Back to the top of PositionProfile


PositionProfile(const PositionProfile& i_pp) ;

  PositionProfile(const PositionProfile& i_pp)                                                                                    
;

Function is currently defined inline.


Back to the top of PositionProfile


PositionProfile() ;

  PositionProfile()                                                              
;

Function is currently defined inline.


Back to the top of PositionProfile


const int PSIZE=MAX_AA;

  static const int PSIZE=MAX_AA; //add GAP !!!!!!

Back to the top of PositionProfile


float m_profileValues[PSIZE];

  float m_profileValues[PSIZE]; //additional value for gap

Back to the top of PositionProfile


All Members

public:
static const int PSIZE=MAX_AA;
float m_profileValues[PSIZE];
protected:

Back to the top of PositionProfile


Ancestors

Class does not inherit from any other class.

Back to the top of PositionProfile


Descendants

Class is not inherited by any others.

Back to the top of PositionProfile


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

Report problems to jkotula@unimax.com