NPlot::AdapterUtils::DataGetter_Rows Class Reference

Provides data in a DataRowCollection via the IDataGetter interface. More...

Inheritance diagram for NPlot::AdapterUtils::DataGetter_Rows:

NPlot::AdapterUtils::IDataGetter List of all members.

Public Member Functions

 DataGetter_Rows (DataRowCollection rows, string columnName)
 Constructor.
double Get (int i)
 Gets the ith data value.

Private Attributes

DataRowCollection rows_
string columnName_

Detailed Description

Provides data in a DataRowCollection via the IDataGetter interface.

Definition at line 619 of file AdapterUtils.cs.


Constructor & Destructor Documentation

NPlot::AdapterUtils::DataGetter_Rows::DataGetter_Rows DataRowCollection  rows,
string  columnName
[inline]
 

Constructor.

Parameters:
rows DataRowCollection to get data from
columnName Get data in this column

Definition at line 629 of file AdapterUtils.cs.


Member Function Documentation

double NPlot::AdapterUtils::DataGetter_Rows::Get int  i  )  [inline]
 

Gets the ith data value.

Parameters:
i sequence number of data to get.
Returns:
ith data value.

Implements NPlot::AdapterUtils::IDataGetter.

Definition at line 640 of file AdapterUtils.cs.


Member Data Documentation

string NPlot::AdapterUtils::DataGetter_Rows::columnName_ [private]
 

Definition at line 622 of file AdapterUtils.cs.

DataRowCollection NPlot::AdapterUtils::DataGetter_Rows::rows_ [private]
 

Definition at line 621 of file AdapterUtils.cs.


The documentation for this class was generated from the following file:
Generated on Sat Nov 5 01:04:07 2005 for NPlot by  doxygen 1.4.5