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

OuvertFerme Class Reference

#include <Topolog.hpp>

Inheritance diagram for OuvertFerme::

numerotation List of all members.

Public Methods

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

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

Definition at line 117 of file Topolog.hpp.

00118                                    : numerotation(m,n){ }


Member Function Documentation

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

Reimplemented from numerotation.

Definition at line 128 of file Topolog.hpp.

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

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

Reimplemented from numerotation.

Definition at line 133 of file Topolog.hpp.

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

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

Reimplemented from numerotation.

Definition at line 121 of file Topolog.hpp.

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

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

Reimplemented from numerotation.

Definition at line 122 of file Topolog.hpp.

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

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

Reimplemented from numerotation.

Definition at line 137 of file Topolog.hpp.

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

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

Reimplemented from numerotation.

Definition at line 124 of file Topolog.hpp.

00125     { return (j!=n+1) ? (j + i* ( n+1 ) + __Decal) :
00126                         (i* ( n+1 )+ __Decal); }


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