Moka libraries
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CMesh2InterpolationDiver Class Reference

#include <inter-smooth-diver.hh>

Inheritance diagram for CMesh2InterpolationDiver:
CMesh2LinearDiver

Public Member Functions

 CMesh2InterpolationDiver (int ASx, int ASy, const CVertex **ABottomEdge, const CVertex **ATopEdge, const CVertex **ALeftEdge, const CVertex **ARightEdge)
 
virtual ~CMesh2InterpolationDiver ()
 Destructeur.
 

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
ASxLe nombre de subdivisions du maillage selon la 1ère dimension
ASyLe nombre de subdivisions du maillage selon la 2ème dimension
ABottomEdgeUn tableau de ASx+1 pointeurs sur sommets correspondant aux sommets de l'arête du bas (y<0)
ATopEdgeUn tableau de ASx+1 pointeurs sur sommets correspondant aux sommets de l'arête du haut (y>0)
ALeftEdgeUn tableau de ASy+1 pointeurs sur sommets correspondant aux sommets de l'arête de gauche (x<0)
ARightEdgeUn 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

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.


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