Tesseract 3.01
SORTED_FLOATS Class Reference

#include <sortflts.h>

List of all members.

Public Member Functions

 SORTED_FLOATS ()
SORTED_FLOATS::add

Add a new entry to the sorted lsit of floats.

void add (float value, inT32 key)
SORTED_FLOATS::remove

Remove an entry from the sorted lsit of floats.

void remove (inT32 key)
SORTED_FLOATS::operator[]

Return the floating point value of the given index into the list.

float operator[] (inT32 index)

Constructor & Destructor Documentation

SORTED_FLOATS::SORTED_FLOATS ( ) [inline]

empty constructor


Member Function Documentation

void SORTED_FLOATS::add ( float  value,
inT32  key 
)

add sample

Parameters:
valuesample float
keyretrieval key
float SORTED_FLOATS::operator[] ( inT32  index)

index to list

Parameters:
indexitem to get
void SORTED_FLOATS::remove ( inT32  key)

delete sample

Parameters:
keykey to delete

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines