|
The Fib multimedia system
Fib is a system for storing multimedia data (like images or films).
|
#include <iEvaluePosition.h>

Public Member Functions | |
| virtual | ~iEvaluePosition () |
| virtual bool | evaluePosition (const cVectorPosition &vPosition, const list< cVectorProperty > &vProperties)=0 |
Definition at line 56 of file iEvaluePosition.h.
|
inlinevirtual |
destructor
Definition at line 62 of file iEvaluePosition.h.
|
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.
| vPosition | the position of the point, which is evalued |
| vProperties | a list of the properties of the point |
Implemented in fib::cEvaluePositionListLimit, fib::cEvalueSimpleRGBA255, fib::cEvaluePositionListMemLimit, and fib::cEvaluePositionList.