NEURON
phase3.hpp
Go to the documentation of this file.
1 /*
2 # =============================================================================
3 # Copyright (c) 2016 - 2024 Blue Brain Project/EPFL
4 #
5 # See top-level LICENSE file for details.
6 # =============================================================================
7 */
8 
9 #pragma once
10 
12 
13 namespace coreneuron {
14 struct NrnThreadMappingInfo;
15 
16 class Phase3 {
17  public:
18  void read_file(FileHandler& F, NrnThreadMappingInfo* ntmapping);
19  void read_direct(NrnThreadMappingInfo* ntmapping);
20 };
21 } // namespace coreneuron
void read_file(FileHandler &F, NrnThreadMappingInfo *ntmapping)
Definition: phase3.cpp:29
void read_direct(NrnThreadMappingInfo *ntmapping)
Definition: phase3.cpp:48
THIS FILE IS AUTO GENERATED DONT MODIFY IT.
Compartment mapping information for NrnThread.