#include <Topolog.hpp>
Inheritance diagram for FermeOuvertOnAxisSup::
Public Methods | |
FermeOuvertOnAxisSup (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 318 of file Topolog.hpp. 00319 : FermeOuvert(m,n){ } |
|
Reimplemented from FermeOuvert. Definition at line 330 of file Topolog.hpp. |
|
Reimplemented from FermeOuvert. Definition at line 334 of file Topolog.hpp. |
|
Reimplemented from FermeOuvert. Definition at line 323 of file Topolog.hpp. 00323 { return (m+1)*n*2; } |
|
Reimplemented from numerotation. Definition at line 322 of file Topolog.hpp. 00322 { return n*(m+1) + 1;} |
|
Reimplemented from FermeOuvert. Definition at line 325 of file Topolog.hpp. 00326 { return (j==0)? CardinalSommet() : 00327 (i!=m+1) ? (j - 1 + i* n + __Decal) : 00328 (j - 1 + __Decal); } |
|
Reimplemented from numerotation. Definition at line 338 of file Topolog.hpp. 00339 { return (j==0) ? som1(i,j) : numerotation::som2(i,j); } |