CoreNEURON
|
Definition at line 85 of file nrnreport.hpp.
#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 |
std::string | type_str |
TargetType | target_type |
ReportType | type |
SectionType | section_type |
bool | section_all_compartments |
double | report_dt |
double | start |
double | stop |
int | num_gids |
int | buffer_size |
std::vector< int > | target |
int coreneuron::ReportConfiguration::buffer_size |
Definition at line 103 of file nrnreport.hpp.
std::string coreneuron::ReportConfiguration::format |
Definition at line 93 of file nrnreport.hpp.
std::vector<int> coreneuron::ReportConfiguration::mech_ids |
Definition at line 91 of file nrnreport.hpp.
std::vector<std::string> coreneuron::ReportConfiguration::mech_names |
Definition at line 89 of file nrnreport.hpp.
std::string coreneuron::ReportConfiguration::name |
Definition at line 86 of file nrnreport.hpp.
int coreneuron::ReportConfiguration::num_gids |
Definition at line 102 of file nrnreport.hpp.
std::string coreneuron::ReportConfiguration::output_path |
Definition at line 87 of file nrnreport.hpp.
double coreneuron::ReportConfiguration::report_dt |
Definition at line 99 of file nrnreport.hpp.
bool coreneuron::ReportConfiguration::section_all_compartments |
Definition at line 98 of file nrnreport.hpp.
SectionType coreneuron::ReportConfiguration::section_type |
Definition at line 97 of file nrnreport.hpp.
double coreneuron::ReportConfiguration::start |
Definition at line 100 of file nrnreport.hpp.
double coreneuron::ReportConfiguration::stop |
Definition at line 101 of file nrnreport.hpp.
std::vector<int> coreneuron::ReportConfiguration::target |
Definition at line 104 of file nrnreport.hpp.
std::string coreneuron::ReportConfiguration::target_name |
Definition at line 88 of file nrnreport.hpp.
TargetType coreneuron::ReportConfiguration::target_type |
Definition at line 95 of file nrnreport.hpp.
ReportType coreneuron::ReportConfiguration::type |
Definition at line 96 of file nrnreport.hpp.
std::string coreneuron::ReportConfiguration::type_str |
Definition at line 94 of file nrnreport.hpp.
std::string coreneuron::ReportConfiguration::unit |
Definition at line 92 of file nrnreport.hpp.
std::vector<std::string> coreneuron::ReportConfiguration::var_names |
Definition at line 90 of file nrnreport.hpp.