#include <Topolog.hpp>
Inheritance diagram for FermeFerme::
Public Methods | |
FermeFerme (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 182 of file Topolog.hpp. 00183 : numerotation(m,n){ } |
|
Reimplemented from numerotation. Definition at line 193 of file Topolog.hpp. |
|
Reimplemented from numerotation. Definition at line 198 of file Topolog.hpp. |
|
Reimplemented from numerotation. Definition at line 186 of file Topolog.hpp. 00186 { return (m+1)*(n+1)*2; } |
|
Reimplemented from numerotation. Definition at line 187 of file Topolog.hpp. 00187 { return (n+1)*(m+1); } |
|
Reimplemented from numerotation. Definition at line 202 of file Topolog.hpp. |
|
Reimplemented from numerotation. Definition at line 189 of file Topolog.hpp. |