#include <string>
#include <vector>
#include <set>
#include <unordered_map>
#include <cstdint>
Go to the source code of this file.
|
| coreneuron |
| THIS FILE IS AUTO GENERATED DONT MODIFY IT.
|
|
|
enum | coreneuron::TargetType {
coreneuron::TargetType::Compartment = 0,
coreneuron::Cell = 1,
coreneuron::TargetType::SectionSoma = 2,
coreneuron::TargetType::SectionAxon = 3,
coreneuron::TargetType::SectionDendrite = 4,
coreneuron::TargetType::SectionApical = 5,
coreneuron::TargetType::SectionSomaAll = 6,
coreneuron::TargetType::SectionAxonAll = 7,
coreneuron::TargetType::SectionDendriteAll = 8,
coreneuron::TargetType::SectionApicalAll = 9
} |
|
enum | coreneuron::ReportType {
coreneuron::SomaReport,
coreneuron::CompartmentReport,
coreneuron::SynapseReport,
coreneuron::IMembraneReport,
coreneuron::SectionReport,
coreneuron::SummationReport
} |
|
enum | coreneuron::SectionType {
coreneuron::Cell,
coreneuron::Cell = 1,
coreneuron::Soma,
coreneuron::Axon,
coreneuron::Dendrite,
coreneuron::Apical,
coreneuron::All
} |
|
◆ REPORT_MAX_FILEPATH_LEN
#define REPORT_MAX_FILEPATH_LEN 4096 |
◆ REPORT_MAX_NAME_LEN
#define REPORT_MAX_NAME_LEN 256 |
◆ SELECTED_VAR_MOD_NAME
#define SELECTED_VAR_MOD_NAME "selected_for_report" |
◆ SYNAPSE_ID_MOD_NAME
#define SYNAPSE_ID_MOD_NAME "synapseID" |
name of the variable in mod file used for setting synapse id
Definition at line 52 of file nrnreport.hpp.