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

FermeOuvertOnAxisSup Class Reference

#include <Topolog.hpp>

Inheritance diagram for FermeOuvertOnAxisSup::

FermeOuvert numerotation List of all members.

Public Methods

 FermeOuvertOnAxisSup (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

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

Definition at line 318 of file Topolog.hpp.

00319                                             : FermeOuvert(m,n){ }


Member Function Documentation

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

Reimplemented from FermeOuvert.

Definition at line 330 of file Topolog.hpp.

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

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

Reimplemented from FermeOuvert.

Definition at line 334 of file Topolog.hpp.

00335     { if (UseMode == CREATION&& ( j == n || i > m ) ) return NULLINDEX;
00336       return (i!=m+1) ? (j + i* ( 2*n )+ __Decal) : (j+ __Decal); }

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

Reimplemented from FermeOuvert.

Definition at line 323 of file Topolog.hpp.

00323 { return (m+1)*n*2; }

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

Reimplemented from numerotation.

Definition at line 322 of file Topolog.hpp.

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

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

Reimplemented from FermeOuvert.

Definition at line 325 of file Topolog.hpp.

00326     { return (j==0)? CardinalSommet() :
00327                     (i!=m+1) ? (j - 1 + i* n + __Decal) :
00328                                (j - 1 + __Decal); }

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

Reimplemented from numerotation.

Definition at line 338 of file Topolog.hpp.

00339     { 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:48:36 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001