#include <Topolog.hpp>
Inheritance diagram for OuvertOuvert::
Public Methods | |
OuvertOuvert (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 87 of file Topolog.hpp. 00088 : numerotation(m,n){ } |
|
Reimplemented from numerotation. Reimplemented in OuvertOuvertOnAxisSup, OuvertOuvertOnAxisInf, and OuvertOuvertOnAxisBoth. Definition at line 97 of file Topolog.hpp. |
|
Reimplemented from numerotation. Reimplemented in OuvertOuvertOnAxisSup, OuvertOuvertOnAxisInf, and OuvertOuvertOnAxisBoth. Definition at line 101 of file Topolog.hpp. |
|
Reimplemented from numerotation. Reimplemented in OuvertOuvertOnAxisSup, OuvertOuvertOnAxisInf, and OuvertOuvertOnAxisBoth. Definition at line 91 of file Topolog.hpp. 00091 { return m*(n+1) + n*(m+1);} |
|
Reimplemented from numerotation. Definition at line 92 of file Topolog.hpp. 00092 { return n*m; } |
|
Reimplemented from numerotation. Definition at line 105 of file Topolog.hpp. |
|
Reimplemented from numerotation. Reimplemented in OuvertOuvertOnAxisSup, OuvertOuvertOnAxisInf, and OuvertOuvertOnAxisBoth. Definition at line 94 of file Topolog.hpp. Referenced by FermeFerme::Face(), and FermeOuvert::Face().
|