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 
13 
14 
15 namespace coreneuron {
16 struct NrnThreadMappingInfo;
17 
18 class Phase3 {
19  public:
20  void read_file(FileHandler& F, NrnThreadMappingInfo* ntmapping, const NrnThread& nt);
21  void read_direct(NrnThreadMappingInfo* ntmapping, const NrnThread& nt);
22 };
23 } // namespace coreneuron
void read_direct(NrnThreadMappingInfo *ntmapping, const NrnThread &nt)
Definition: phase3.cpp:48
void read_file(FileHandler &F, NrnThreadMappingInfo *ntmapping, const NrnThread &nt)
Definition: phase3.cpp:29
THIS FILE IS AUTO GENERATED DONT MODIFY IT.
Compartment mapping information for NrnThread.