NEURON
cell_group.h File Reference
#include "datum_indices.h"
#include <vector>
#include <map>
#include <cstddef>
#include <cassert>
#include "section.h"

Go to the source code of this file.

Classes

class  CellGroup
 

Typedefs

typedef std::pair< int, Memb_list *> MlWithArtItem
 
typedef std::vector< MlWithArtItemMlWithArt
 
typedef std::map< double *, intPVoid2Int
 
typedef std::vector< std::map< int, Memb_list * > > Deferred_Type2ArtMl
 

Typedef Documentation

◆ Deferred_Type2ArtMl

typedef std::vector<std::map<int, Memb_list*> > Deferred_Type2ArtMl

Definition at line 18 of file cell_group.h.

◆ MlWithArt

typedef std::vector< MlWithArtItem > MlWithArt

Definition at line 16 of file cell_group.h.

◆ MlWithArtItem

typedef std::pair< int, Memb_list* > MlWithArtItem

Definition at line 13 of file cell_group.h.

◆ PVoid2Int

typedef std::map<double*, int> PVoid2Int

Definition at line 17 of file cell_group.h.