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

Public Methods | |
| OuvertOuvertOnAxisBoth (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 | som2 (Index i, Index j) |
| Index | som4 (Index i, Index j) |
|
||||||||||||
|
Definition at line 281 of file Topolog.hpp. 00282 : OuvertOuvert(m,n){ } |
|
||||||||||||
|
Reimplemented from OuvertOuvert. Definition at line 293 of file Topolog.hpp. |
|
||||||||||||
|
Reimplemented from OuvertOuvert. Definition at line 298 of file Topolog.hpp. |
|
|
Reimplemented from OuvertOuvert. Definition at line 286 of file Topolog.hpp. 00286 { return (m+1)*n + m*(n-1); }
|
|
|
Reimplemented from numerotation. Definition at line 285 of file Topolog.hpp. 00285 { return (m+1)*(n-1)+2; }
|
|
||||||||||||
|
Reimplemented from OuvertOuvert. Definition at line 288 of file Topolog.hpp. 00289 { return (j==0)? CardinalSommet()-1 : // __Decal est dejas implicite.
00290 ((j ==n)? CardinalSommet() : // Idem.
00291 j - 1 + i* ( n-1 ) + __Decal ); }
|
|
||||||||||||
|
Reimplemented from numerotation. Definition at line 302 of file Topolog.hpp. 00303 { return (j==0) ? som1(i,j) : numerotation::som2(i,j); }
|
|
||||||||||||
|
Reimplemented from numerotation. Definition at line 305 of file Topolog.hpp. 00306 { return (j==n) ? som3(i,j) : numerotation::som4(i,j); }
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001