NEURON
coreneuron::ReportConfiguration Struct Reference

#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
 

Detailed Description

Definition at line 221 of file nrnreport.hpp.

Member Data Documentation

◆ buffer_size

int coreneuron::ReportConfiguration::buffer_size

Definition at line 237 of file nrnreport.hpp.

◆ compartments

Compartments coreneuron::ReportConfiguration::compartments

Definition at line 232 of file nrnreport.hpp.

◆ format

std::string coreneuron::ReportConfiguration::format

Definition at line 229 of file nrnreport.hpp.

◆ mech_ids

std::vector<int> coreneuron::ReportConfiguration::mech_ids

Definition at line 227 of file nrnreport.hpp.

◆ mech_names

std::vector<std::string> coreneuron::ReportConfiguration::mech_names

Definition at line 225 of file nrnreport.hpp.

◆ name

std::string coreneuron::ReportConfiguration::name

Definition at line 222 of file nrnreport.hpp.

◆ num_gids

int coreneuron::ReportConfiguration::num_gids

Definition at line 236 of file nrnreport.hpp.

◆ output_path

std::string coreneuron::ReportConfiguration::output_path

Definition at line 223 of file nrnreport.hpp.

◆ point_compartment_ids

std::vector<int> coreneuron::ReportConfiguration::point_compartment_ids

Definition at line 241 of file nrnreport.hpp.

◆ point_section_ids

std::vector<int> coreneuron::ReportConfiguration::point_section_ids

Definition at line 239 of file nrnreport.hpp.

◆ report_dt

double coreneuron::ReportConfiguration::report_dt

Definition at line 233 of file nrnreport.hpp.

◆ scaling

Scaling coreneuron::ReportConfiguration::scaling

Definition at line 243 of file nrnreport.hpp.

◆ sections

SectionType coreneuron::ReportConfiguration::sections

Definition at line 231 of file nrnreport.hpp.

◆ start

double coreneuron::ReportConfiguration::start

Definition at line 234 of file nrnreport.hpp.

◆ stop

double coreneuron::ReportConfiguration::stop

Definition at line 235 of file nrnreport.hpp.

◆ target

std::vector<int> coreneuron::ReportConfiguration::target

Definition at line 238 of file nrnreport.hpp.

◆ target_name

std::string coreneuron::ReportConfiguration::target_name

Definition at line 224 of file nrnreport.hpp.

◆ type

ReportType coreneuron::ReportConfiguration::type

Definition at line 230 of file nrnreport.hpp.

◆ unit

std::string coreneuron::ReportConfiguration::unit

Definition at line 228 of file nrnreport.hpp.

◆ var_names

std::vector<std::string> coreneuron::ReportConfiguration::var_names

Definition at line 226 of file nrnreport.hpp.


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