Inheritance diagram for CDataMapTable:

Public Member Functions | |
| CDataMapTable (void) | |
| int | Read (SStream *stream, Tag tag) |
| float | Lookup (float x) |
| float | LookupFmt1 (float x) |
| float | LookupFmt3 (float x) |
Protected Attributes | |
| ETableFormat | format |
| vector< SFmt1Entry > | fmt1 |
| vector< CFmt3Entry > | fmt3 |
Definition at line 224 of file BaseObjects.cpp.
|
|
Definition at line 245 of file BaseObjects.cpp. References format, and TABLE_FORMAT_UNKNOWN. |
|
|
Implements CDataLookup. Definition at line 427 of file BaseObjects.cpp. References format, gtfo, LookupFmt1(), LookupFmt3(), TABLE_FORMAT_1, and TABLE_FORMAT_3. |
|
|
Definition at line 325 of file BaseObjects.cpp. References fmt1, SFmt1Entry::x, and SFmt1Entry::y. Referenced by Lookup(). |
|
|
Definition at line 372 of file BaseObjects.cpp. References fmt3, CDataMapPolynomial::Interpolate(), CDataMapPolynomial::Lookup(), CFmt3Entry::poly, and CFmt3Entry::x. Referenced by Lookup(). |
|
||||||||||||
|
Reimplemented from CStreamObject. Definition at line 250 of file BaseObjects.cpp. References fmt1, fmt3, format, globals, SGlobals::logWarning, CFmt3Entry::poly, ReadString(), CDataMapPolynomial::SetCoefficient(), TABLE_FORMAT_1, TABLE_FORMAT_3, TAG_IGNORED, TAG_READ, TagToString(), CLogFile::Write(), CFmt3Entry::x, SFmt1Entry::x, and SFmt1Entry::y. |
|
|
Definition at line 241 of file BaseObjects.cpp. Referenced by LookupFmt1(), and Read(). |
|
|
Definition at line 242 of file BaseObjects.cpp. Referenced by LookupFmt3(), and Read(). |
|
|
Definition at line 240 of file BaseObjects.cpp. Referenced by CDataMapTable(), Lookup(), and Read(). |
|
|
Documentation generated by
|