![]() |
NEURON
|
#include <nrnreport.hpp>
Public Attributes | |
std::string | name |
std::string | output_path |
std::string | target_name |
std::vector< std::string > | mech_names |
std::vector< std::string > | var_names |
std::vector< int > | mech_ids |
std::string | unit |
std::string | format |
ReportType | type |
SectionType | sections |
Compartments | compartments |
double | report_dt |
double | start |
double | stop |
int | num_gids |
int | buffer_size |
std::vector< int > | target |
std::vector< int > | point_section_ids |
std::vector< int > | point_compartment_ids |
Scaling | scaling |
Definition at line 221 of file nrnreport.hpp.
int coreneuron::ReportConfiguration::buffer_size |
Definition at line 237 of file nrnreport.hpp.
Compartments coreneuron::ReportConfiguration::compartments |
Definition at line 232 of file nrnreport.hpp.
std::string coreneuron::ReportConfiguration::format |
Definition at line 229 of file nrnreport.hpp.
std::vector<int> coreneuron::ReportConfiguration::mech_ids |
Definition at line 227 of file nrnreport.hpp.
std::vector<std::string> coreneuron::ReportConfiguration::mech_names |
Definition at line 225 of file nrnreport.hpp.
std::string coreneuron::ReportConfiguration::name |
Definition at line 222 of file nrnreport.hpp.
int coreneuron::ReportConfiguration::num_gids |
Definition at line 236 of file nrnreport.hpp.
std::string coreneuron::ReportConfiguration::output_path |
Definition at line 223 of file nrnreport.hpp.
std::vector<int> coreneuron::ReportConfiguration::point_compartment_ids |
Definition at line 241 of file nrnreport.hpp.
std::vector<int> coreneuron::ReportConfiguration::point_section_ids |
Definition at line 239 of file nrnreport.hpp.
double coreneuron::ReportConfiguration::report_dt |
Definition at line 233 of file nrnreport.hpp.
Scaling coreneuron::ReportConfiguration::scaling |
Definition at line 243 of file nrnreport.hpp.
SectionType coreneuron::ReportConfiguration::sections |
Definition at line 231 of file nrnreport.hpp.
double coreneuron::ReportConfiguration::start |
Definition at line 234 of file nrnreport.hpp.
double coreneuron::ReportConfiguration::stop |
Definition at line 235 of file nrnreport.hpp.
std::vector<int> coreneuron::ReportConfiguration::target |
Definition at line 238 of file nrnreport.hpp.
std::string coreneuron::ReportConfiguration::target_name |
Definition at line 224 of file nrnreport.hpp.
ReportType coreneuron::ReportConfiguration::type |
Definition at line 230 of file nrnreport.hpp.
std::string coreneuron::ReportConfiguration::unit |
Definition at line 228 of file nrnreport.hpp.
std::vector<std::string> coreneuron::ReportConfiguration::var_names |
Definition at line 226 of file nrnreport.hpp.