Moka kernel
|
#include <mesh-diver.hh>
Public Member Functions | |
CMesh3Diver (int ASx, int ASy, int ASz) | |
virtual | ~CMesh3Diver () |
Destructeur. | |
int | getSz () const |
virtual void | setIz (int AIz) |
Public Member Functions inherited from CMesh2Diver | |
CMesh2Diver (int ASx, int ASy) | |
virtual | ~CMesh2Diver () |
Destructeur. | |
int | getSy () const |
virtual void | setIy (int AIy) |
Public Member Functions inherited from CMesh1Diver | |
CMesh1Diver (int ASx) | |
virtual | ~CMesh1Diver () |
Destructeur. | |
int | getSx () const |
virtual void | setIx (int AIx) |
virtual CVertex | computeCurrentVertex () const =0 |
Protected Attributes | |
int | FSz |
int | FIz |
TCoordinate | FKz0 |
TCoordinate | FKz1 |
Protected Attributes inherited from CMesh2Diver | |
int | FSy |
int | FIy |
TCoordinate | FKy0 |
TCoordinate | FKy1 |
Protected Attributes inherited from CMesh1Diver | |
int | FSx |
int | FIx |
TCoordinate | FKx0 |
TCoordinate | FKx1 |
Definition at line 132 of file mesh-diver.hh.
INLINE CMesh3Diver::CMesh3Diver | ( | int | ASx, |
int | ASy, | ||
int | ASz | ||
) |
Constructeur
ASx | Le nombre de subdivisions du maillage selon la 1ère dimension |
ASy | Le nombre de subdivisions du maillage selon la 2ème dimension |
ASz | Le nombre de subdivisions du maillage selon la 3ème dimension |
Definition at line 147 of file mesh-diver.icc.
|
virtual |
Destructeur.
Definition at line 62 of file mesh-diver.icc.
INLINE int CMesh3Diver::getSz | ( | ) | const |
Definition at line 157 of file mesh-diver.icc.
|
virtual |
La | position courante sur le maillage selon la 3ème dimension. 0 <= AIz <= getSz() |
Definition at line 163 of file mesh-diver.icc.
|
protected |
Definition at line 136 of file mesh-diver.hh.
|
protected |
Definition at line 136 of file mesh-diver.hh.
|
protected |
Definition at line 136 of file mesh-diver.hh.
|
protected |
Definition at line 135 of file mesh-diver.hh.