AnimatLab  2
Test
AnimatSim::Charting Namespace Reference

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...
 

Detailed Description

Namespace for objects related to collecting the data for charts.

Function Documentation

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.

Author
dcofer
Date
3/18/2011
Parameters
[in,out]lpColumn1Pointer to the first data column to test.
[in,out]lpColumn2Pointer to the second data column to test.
Returns
true if index of column1 is less than column2.

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: