Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

OuvertOuvertOnAxisInf Class Reference

#include <Topolog.hpp>

Inheritance diagram for OuvertOuvertOnAxisInf::

OuvertOuvert numerotation List of all members.

Public Methods

 OuvertOuvertOnAxisInf (UINT m=0, UINT n=0)

Protected Methods

Cardinal CardinalSommet ()
Cardinal CardinalArc ()
Index Noeud (Index i, Index j)
Index Arete1 (Index i, Index j)
Index Arete2 (Index i, Index j)
Index som4 (Index i, Index j)

Constructor & Destructor Documentation

OuvertOuvertOnAxisInf::OuvertOuvertOnAxisInf UINT    m = 0,
UINT    n = 0
[inline]
 

Definition at line 248 of file Topolog.hpp.

00249                                              : OuvertOuvert(m,n){ }


Member Function Documentation

Index OuvertOuvertOnAxisInf::Arete1 Index    i,
Index    j
[inline, protected, virtual]
 

Reimplemented from OuvertOuvert.

Definition at line 259 of file Topolog.hpp.

00260     { if ( UseMode == CREATION&& (j == n || j > n || i == m)) return NULLINDEX;
00261       return j + n + i* ( 2*n ) + __Decal; }

Index OuvertOuvertOnAxisInf::Arete2 Index    i,
Index    j
[inline, protected, virtual]
 

Reimplemented from OuvertOuvert.

Definition at line 263 of file Topolog.hpp.

00264     { if ( UseMode == CREATION&& (i > m || j == n) ) return NULLINDEX;
00265       return j + i* ( 2*n ) + __Decal; }

Cardinal OuvertOuvertOnAxisInf::CardinalArc   [inline, protected, virtual]
 

Reimplemented from OuvertOuvert.

Definition at line 253 of file Topolog.hpp.

00253 { return m*n + n*(m+1);}

Cardinal OuvertOuvertOnAxisInf::CardinalSommet   [inline, protected, virtual]
 

Reimplemented from numerotation.

Definition at line 252 of file Topolog.hpp.

00252 { return (m+1)*n + 1; }

Index OuvertOuvertOnAxisInf::Noeud Index    i,
Index    j
[inline, protected, virtual]
 

Reimplemented from OuvertOuvert.

Definition at line 255 of file Topolog.hpp.

00256     { return (j==n)? CardinalSommet() : // __Decal est dejas implicite.
00257                      j + i* n + __Decal; }

Index OuvertOuvertOnAxisInf::som4 Index    i,
Index    j
[inline, protected, virtual]
 

Reimplemented from numerotation.

Definition at line 268 of file Topolog.hpp.

00269     { return (j==n) ? som3(i,j) : numerotation::som4(i,j); }


The documentation for this class was generated from the following file:
Generated on Sun Oct 14 18:49:29 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001