ParameterSet Class Reference

Simple class to encapsulate a set of parameters for analyzers and/or heuristics. More...

#include <ParameterSet.h>

List of all members.

Public Member Functions

virtual ~ParameterSet ()
 The destructor.

Public Attributes

int minLength
int maxLength
int frameSize
int frameShift
int threshold
int maxThreshold
int t
int u
int wordShift

Protected Member Functions

 ParameterSet (int min, int max, int fsz, int fsh, int thresh, int maxThresh, int tIn, int uIn, int ws)
 The constructor.

Friends

class ParameterSetManager

Detailed Description

Simple class to encapsulate a set of parameters for analyzers and/or heuristics.

Definition at line 40 of file ParameterSet.h.


Constructor & Destructor Documentation

virtual ParameterSet::~ParameterSet (  )  [inline, virtual]

The destructor.

The destructor for the parameter set.

Definition at line 63 of file ParameterSet.h.

ParameterSet::ParameterSet ( int  min,
int  max,
int  fsz,
int  fsh,
int  thresh,
int  maxThresh,
int  tIn,
int  uIn,
int  ws 
) [inline, protected]

The constructor.

The constructor has been made protected to ensure that this class is never directly instantiated. Instead the class must be instantiated via the ParameterSetManager.

Definition at line 72 of file ParameterSet.h.


Friends And Related Function Documentation

friend class ParameterSetManager [friend]

Definition at line 41 of file ParameterSet.h.


Member Data Documentation

Definition at line 48 of file ParameterSet.h.

Referenced by TwoPassD2::updateParameters().

Definition at line 47 of file ParameterSet.h.

Referenced by TwoPassD2::updateParameters(), and TVHeuristic::updateParameters().

Definition at line 46 of file ParameterSet.h.

Definition at line 50 of file ParameterSet.h.

Referenced by TwoPassD2::updateParameters().

Definition at line 45 of file ParameterSet.h.

Definition at line 53 of file ParameterSet.h.

Referenced by TVHeuristic::updateParameters().

Definition at line 49 of file ParameterSet.h.

Referenced by TwoPassD2::updateParameters().

Definition at line 56 of file ParameterSet.h.

Referenced by TVHeuristic::updateParameters().

Definition at line 57 of file ParameterSet.h.

Referenced by TVHeuristic::updateParameters().


The documentation for this class was generated from the following file:

Generated on 19 Mar 2010 for PEACE by  doxygen 1.6.1