Changeset 2808 in Sophya for trunk/SophyaLib/NTools/cspline.h


Ignore:
Timestamp:
Jun 14, 2005, 1:25:05 PM (20 years ago)
Author:
ansari
Message:

MAJ documentation - Reza 14/6/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/cspline.h

    r896 r2808  
    3131  void SetBound1er(double yp1 = 0.,double yp2 = 0.);
    3232
     33//!  Pour changer le type de contraintes sur les derivees 2sd
    3334  inline void SetNaturalCSpline(int type = NaturalAll)
    3435                 { Natural = type;}
    3536
     37//!  Pour liberer la place tampon qui ne sert que dans ComputeCSpline() et pas dans CSplineInt
    3638  inline void Free_Tmp()
    3739                { if(tmp != NULL) delete [] tmp; tmp=NULL;}
     
    8890                ,bool order=true,bool force=false);
    8991
     92//!  Pour changer le type de contraintes sur les derivees 2sd
    9093  inline void SetNaturalCSpline(int type = CSpline::NaturalAll)
    9194                 { Natural = type;}
Note: See TracChangeset for help on using the changeset viewer.