Changeset 2808 in Sophya for trunk/SophyaLib/NTools/cspline.h
- Timestamp:
- Jun 14, 2005, 1:25:05 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/cspline.h
r896 r2808 31 31 void SetBound1er(double yp1 = 0.,double yp2 = 0.); 32 32 33 //! Pour changer le type de contraintes sur les derivees 2sd 33 34 inline void SetNaturalCSpline(int type = NaturalAll) 34 35 { Natural = type;} 35 36 37 //! Pour liberer la place tampon qui ne sert que dans ComputeCSpline() et pas dans CSplineInt 36 38 inline void Free_Tmp() 37 39 { if(tmp != NULL) delete [] tmp; tmp=NULL;} … … 88 90 ,bool order=true,bool force=false); 89 91 92 //! Pour changer le type de contraintes sur les derivees 2sd 90 93 inline void SetNaturalCSpline(int type = CSpline::NaturalAll) 91 94 { Natural = type;}
Note:
See TracChangeset
for help on using the changeset viewer.