![]() |
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 238 of file nrnreport.hpp.
| int coreneuron::ReportConfiguration::buffer_size |
Definition at line 254 of file nrnreport.hpp.
| Compartments coreneuron::ReportConfiguration::compartments |
Definition at line 249 of file nrnreport.hpp.
| std::string coreneuron::ReportConfiguration::format |
Definition at line 246 of file nrnreport.hpp.
| std::vector<int> coreneuron::ReportConfiguration::mech_ids |
Definition at line 244 of file nrnreport.hpp.
| std::vector<std::string> coreneuron::ReportConfiguration::mech_names |
Definition at line 242 of file nrnreport.hpp.
| std::string coreneuron::ReportConfiguration::name |
Definition at line 239 of file nrnreport.hpp.
| int coreneuron::ReportConfiguration::num_gids |
Definition at line 253 of file nrnreport.hpp.
| std::string coreneuron::ReportConfiguration::output_path |
Definition at line 240 of file nrnreport.hpp.
| std::vector<int> coreneuron::ReportConfiguration::point_compartment_ids |
Definition at line 258 of file nrnreport.hpp.
| std::vector<int> coreneuron::ReportConfiguration::point_section_ids |
Definition at line 256 of file nrnreport.hpp.
| double coreneuron::ReportConfiguration::report_dt |
Definition at line 250 of file nrnreport.hpp.
| Scaling coreneuron::ReportConfiguration::scaling |
Definition at line 260 of file nrnreport.hpp.
| SectionType coreneuron::ReportConfiguration::sections |
Definition at line 248 of file nrnreport.hpp.
| double coreneuron::ReportConfiguration::start |
Definition at line 251 of file nrnreport.hpp.
| double coreneuron::ReportConfiguration::stop |
Definition at line 252 of file nrnreport.hpp.
| std::vector<int> coreneuron::ReportConfiguration::target |
Definition at line 255 of file nrnreport.hpp.
| std::string coreneuron::ReportConfiguration::target_name |
Definition at line 241 of file nrnreport.hpp.
| ReportType coreneuron::ReportConfiguration::type |
Definition at line 247 of file nrnreport.hpp.
| std::string coreneuron::ReportConfiguration::unit |
Definition at line 245 of file nrnreport.hpp.
| std::vector<std::string> coreneuron::ReportConfiguration::var_names |
Definition at line 243 of file nrnreport.hpp.