#include <inter-smooth-diver.hh>
|
|
| CMesh2LinearDiver (int ASx, int ASy, const CVertex **ABottomEdge, const CVertex **ATopEdge, const CVertex **ALeftEdge, const CVertex **ARightEdge) |
|
virtual | ~CMesh2LinearDiver () |
| Destructeur.
|
|
|
virtual void | setIx (int AIx) |
|
virtual void | setIy (int AIy) |
|
|
virtual CVertex | computeCurrentVertex () const |
| Calcule le plongement du sommet courant du maillage.
|
|
| CMesh2InterpolationDiver (int ASx, int ASy, const CVertex **ABottomEdge, const CVertex **ATopEdge, const CVertex **ALeftEdge, const CVertex **ARightEdge) |
|
virtual | ~CMesh2InterpolationDiver () |
| Destructeur.
|
|
Definition at line 225 of file inter-smooth-diver.hh.
INLINE CMesh2LinearDiver::CMesh2LinearDiver |
( |
int |
ASx, |
|
|
int |
ASy, |
|
|
const CVertex ** |
ABottomEdge, |
|
|
const CVertex ** |
ATopEdge, |
|
|
const CVertex ** |
ALeftEdge, |
|
|
const CVertex ** |
ARightEdge |
|
) |
| |
Constructeur
- Parameters
-
ASx | Le nombre de subdivisions du maillage selon la 1ère dimension |
ASy | Le nombre de subdivisions du maillage selon la 2ème dimension |
ABottomEdge | Un tableau de ASx+1 pointeurs sur sommets correspondant aux sommets de l'arête du bas (y<0) |
ATopEdge | Un tableau de ASx+1 pointeurs sur sommets correspondant aux sommets de l'arête du haut (y>0) |
ALeftEdge | Un tableau de ASy+1 pointeurs sur sommets correspondant aux sommets de l'arête de gauche (x<0) |
ARightEdge | Un tableau de ASy+1 pointeurs sur sommets correspondant aux sommets de l'arête de droite (x>0) |
ASx>0 ASy>0 ABottomEdge[ 0 ] == ALeftEdge [ 0 ]; ABottomEdge[ASx] == ARightEdge[ 0 ]; ATopEdge [ 0 ] == ALeftEdge [ASy]; ATopEdge [ASx] == ARightEdge[ASy];
Definition at line 216 of file inter-smooth-diver.icc.
INLINE CMesh2LinearDiver::~CMesh2LinearDiver |
( |
| ) |
|
|
virtual |
INLINE CVertex CMesh2LinearDiver::computeCurrentVertex |
( |
| ) |
const |
|
virtual |
INLINE void CMesh2LinearDiver::setIx |
( |
int |
AIx | ) |
|
|
virtual |
- Parameters
-
La | position courante sur le maillage selon la 1ère dimension. 0 <= AIz <= getSz() |
Definition at line 355 of file inter-smooth-diver.icc.
INLINE void CMesh2LinearDiver::setIy |
( |
int |
AIy | ) |
|
|
virtual |
- Parameters
-
La | position courante sur le maillage selon la 2ème dimension. 0 <= AIy <= getSy() |
Definition at line 364 of file inter-smooth-diver.icc.
The documentation for this class was generated from the following files: