Qucs-GUI  0.0.19
Public Member Functions | Data Fields | Private Attributes
DataX Struct Reference

#include <graph.h>

Public Member Functions

 DataX (const QString &Var_, double *Points_=0, int count_=0)
 ~DataX ()
const double & min () const
const double & max () const
const double & min (const double &x)
const double & max (const double &x)

Data Fields

QString Var
double * Points
int count

Private Attributes

double Min
double Max

Detailed Description

Definition at line 58 of file graph.h.


Constructor & Destructor Documentation

DataX::DataX ( const QString &  Var_,
double *  Points_ = 0,
int  count_ = 0 
) [inline]

Definition at line 59 of file graph.h.

DataX::~DataX ( ) [inline]

Definition at line 61 of file graph.h.


Member Function Documentation

const double& DataX::max ( ) const [inline]

Definition at line 68 of file graph.h.

const double& DataX::max ( const double &  x) [inline]

Definition at line 71 of file graph.h.

const double& DataX::min ( ) const [inline]

Definition at line 67 of file graph.h.

Here is the caller graph for this function:

const double& DataX::min ( const double &  x) [inline]

Definition at line 70 of file graph.h.


Field Documentation

Definition at line 64 of file graph.h.

double DataX::Max [private]

Definition at line 74 of file graph.h.

double DataX::Min [private]

Definition at line 73 of file graph.h.

double* DataX::Points

Definition at line 63 of file graph.h.

QString DataX::Var

Definition at line 61 of file graph.h.


The documentation for this struct was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines