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::algorithms::nDn::nHyperplaneBodyFull Namespace Reference

Classes

class  cHyperplaneData
class  cInequationData

Functions

template<class tFactors >
bool sortLowerFirst (const pair< unsigned int, vector< tFactors > > &paFirst, const pair< unsigned int, vector< tFactors > > &paSecond)

Detailed Description

Namespace for helperclasses for the cHyperplaneBodyFull class.


Function Documentation

template<class tFactors >
bool fib::algorithms::nDn::nHyperplaneBodyFull::sortLowerFirst ( const pair< unsigned int, vector< tFactors > > &  paFirst,
const pair< unsigned int, vector< tFactors > > &  paSecond 
)

This function compares vectors correspondending to the number associated with them.

Parameters:
paFirstthe first pair to compare
paSecondthe second pair to compare
Returns:
true if the first element of the first pair is lower than the second, else false