#include <Topolog.hpp>
Inheritance diagram for FermeOuvert::
Public Methods | |
FermeOuvert (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 150 of file Topolog.hpp. 00151 : numerotation(m,n){ } |
|
Reimplemented from numerotation. Reimplemented in FermeOuvertOnAxisSup, FermeOuvertOnAxisInf, and FermeOuvertOnAxisBoth. Definition at line 160 of file Topolog.hpp. |
|
Reimplemented from numerotation. Reimplemented in FermeOuvertOnAxisSup, FermeOuvertOnAxisInf, and FermeOuvertOnAxisBoth. Definition at line 164 of file Topolog.hpp. |
|
Reimplemented from numerotation. Reimplemented in FermeOuvertOnAxisSup, FermeOuvertOnAxisInf, and FermeOuvertOnAxisBoth. Definition at line 154 of file Topolog.hpp. 00154 { return (m+1)*n + (m+1)*(n+1); } |
|
Reimplemented from numerotation. Definition at line 155 of file Topolog.hpp. 00155 { return n*(m+1); } |
|
Reimplemented from numerotation. Definition at line 168 of file Topolog.hpp. |
|
Reimplemented from numerotation. Reimplemented in FermeOuvertOnAxisSup, FermeOuvertOnAxisInf, and FermeOuvertOnAxisBoth. Definition at line 157 of file Topolog.hpp. |