#include <inter-smooth-diver.hh>
Public Member Functions | |
CMesh1SmoothingDiver (int ASx, const CTransformationMatrix &AMethod, const CVertex *AControlPoints) | |
virtual | ~CMesh1SmoothingDiver () |
virtual void | setIx (int AIx) |
virtual CVertex | computeCurrentVertex () const |
Protected Attributes | |
CVector | FTX |
CVector | FControl [3] |
Definition at line 404 of file inter-smooth-diver.hh.
INLINE CMesh1SmoothingDiver::CMesh1SmoothingDiver | ( | int | ASx, | |
const CTransformationMatrix & | AMethod, | |||
const CVertex * | AControlPoints | |||
) |
Constructeur
ASx | Le nombre d'arêtes du maillage 1d | |
AMethod | Une matrice 4*4 (HERMITE, BEZIER, ...) | |
AControlPoints | Un tableau de 4 points de contrôle |
Definition at line 265 of file inter-smooth-diver.icc.
INLINE CMesh1SmoothingDiver::~CMesh1SmoothingDiver | ( | ) | [virtual] |
INLINE CVertex CMesh1SmoothingDiver::computeCurrentVertex | ( | ) | const [virtual] |
Calcule le plongement du sommet courant du maillage. Le sommet courant est positionné à l'aide de la méthode 'setIx'.
Definition at line 563 of file inter-smooth-diver.icc.
INLINE void CMesh1SmoothingDiver::setIx | ( | int | AIx | ) | [virtual] |
La | position courante sur le maillage selon la 1ère dimension. 0 <= AIx <= getSx() |
Definition at line 549 of file inter-smooth-diver.icc.
CVector CMesh1SmoothingDiver::FControl[3] [protected] |
Definition at line 408 of file inter-smooth-diver.hh.
CVector CMesh1SmoothingDiver::FTX [protected] |
Definition at line 407 of file inter-smooth-diver.hh.