RangeParams


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class RangeParams
{
public:
RangeParams(const vector< int>& wts);
unsigned int findRange(float dist) const ;
vector< float> ranges;
vector<int> weights;
protected:
}; // RangeParams

Back to the top of RangeParams


KEYWORD

Back to the top of RangeParams


AUTHORS

Back to the top of RangeParams


CHANGES LOG

Back to the top of RangeParams


GOALS

Back to the top of RangeParams

		

USAGE

		

Back to the top of RangeParams


RangeParams(const vector< int>& wts);

  RangeParams(const vector< int>& wts);

Back to the top of RangeParams


unsigned int findRange(float dist) const ;

  unsigned int findRange(float dist) const                                                                                                                       
;

Function is currently defined inline.


Back to the top of RangeParams


vector< float> ranges;

  vector< float> ranges;

Back to the top of RangeParams


vector<int> weights;

  vector<int> weights;

Back to the top of RangeParams


All Members

public:
unsigned int findRange(float dist) const ;
vector< float> ranges;
vector<int> weights;
protected:

Back to the top of RangeParams


Ancestors

Class does not inherit from any other class.

Back to the top of RangeParams


Descendants

Class is not inherited by any others.

Back to the top of RangeParams


Generated from source by the Cocoon utilities on Mon Dec 21 12:00:24 2009 .

Report problems to jkotula@unimax.com