#include <inter-smooth-diver.hh>
Definition at line 71 of file inter-smooth-diver.hh.
INLINE CMesh2InterpolationDiver::CMesh2InterpolationDiver |
( |
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 44 of file inter-smooth-diver.icc.
INLINE CMesh2InterpolationDiver::~CMesh2InterpolationDiver |
( |
| ) |
|
|
virtual |
const CVertex** CMesh2InterpolationDiver::FBottomEdge |
|
protected |
const CVertex** CMesh2InterpolationDiver::FLeftEdge |
|
protected |
const CVertex** CMesh2InterpolationDiver::FRightEdge |
|
protected |
const CVertex** CMesh2InterpolationDiver::FTopEdge |
|
protected |
The documentation for this class was generated from the following files: