NEURON
NoIVGraphVector Struct Reference
Inheritance diagram for NoIVGraphVector:
RangeVarPlot

Public Member Functions

 NoIVGraphVector (const char *)
 
virtual ~NoIVGraphVector ()
 
void begin ()
 
void add (float, neuron::container::data_handle< double >)
 
int count ()
 

Public Attributes

std::vector< float > x_ {}
 
std::vector< neuron::container::data_handle< double > > py_ {}
 

Detailed Description

Definition at line 52 of file spaceplt.cpp.

Constructor & Destructor Documentation

◆ NoIVGraphVector()

NoIVGraphVector::NoIVGraphVector ( const char *  )
inline

Definition at line 53 of file spaceplt.cpp.

◆ ~NoIVGraphVector()

virtual NoIVGraphVector::~NoIVGraphVector ( )
inlinevirtual

Definition at line 54 of file spaceplt.cpp.

Member Function Documentation

◆ add()

void NoIVGraphVector::add ( float  x,
neuron::container::data_handle< double >  y 
)

Definition at line 72 of file spaceplt.cpp.

◆ begin()

void NoIVGraphVector::begin ( )

Definition at line 66 of file spaceplt.cpp.

◆ count()

int NoIVGraphVector::count ( )

Definition at line 61 of file spaceplt.cpp.

Member Data Documentation

◆ py_

std::vector<neuron::container::data_handle<double> > NoIVGraphVector::py_ {}

Definition at line 59 of file spaceplt.cpp.

◆ x_

std::vector<float> NoIVGraphVector::x_ {}

Definition at line 58 of file spaceplt.cpp.


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