NPlot::AdapterUtils::DataGetter_DataView Class Reference

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

Inheritance diagram for NPlot::AdapterUtils::DataGetter_DataView:

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

Public Member Functions

 DataGetter_DataView (DataView data, string columnName)
 Constructor.
double Get (int i)
 Gets the ith data value.

Private Attributes

DataView data_
string columnName_

Detailed Description

Provides data in a DataView via the IDataGetter interface.

Definition at line 649 of file AdapterUtils.cs.


Constructor & Destructor Documentation

NPlot::AdapterUtils::DataGetter_DataView::DataGetter_DataView DataView  data,
string  columnName
[inline]
 

Constructor.

Parameters:
data DataView to get data from.
columnName Get data in this column

Definition at line 659 of file AdapterUtils.cs.


Member Function Documentation

double NPlot::AdapterUtils::DataGetter_DataView::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 670 of file AdapterUtils.cs.


Member Data Documentation

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

Definition at line 652 of file AdapterUtils.cs.

DataView NPlot::AdapterUtils::DataGetter_DataView::data_ [private]
 

Definition at line 651 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