NEURON
Section Struct Reference

#include <section.h>

Public Attributes

int refcount {}
 
short nnode {}
 
Sectionparentsec {}
 
Sectionchild {}
 
Sectionsibling {}
 
Nodeparentnode {}
 
Node ** pnode {}
 
int order {}
 
short recalc_area_ {}
 
short volatile_mark {}
 
void * volatile_ptr {}
 
short npt3d {}
 
short pt3d_bsize {}
 
Pt3dpt3d {}
 
Pt3dlogical_connection {}
 
Propprop {}
 

Detailed Description

Definition at line 50 of file section.h.

Member Data Documentation

◆ child

Section* Section::child {}

Definition at line 54 of file section.h.

◆ logical_connection

Pt3d* Section::logical_connection {}

Definition at line 68 of file section.h.

◆ nnode

short Section::nnode {}

Definition at line 52 of file section.h.

◆ npt3d

short Section::npt3d {}

Definition at line 65 of file section.h.

◆ order

int Section::order {}

Definition at line 60 of file section.h.

◆ parentnode

Node* Section::parentnode {}

Definition at line 58 of file section.h.

◆ parentsec

Section* Section::parentsec {}

Definition at line 53 of file section.h.

◆ pnode

Node** Section::pnode {}

Definition at line 59 of file section.h.

◆ prop

Prop* Section::prop {}

Definition at line 71 of file section.h.

◆ pt3d

Pt3d* Section::pt3d {}

Definition at line 67 of file section.h.

◆ pt3d_bsize

short Section::pt3d_bsize {}

Definition at line 66 of file section.h.

◆ recalc_area_

short Section::recalc_area_ {}

Definition at line 61 of file section.h.

◆ refcount

int Section::refcount {}

Definition at line 51 of file section.h.

◆ sibling

Section* Section::sibling {}

Definition at line 56 of file section.h.

◆ volatile_mark

short Section::volatile_mark {}

Definition at line 62 of file section.h.

◆ volatile_ptr

void* Section::volatile_ptr {}

Definition at line 63 of file section.h.


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