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

Public Methods | |
| OuvertOuvertOnAxisInf (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 248 of file Topolog.hpp. 00249 : OuvertOuvert(m,n){ } |
|
||||||||||||
|
Reimplemented from OuvertOuvert. Definition at line 259 of file Topolog.hpp. |
|
||||||||||||
|
Reimplemented from OuvertOuvert. Definition at line 263 of file Topolog.hpp. |
|
|
Reimplemented from OuvertOuvert. Definition at line 253 of file Topolog.hpp. 00253 { return m*n + n*(m+1);}
|
|
|
Reimplemented from numerotation. Definition at line 252 of file Topolog.hpp. 00252 { return (m+1)*n + 1; }
|
|
||||||||||||
|
Reimplemented from OuvertOuvert. Definition at line 255 of file Topolog.hpp. 00256 { return (j==n)? CardinalSommet() : // __Decal est dejas implicite.
00257 j + i* n + __Decal; }
|
|
||||||||||||
|
Reimplemented from numerotation. Definition at line 268 of file Topolog.hpp. 00269 { return (j==n) ? som3(i,j) : numerotation::som4(i,j); }
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001