#include <Topolog.hpp>
Inheritance diagram for FermeOuvertOnAxisInf::

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) |
|
||||||||||||
|
Definition at line 351 of file Topolog.hpp. 00352 : FermeOuvert(m,n){ } |
|
||||||||||||
|
Reimplemented from FermeOuvert. Definition at line 363 of file Topolog.hpp. |
|
||||||||||||
|
Reimplemented from FermeOuvert. Definition at line 367 of file Topolog.hpp. |
|
|
Reimplemented from FermeOuvert. Definition at line 356 of file Topolog.hpp. 00356 { return (m+1)*n*2; }
|
|
|
Reimplemented from numerotation. Definition at line 355 of file Topolog.hpp. 00355 { return n*(m+1) + 1;}
|
|
||||||||||||
|
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); }
|
|
||||||||||||
|
Reimplemented from numerotation. Definition at line 371 of file Topolog.hpp. 00372 { return (j==n) ? som3(i,j) : numerotation::som4(i,j); }
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001