GeomSelectorChainEQ


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class GeomSelectorChainEQ
{
public:
static bool DEF_VALUE;
typedef bool vtype;
static template < class TPoint> void select(const TPoint& i_a1, const TPoint& i_a2, bool& o_select, vtype& o_score) ;
static void setDist2(float fdist2) ;
static float getDist2() ;
static float m_fDistThr2;
protected:
}; // GeomSelectorChainEQ

Back to the top of GeomSelectorChainEQ


KEYWORD

Back to the top of GeomSelectorChainEQ


AUTHORS

Back to the top of GeomSelectorChainEQ


CHANGES LOG

Back to the top of GeomSelectorChainEQ


GOALS

Back to the top of GeomSelectorChainEQ

		

USAGE

		

Back to the top of GeomSelectorChainEQ


bool DEF_VALUE;

  static bool DEF_VALUE;

Back to the top of GeomSelectorChainEQ


typedef bool vtype;

  typedef bool vtype;

Back to the top of GeomSelectorChainEQ


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)                                                                                                                                                                                           
;

Function is currently defined inline.


Back to the top of GeomSelectorChainEQ


void setDist2(float fdist2) ;

  static void setDist2(float fdist2)                     
;

Function is currently defined inline.


Back to the top of GeomSelectorChainEQ


float getDist2() ;

  static float getDist2()                     
;

Function is currently defined inline.


Back to the top of GeomSelectorChainEQ


float m_fDistThr2;

  static float m_fDistThr2;

Back to the top of GeomSelectorChainEQ


All Members

public:
static bool DEF_VALUE;
typedef bool vtype;
static template < class TPoint> void select(const TPoint& i_a1, const TPoint& i_a2, bool& o_select, vtype& o_score) ;
static void setDist2(float fdist2) ;
static float getDist2() ;
static float m_fDistThr2;
protected:

Back to the top of GeomSelectorChainEQ


Ancestors

Class does not inherit from any other class.

Back to the top of GeomSelectorChainEQ


Descendants

Class is not inherited by any others.

Back to the top of GeomSelectorChainEQ


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

Report problems to jkotula@unimax.com