Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

IndexedRealVector Class Reference

#include <IndexedReal.hpp>

Inheritance diagram for IndexedRealVector:

vector List of all members.

Public Methods

 IndexedRealVector ()
 IndexedRealVector (int size)
virtual ~IndexedRealVector ()
virtual iterator FindByIndex (int index)
virtual bool IncreaseValueFor (int index,double value)
 increase the value for "index", add the entry if not existing.

virtual void PushValue (int index,double value)
 push a value.

virtual void Sort (bool descending=true)
 sort all the values, default is descending order.


Constructor & Destructor Documentation

IndexedRealVector::IndexedRealVector ( ) [inline]
 

IndexedRealVector::IndexedRealVector ( int size ) [inline]
 

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


Member Function Documentation

IndexedRealVector::iterator IndexedRealVector::FindByIndex ( int index ) [virtual]
 

bool IndexedRealVector::IncreaseValueFor ( int index,
double value ) [virtual]
 

increase the value for "index", add the entry if not existing.

void IndexedRealVector::PushValue ( int index,
double value ) [virtual]
 

push a value.

void IndexedRealVector::Sort ( bool descending = true ) [virtual]
 

sort all the values, default is descending order.


The documentation for this class was generated from the following files:
Generated at Fri Jul 26 18:22:49 2002 for LEMUR by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000