NEURON
NoIVGraphVector Class Reference
Inheritance diagram for NoIVGraphVector:
RangeVarPlot

Public Member Functions

 NoIVGraphVector (const char *)
 
virtual ~NoIVGraphVector ()
 
void begin ()
 
void add (float, double *)
 
int count ()
 

Public Attributes

CopyString name_
 
int count_
 
int size_
 
double ** py_
 
float * x_
 

Detailed Description

Definition at line 56 of file spaceplt.cpp.

Constructor & Destructor Documentation

◆ NoIVGraphVector()

NoIVGraphVector::NoIVGraphVector ( const char *  name)

Definition at line 68 of file spaceplt.cpp.

◆ ~NoIVGraphVector()

NoIVGraphVector::~NoIVGraphVector ( )
virtual

Definition at line 75 of file spaceplt.cpp.

Member Function Documentation

◆ add()

void NoIVGraphVector::add ( float  x,
double *  y 
)

Definition at line 92 of file spaceplt.cpp.

◆ begin()

void NoIVGraphVector::begin ( )

Definition at line 84 of file spaceplt.cpp.

◆ count()

int NoIVGraphVector::count ( )

Definition at line 81 of file spaceplt.cpp.

Member Data Documentation

◆ count_

int NoIVGraphVector::count_

Definition at line 64 of file spaceplt.cpp.

◆ name_

CopyString NoIVGraphVector::name_

Definition at line 63 of file spaceplt.cpp.

◆ py_

double** NoIVGraphVector::py_

Definition at line 65 of file spaceplt.cpp.

◆ size_

int NoIVGraphVector::size_

Definition at line 64 of file spaceplt.cpp.

◆ x_

float* NoIVGraphVector::x_

Definition at line 66 of file spaceplt.cpp.


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