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

Public Member Functions | |
| virtual | ~iImageData () |
| virtual cDomains | getPropertyDomains () const =0 |
| virtual cDomains | getPositionDomain () const =0 |
| virtual bool | setPoint (const cVectorPosition &vPosition, const list< cVectorProperty > &vProperties)=0 |
| virtual list< cVectorProperty > | getPointProperties (const cVectorPosition &vPosition) const =0 |
| virtual void | clear ()=0 |
Definition at line 52 of file iImageData.h.
|
inlinevirtual |
destructor
Definition at line 58 of file iImageData.h.
|
pure virtual |
This method clears the data for the image.
Implemented in fib::cEvalueSimpleRGBA255.
|
pure virtual |
With this method the properties for given points are returned.
| vPosition | the position of the point, for which the properties should be returned |
Implemented in fib::cEvalueSimpleRGBA255.
|
pure virtual |
This method returns the domains for the positions (dimension domain).
Implemented in fib::cEvalueSimpleRGBA255.
|
pure virtual |
This method returns the domains for the color and transparency properties.
Implemented in fib::cEvalueSimpleRGBA255.
|
pure virtual |
With this method the properties for a points are set.
| vPosition | the position of the point to set |
| vProperties | a list of the properties of the point |
Implemented in fib::cEvalueSimpleRGBA255.