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

FermeFerme Class Reference

#include <Topolog.hpp>

Inheritance diagram for FermeFerme::

numerotation List of all members.

Public Methods

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

Protected Methods

Cardinal CardinalArc ()
Cardinal CardinalFace ()
Index Noeud (Index i, Index j)
Index Arete1 (Index i, Index j)
Index Arete2 (Index i, Index j)
Index Face (Index i, Index j)

Constructor & Destructor Documentation

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

Definition at line 182 of file Topolog.hpp.

00183                                   : numerotation(m,n){ }


Member Function Documentation

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

Reimplemented from numerotation.

Definition at line 193 of file Topolog.hpp.

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

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

Reimplemented from numerotation.

Definition at line 198 of file Topolog.hpp.

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

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

Reimplemented from numerotation.

Definition at line 186 of file Topolog.hpp.

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

Cardinal FermeFerme::CardinalFace   [inline, protected, virtual]
 

Reimplemented from numerotation.

Definition at line 187 of file Topolog.hpp.

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

Index FermeFerme::Face Index    i,
Index    j
[inline, protected, virtual]
 

Reimplemented from numerotation.

Definition at line 202 of file Topolog.hpp.

00203     { if (UseMode == CREATION&& (j > n || i > m ) ) return NULLINDEX;
00204       return Noeud(i,j); }

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

Reimplemented from numerotation.

Definition at line 189 of file Topolog.hpp.

00190     { return (j!=n+1)? ((i!=m+1)? (j + i* ( n+1 )+ __Decal):(j+ __Decal) ) :
00191                        (i*(n+1)+ __Decal); }


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