#include <track_sampled_common.h>
Public Member Functions | |
| bool | operator<= (const CTimeBlock &tb) const |
| void | serial (NLMISC::IStream &f) |
Data Fields | |
| uint32 | KeyOffset |
| uint16 | TimeOffset |
| NLMISC::CObjectVector< uint8, false > | Times |
|
|
Definition at line 89 of file track_sampled_common.h. References TimeOffset.
00090 {
00091 return TimeOffset <= tb.TimeOffset;
00092 }
|
|
|
Definition at line 80 of file track_sampled_common.cpp. References KeyOffset, NLMISC::IStream::serial(), NLMISC::IStream::serialVersion(), TimeOffset, and Times.
00081 {
00082 (void)f.serialVersion(0);
00083
00084 f.serial(TimeOffset);
00085 f.serial(KeyOffset);
00086 f.serial(Times);
00087 }
|
|
|
Definition at line 83 of file track_sampled_common.h. Referenced by NL3D::CTrackSampledCommon::buildCommon(), NL3D::CTrackSampledCommon::evalTime(), and serial(). |
|
|
Definition at line 81 of file track_sampled_common.h. Referenced by NL3D::CTrackSampledCommon::buildCommon(), NL3D::CTrackSampledCommon::evalTime(), operator<=(), and serial(). |
|
|
Definition at line 86 of file track_sampled_common.h. Referenced by NL3D::CTrackSampledCommon::buildCommon(), NL3D::CTrackSampledCommon::evalTime(), and serial(). |
1.3.6