|
AnimatLab
2
Test
|
Namespace for objects related to collecting the data for charts. More...
Classes | |
| class | ArrayChart |
| Array chart. More... | |
| class | DataChart |
| Data chart base class. More... | |
| class | DataChartMgr |
| Manager for data charts. More... | |
| class | DataColumn |
| Data column class. More... | |
| class | FileChart |
| File chart. More... | |
| class | MemoryChart |
| Saves the data in memory. More... | |
Functions | |
| bool | LessThanDataColumnCompare (DataColumn *lpColumn1, DataColumn *lpColumn2) |
| Compares two DataColumn items to find the one that is less than the other. More... | |
Namespace for objects related to collecting the data for charts.
| bool AnimatSim::Charting::LessThanDataColumnCompare | ( | DataColumn * | lpColumn1, |
| DataColumn * | lpColumn2 | ||
| ) |
Compares two DataColumn items to find the one that is less than the other.
This is used to sort DataColumns based on their index values.
| [in,out] | lpColumn1 | Pointer to the first data column to test. |
| [in,out] | lpColumn2 | Pointer to the second data column to test. |
Definition at line 389 of file DataColumn.cpp.
Referenced by AnimatSim::Charting::DataChart::Initialize(), and AnimatSim::Charting::DataChart::ReInitialize().
Here is the caller graph for this function: