CMesh2InterpolationDiver Class Reference

#include <inter-smooth-diver.hh>

Inherited by CMesh2LinearDiver.

List of all members.

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


Detailed Description

Definition at line 71 of file inter-smooth-diver.hh.


Constructor & Destructor Documentation

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]

Destructeur.

Definition at line 77 of file inter-smooth-diver.icc.


Member Data Documentation

Definition at line 74 of file inter-smooth-diver.hh.

Definition at line 76 of file inter-smooth-diver.hh.

Definition at line 77 of file inter-smooth-diver.hh.

Definition at line 75 of file inter-smooth-diver.hh.


The documentation for this class was generated from the following files:

Generated on Tue Jul 7 15:20:59 2009 for Moka libraries by  doxygen 1.5.8