DistProbability


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class DistProbability
{
public:
static const unsigned int RESOLUTION=10;
static const float d_intra[RESOLUTION];
static const float d_inter[RESOLUTION];
DistProbability()
protected:
}; // DistProbability

Back to the top of DistProbability


KEYWORD

Back to the top of DistProbability


AUTHORS

Back to the top of DistProbability


CHANGES LOG

Back to the top of DistProbability


GOALS

Back to the top of DistProbability

		

USAGE

		

Back to the top of DistProbability


const unsigned int RESOLUTION=10;

  const static unsigned int RESOLUTION=10;

Back to the top of DistProbability


const float d_intra[RESOLUTION];

  const static float d_intra[RESOLUTION];

Back to the top of DistProbability


const float d_inter[RESOLUTION];

  const static float d_inter[RESOLUTION];

Back to the top of DistProbability


DistProbability()

  DistProbability()                                  

Back to the top of DistProbability


All Members

public:
static const unsigned int RESOLUTION=10;
static const float d_intra[RESOLUTION];
static const float d_inter[RESOLUTION];
protected:

Back to the top of DistProbability


Ancestors

Class does not inherit from any other class.

Back to the top of DistProbability


Descendants

Class is not inherited by any others.

Back to the top of DistProbability


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

Report problems to jkotula@unimax.com