The Fib multimedia system
Fib is a system for storing multimedia data (like images or films).
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
fib::iEvaluePosition Class Reference

#include <iEvaluePosition.h>

Inheritance diagram for fib::iEvaluePosition:

List of all members.

Public Member Functions

virtual ~iEvaluePosition ()
virtual bool evaluePosition (const cVectorPosition &vPosition, const list< cVectorProperty > &vProperties)=0

Detailed Description

Definition at line 56 of file iEvaluePosition.h.


Constructor & Destructor Documentation

virtual fib::iEvaluePosition::~iEvaluePosition ( )
inlinevirtual

destructor

Definition at line 62 of file iEvaluePosition.h.


Member Function Documentation

virtual bool fib::iEvaluePosition::evaluePosition ( const cVectorPosition vPosition,
const list< cVectorProperty > &  vProperties 
)
pure virtual

The method with wich the evalued points with ther properties are inserted /evalued. Everytime a point (to evalue) is reached in the evaluation, this method is called with the position and the properties of the point.

Parameters:
vPositionthe position of the point, which is evalued
vPropertiesa list of the properties of the point

Implemented in fib::cEvaluePositionListLimit, fib::cEvalueSimpleRGBA255, fib::cEvaluePositionListMemLimit, and fib::cEvaluePositionList.


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