#include <Topolog.hpp>
Inheritance diagram for FermeOuvertOnAxisBoth::
Public Methods | |
FermeOuvertOnAxisBoth (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 384 of file Topolog.hpp. 00385 : FermeOuvert(m,n){ } |
|
Reimplemented from FermeOuvert. Definition at line 397 of file Topolog.hpp. |
|
Reimplemented from FermeOuvert. Definition at line 402 of file Topolog.hpp. |
|
Reimplemented from FermeOuvert. Definition at line 389 of file Topolog.hpp. 00389 { return (m+1)*n + (m+1)*(n-1); } |
|
Reimplemented from numerotation. Definition at line 388 of file Topolog.hpp. 00388 { return (m+1)*(n-1) +2; } |
|
Reimplemented from FermeOuvert. Definition at line 391 of file Topolog.hpp. 00392 { return (j==0)? CardinalSommet()-1 : 00393 (j==n)? CardinalSommet() : 00394 (i!=m+1) ? (j - 1 + i* ( n - 1 )+ __Decal) : 00395 (j - 1 + __Decal); } |
|
Reimplemented from numerotation. Definition at line 406 of file Topolog.hpp. 00407 { return (j==0) ? som1(i,j) : numerotation::som2(i,j); } |
|
Reimplemented from numerotation. Definition at line 409 of file Topolog.hpp. 00410 { return (j==n) ? som3(i,j) : numerotation::som4(i,j); } |