This is the declaration of the OrientedIndex class.
The OrientedIndex provides strait forward implementation of the different operators needed for iteration, like ++, --, >=, =< etc... that use the Oriented to access to the current side in the fragmentation.
CLASS
OrientedIndex:
inline operator int() const{
return idx();
private :
int Idx;
#include "OrientedIndex.icc"