Moka kernel
|
#include <mesh-diver.hh>
Public Member Functions | |
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 | FSy |
int | FIy |
TCoordinate | FKy0 |
TCoordinate | FKy1 |
Protected Attributes inherited from CMesh1Diver | |
int | FSx |
int | FIx |
TCoordinate | FKx0 |
TCoordinate | FKx1 |
Definition at line 95 of file mesh-diver.hh.
INLINE CMesh2Diver::CMesh2Diver | ( | int | ASx, |
int | ASy | ||
) |
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 |
Definition at line 137 of file mesh-diver.icc.
|
virtual |
Destructeur.
Definition at line 42 of file mesh-diver.icc.
INLINE int CMesh2Diver::getSy | ( | ) | const |
Definition at line 131 of file mesh-diver.icc.
|
virtual |
La | position courante sur le maillage selon la 2ème dimension. 0 <= AIy <= getSy() |
Definition at line 53 of file mesh-diver.icc.
|
protected |
Definition at line 99 of file mesh-diver.hh.
|
protected |
Definition at line 99 of file mesh-diver.hh.
|
protected |
Definition at line 99 of file mesh-diver.hh.
|
protected |
Definition at line 98 of file mesh-diver.hh.