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

OuvertOuvertOnAxisSup Class Reference

#include <Topolog.hpp>

Inheritance diagram for OuvertOuvertOnAxisSup::

OuvertOuvert numerotation List of all members.

Public Methods

 OuvertOuvertOnAxisSup (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 som2 (Index i, Index j)

Constructor & Destructor Documentation

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

Definition at line 216 of file Topolog.hpp.

00217                                              : OuvertOuvert(m,n){ }


Member Function Documentation

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

Reimplemented from OuvertOuvert.

Definition at line 227 of file Topolog.hpp.

00228     { if ( UseMode == CREATION&& (j == 0 || j > n || i == m)) return NULLINDEX;
00229       return j + n - 1 + i* ( 2*n ) + __Decal; }

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

Reimplemented from OuvertOuvert.

Definition at line 231 of file Topolog.hpp.

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

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

Reimplemented from OuvertOuvert.

Definition at line 221 of file Topolog.hpp.

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

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

Reimplemented from numerotation.

Definition at line 220 of file Topolog.hpp.

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

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

Reimplemented from OuvertOuvert.

Definition at line 223 of file Topolog.hpp.

00224     { return (j==0)? CardinalSommet() : // __Decal est dejas implicite.
00225                      j - 1 + i* n + __Decal; }

Index OuvertOuvertOnAxisSup::som2 Index    i,
Index    j
[inline, protected, virtual]
 

Reimplemented from numerotation.

Definition at line 235 of file Topolog.hpp.

00236     { return (j==0) ? som1(i,j) : numerotation::som2(i,j); }


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