SSEGeomPAndMatrix_Selector


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class SSEGeomPAndMatrix_Selector
{
public:
static float DEF_VALUE;
typedef float vtype;
static float m_wSeq,m_wStr;
static template < class TPoint> void select(const TPoint& i_a1, const TPoint& i_a2, bool& o_select, vtype& o_score)
static void setDist2(float d2_ss, float d2_loop,float d2_ss_loop) ;
static float getDist2() ;
static float m_fdist2_ss;
static float m_fdist2_loop;
static float m_fdist2_ss_loop;
protected:
}; // SSEGeomPAndMatrix_Selector

Back to the top of SSEGeomPAndMatrix_Selector


KEYWORD

Back to the top of SSEGeomPAndMatrix_Selector


AUTHORS

Back to the top of SSEGeomPAndMatrix_Selector


CHANGES LOG

Back to the top of SSEGeomPAndMatrix_Selector


GOALS

Back to the top of SSEGeomPAndMatrix_Selector

		

USAGE

		

Back to the top of SSEGeomPAndMatrix_Selector


float DEF_VALUE;

  static float DEF_VALUE;

Back to the top of SSEGeomPAndMatrix_Selector


typedef float vtype;

  typedef float vtype;

Back to the top of SSEGeomPAndMatrix_Selector


float m_wSeq,m_wStr;

  static float m_wSeq,m_wStr; //default values 1,1

Back to the top of SSEGeomPAndMatrix_Selector


template < class TPoint> void select(const TPoint& i_a1, const TPoint& i_a2, bool& o_select, vtype& o_score)

  template < class TPoint>
  static void select(const TPoint& i_a1, const TPoint& i_a2, bool& o_select, vtype& o_score)                                             

Back to the top of SSEGeomPAndMatrix_Selector


void setDist2(float d2_ss, float d2_loop,float d2_ss_loop) ;

  static void setDist2(float d2_ss, float d2_loop,float d2_ss_loop)                                                                                        
;

Function is currently defined inline.


Back to the top of SSEGeomPAndMatrix_Selector


float getDist2() ;

  static float getDist2()                                                          
;

Function is currently defined inline.


Back to the top of SSEGeomPAndMatrix_Selector


float m_fdist2_ss;

  static float m_fdist2_ss; //ss to ss threshold

Back to the top of SSEGeomPAndMatrix_Selector


float m_fdist2_loop;

  static float m_fdist2_loop; //loop to loop threshold

Back to the top of SSEGeomPAndMatrix_Selector


float m_fdist2_ss_loop;

  static float m_fdist2_ss_loop; //ss to loop threshold

Back to the top of SSEGeomPAndMatrix_Selector


All Members

public:
static float DEF_VALUE;
typedef float vtype;
static float m_wSeq,m_wStr;
static template < class TPoint> void select(const TPoint& i_a1, const TPoint& i_a2, bool& o_select, vtype& o_score)
static void setDist2(float d2_ss, float d2_loop,float d2_ss_loop) ;
static float getDist2() ;
static float m_fdist2_ss;
static float m_fdist2_loop;
static float m_fdist2_ss_loop;
protected:

Back to the top of SSEGeomPAndMatrix_Selector


Ancestors

Class does not inherit from any other class.

Back to the top of SSEGeomPAndMatrix_Selector


Descendants

Class is not inherited by any others.

Back to the top of SSEGeomPAndMatrix_Selector


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

Report problems to jkotula@unimax.com