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
cFibMatrix Class Reference

#include <cFibMatrix.h>


Detailed Description

file name: cFibMatrix.h

Author:
Betti Oesterholz
Date:
02.01.2012 webma.nosp@m.ster.nosp@m.@BioK.nosp@m.om.i.nosp@m.nfo

System: C++

This class represents the Fib matrix element. Copyright (C) LGPL3 2012 Betti Oesterholz

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

This class represents the matrix element of the Fib multimedia language.

An matrix element represents a d dimensional matrix. For every dimension ther is an area (Startvalue_h to Endvalue_h) for its possible index values. Furthermore ther is a list ( (W_{1.1}, ..., W_{i.1}), ... , (W_{1.k}, ..., W_{i.k}) with vectors for the elements of the matrix.

In the evaluation of the matrix element each dimension/counter/index variable (Variable_1, ..., Variable_d) goes through all integers of the corresponding area (Startvalue_h to Endvalue_h). For each integer value of the Variable_h all integer values of the variable Variable_{h-1} will be set. For each value allocation of the dimension variables (Variable_1, ... , Variable_d) the value variables (Variable_{d+1}, ... , Variable_{d+i}) will be set to the next set of values (W_{1.b}, ... , W_{i.b}). This continues until either the dimension variables (Variable_1, ... , Variable_d) have gone through all of their values or there is no next set of values (W_{1.k+1}, ... , W_{i.k+1}). If an element W_{a.b} is a variable, so the Variable_{d+a} will be assigned according to the value of the variable W_{a.b}.

If there are no value variables (i=0), just all the values of the dimension variables (Variable_1, ..., Variable_d) will be set and the sets of values will be ignored.


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