#include <inter-smooth-diver.hh>
Inherited by CMesh2LinearDiver.
Public Member Functions | |
CMesh2InterpolationDiver (int ASx, int ASy, const CVertex **ABottomEdge, const CVertex **ATopEdge, const CVertex **ALeftEdge, const CVertex **ARightEdge) | |
virtual | ~CMesh2InterpolationDiver () |
Protected Attributes | |
const CVertex ** | FBottomEdge |
const CVertex ** | FTopEdge |
const CVertex ** | FLeftEdge |
const CVertex ** | FRightEdge |
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
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) |
Definition at line 44 of file inter-smooth-diver.icc.
INLINE CMesh2InterpolationDiver::~CMesh2InterpolationDiver | ( | ) | [virtual] |
const CVertex** CMesh2InterpolationDiver::FBottomEdge [protected] |
Definition at line 74 of file inter-smooth-diver.hh.
const CVertex** CMesh2InterpolationDiver::FLeftEdge [protected] |
Definition at line 76 of file inter-smooth-diver.hh.
const CVertex** CMesh2InterpolationDiver::FRightEdge [protected] |
Definition at line 77 of file inter-smooth-diver.hh.
const CVertex** CMesh2InterpolationDiver::FTopEdge [protected] |
Definition at line 75 of file inter-smooth-diver.hh.