#include <inter-smooth-diver.hh>
Inherits CMesh1InterpolationDiver.
Public Member Functions | |
CMesh1LinearDiver (int ASx, const CVertex &AVertex0, const CVertex &AVertex1) | |
virtual | ~CMesh1LinearDiver () |
virtual CVertex | computeCurrentVertex () const |
Definition at line 195 of file inter-smooth-diver.hh.
INLINE CMesh1LinearDiver::CMesh1LinearDiver | ( | int | ASx, | |
const CVertex & | AVertex0, | |||
const CVertex & | AVertex1 | |||
) |
Constructeur
ASx | Le nombre d'arĂȘtes du maillage 1d | |
AVertex0 | Le premier sommet du maillage | |
AVertex1 | Le dernier sommet du maillage |
Definition at line 204 of file inter-smooth-diver.icc.
INLINE CMesh1LinearDiver::~CMesh1LinearDiver | ( | ) | [virtual] |
INLINE CVertex CMesh1LinearDiver::computeCurrentVertex | ( | ) | const [virtual] |
Calcule le plongement du sommet courant du maillage.
Definition at line 344 of file inter-smooth-diver.icc.