NEST  2.6.0,not_revisioned_source_dir@0
Public Attributes | List of all members
nest::Multimeter::State_ Struct Reference

Public Attributes

std::vector< std::vector
< double_t > > 
data_
 Recorded data. More...
 

Member Data Documentation

std::vector<std::vector<double_t> > nest::Multimeter::State_::data_

Recorded data.

First dimension: time Second dimension: recorded variables

Note
In normal mode, data is stored as follows: For each recorded node, all data points for one time slice are put after one another in the first dimension. Each entry is a vector containing one element per recorded quantity. In accumulating mode, only one data point is stored per time step and values are added across nodes.Recorded data

Referenced by nest::Multimeter::add_data_(), nest::Multimeter::handle(), and nest::Multimeter::init_state_().


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