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::iEvalueFibElement Class Reference

#include <iEvalueFibElement.h>

Inheritance diagram for fib::iEvalueFibElement:

List of all members.

Public Member Functions

virtual ~iEvalueFibElement ()
virtual bool evalueElement (cFibElement &pFibElement, const list< cVectorProperty > &vProperties)=0

Detailed Description

Definition at line 60 of file iEvalueFibElement.h.


Constructor & Destructor Documentation

virtual fib::iEvalueFibElement::~iEvalueFibElement ( )
inlinevirtual

destructor

Definition at line 66 of file iEvalueFibElement.h.


Member Function Documentation

virtual bool fib::iEvalueFibElement::evalueElement ( cFibElement pFibElement,
const list< cVectorProperty > &  vProperties 
)
pure virtual

The method with wich the evalued Fib-elements with ther properties are inserted /evalued. Everytime a Fib-element of the choosen type (to evalue) is reached in the evaluation, this method is called with the Fib-element and the properties of the Fib-element.

Parameters:
pFibElementthe Fib-element to evalue
vPropertiesa list with the properties of the Fib-element

Implemented in fib::algorithms::nEvalueFibObject::nNeededUnderobjects::cEvalueUnderObjects, and fib::cEvalueFibElementList.


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