#include <ps_float.h>
Public Member Functions | |
| CCtrlPoint (float date, float value) | |
| CCtrlPoint () | |
| void | serial (NLMISC::IStream &f) throw (NLMISC::EStream) |
Data Fields | |
| float | Date |
| float | Value |
|
|
Definition at line 112 of file ps_float.h.
00112 {}
|
|
||||||||||||
|
Definition at line 113 of file ps_float.h. References nlassert, and value.
|
|
|
Definition at line 116 of file ps_float.h.
00117 {
00118 f.serial(Date, Value);
00119 }
|
|
|
Definition at line 114 of file ps_float.h. Referenced by NL3D::operator<(), and NL3D::CPSFloatCurveFunctor::setCtrlPoint(). |
|
|
Definition at line 115 of file ps_float.h. |
1.3.6