#include <Topolog.hpp>
Inheritance diagram for OuvertOuvertOnAxisSup::
Public Methods | |
OuvertOuvertOnAxisSup (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) |
|
Definition at line 216 of file Topolog.hpp. 00217 : OuvertOuvert(m,n){ } |
|
Reimplemented from OuvertOuvert. Definition at line 227 of file Topolog.hpp. |
|
Reimplemented from OuvertOuvert. Definition at line 231 of file Topolog.hpp. |
|
Reimplemented from OuvertOuvert. Definition at line 221 of file Topolog.hpp. 00221 { return m*n + n*(m+1);} |
|
Reimplemented from numerotation. Definition at line 220 of file Topolog.hpp. 00220 { return (m+1)*n + 1; } |
|
Reimplemented from OuvertOuvert. Definition at line 223 of file Topolog.hpp. 00224 { return (j==0)? CardinalSommet() : // __Decal est dejas implicite. 00225 j - 1 + i* n + __Decal; } |
|
Reimplemented from numerotation. Definition at line 235 of file Topolog.hpp. 00236 { return (j==0) ? som1(i,j) : numerotation::som2(i,j); } |