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

FermeOuvertOnAxisInf Class Reference

#include <Topolog.hpp>

Inheritance diagram for FermeOuvertOnAxisInf::

FermeOuvert numerotation List of all members.

Public Methods

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

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

Definition at line 351 of file Topolog.hpp.

00352                                             : FermeOuvert(m,n){ }


Member Function Documentation

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

Reimplemented from FermeOuvert.

Definition at line 363 of file Topolog.hpp.

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

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

Reimplemented from FermeOuvert.

Definition at line 367 of file Topolog.hpp.

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

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

Reimplemented from FermeOuvert.

Definition at line 356 of file Topolog.hpp.

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

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

Reimplemented from numerotation.

Definition at line 355 of file Topolog.hpp.

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

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

Reimplemented from FermeOuvert.

Definition at line 358 of file Topolog.hpp.

00359     { return (j==n)? CardinalSommet() :
00360                      (i!=m+1) ? (j + i* n + __Decal) :
00361                                 (j + __Decal); }

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

Reimplemented from numerotation.

Definition at line 371 of file Topolog.hpp.

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