namespace_Plot2D::_listItem Struct Reference


Detailed Description

struct specific for ReadFromFile and related functions (a simple linked list)

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 _listItemnext
 The pointer to the next item in the list.

Field Documentation

bool namespace_Plot2D::_listItem::isReal

A boolean to indicate if real data or complex data is attached to this item.

Definition at line 60 of file Plot2D.cpp.

double* namespace_Plot2D::_listItem::rowptr

The pointer to real data.

Definition at line 61 of file Plot2D.cpp.

struct _listItem* namespace_Plot2D::_listItem::next [read]

The pointer to the next item in the list.

Definition at line 62 of file Plot2D.cpp.


The documentation for this struct was generated from the following file: