Definition at line 58 of file Plot2D.cpp.
Data Fields | |
bool | isReal |
A boolean to indicate if real data or complex data is attached to this item. | |
double * | rowptr |
The pointer to real data. | |
struct _listItem * | next |
The pointer to the next item in the list. |
A boolean to indicate if real data or complex data is attached to this item.
Definition at line 60 of file Plot2D.cpp.
struct _listItem* namespace_Plot2D::_listItem::next [read] |