#include <Topolog.hpp>
Inheritance diagram for OuvertFerme::
Public Methods | |
OuvertFerme (UINT m=0, UINT n=0) | |
Protected Methods | |
Cardinal | CardinalArc () |
Cardinal | CardinalFace () |
Index | Noeud (Index i, Index j) |
Index | Arete1 (Index i, Index j) |
Index | Arete2 (Index i, Index j) |
Index | Face (Index i, Index j) |
|
Definition at line 117 of file Topolog.hpp. 00118 : numerotation(m,n){ } |
|
Reimplemented from numerotation. Definition at line 128 of file Topolog.hpp. |
|
Reimplemented from numerotation. Definition at line 133 of file Topolog.hpp. |
|
Reimplemented from numerotation. Definition at line 121 of file Topolog.hpp. 00121 { return (2*m+1)*(n+1);} |
|
Reimplemented from numerotation. Definition at line 122 of file Topolog.hpp. 00122 { return (n+1)*m; } |
|
Reimplemented from numerotation. Definition at line 137 of file Topolog.hpp. |
|
Reimplemented from numerotation. Definition at line 124 of file Topolog.hpp. |