From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03590.html | 194 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 194 insertions(+) create mode 100644 docs/doxygen/nel/a03590.html (limited to 'docs/doxygen/nel/a03590.html') diff --git a/docs/doxygen/nel/a03590.html b/docs/doxygen/nel/a03590.html new file mode 100644 index 00000000..76b5b9c1 --- /dev/null +++ b/docs/doxygen/nel/a03590.html @@ -0,0 +1,194 @@ + + +NeL: NL3D::CTrackSampledCommon::CTimeBlock class Reference + + + +
+

NL3D::CTrackSampledCommon::CTimeBlock Class Reference

#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
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool NL3D::CTrackSampledCommon::CTimeBlock::operator<= const CTimeBlock tb  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 89 of file track_sampled_common.h. +

+References TimeOffset. +

+

00090                 {
+00091                         return TimeOffset <= tb.TimeOffset;
+00092                 }
+
+

+ + + + +
+ + + + + + + + + + +
void NL3D::CTrackSampledCommon::CTimeBlock::serial NLMISC::IStream f  ) 
+
+ + + + + +
+   + + +

+ +

+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 }
+
+


Field Documentation

+

+ + + + +
+ + +
uint32 NL3D::CTrackSampledCommon::CTimeBlock::KeyOffset +
+
+ + + + + +
+   + + +

+ +

+Definition at line 83 of file track_sampled_common.h. +

+Referenced by NL3D::CTrackSampledCommon::buildCommon(), NL3D::CTrackSampledCommon::evalTime(), and serial().

+

+ + + + +
+ + +
uint16 NL3D::CTrackSampledCommon::CTimeBlock::TimeOffset +
+
+ + + + + +
+   + + +

+ +

+Definition at line 81 of file track_sampled_common.h. +

+Referenced by NL3D::CTrackSampledCommon::buildCommon(), NL3D::CTrackSampledCommon::evalTime(), operator<=(), and serial().

+

+ + + + +
+ + +
NLMISC::CObjectVector<uint8, false> NL3D::CTrackSampledCommon::CTimeBlock::Times +
+
+ + + + + +
+   + + +

+ +

+Definition at line 86 of file track_sampled_common.h. +

+Referenced by NL3D::CTrackSampledCommon::buildCommon(), NL3D::CTrackSampledCommon::evalTime(), and serial().

+


The documentation for this class was generated from the following files: +
Generated on Tue Mar 16 08:13:40 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1