NEURON
Section Struct Reference

#include <section.h>

Public Attributes

int refcount
 
short nnode
 
struct Sectionparentsec
 
struct Sectionchild
 
struct Sectionsibling
 
struct Nodeparentnode
 
struct Node ** pnode
 
int order
 
short recalc_area_
 
short volatile_mark
 
voidvolatile_ptr
 
short npt3d
 
short pt3d_bsize
 
struct Pt3dpt3d
 
struct Pt3dlogical_connection
 
struct Propprop
 

Detailed Description

Definition at line 39 of file section.h.

Member Data Documentation

◆ child

struct Section* Section::child

Definition at line 43 of file section.h.

◆ logical_connection

struct Pt3d* Section::logical_connection

Definition at line 60 of file section.h.

◆ nnode

short Section::nnode

Definition at line 41 of file section.h.

◆ npt3d

short Section::npt3d

Definition at line 57 of file section.h.

◆ order

int Section::order

Definition at line 52 of file section.h.

◆ parentnode

struct Node* Section::parentnode

Definition at line 50 of file section.h.

◆ parentsec

struct Section* Section::parentsec

Definition at line 42 of file section.h.

◆ pnode

struct Node** Section::pnode

Definition at line 51 of file section.h.

◆ prop

struct Prop* Section::prop

Definition at line 63 of file section.h.

◆ pt3d

struct Pt3d* Section::pt3d

Definition at line 59 of file section.h.

◆ pt3d_bsize

short Section::pt3d_bsize

Definition at line 58 of file section.h.

◆ recalc_area_

short Section::recalc_area_

Definition at line 53 of file section.h.

◆ refcount

int Section::refcount

Definition at line 40 of file section.h.

◆ sibling

struct Section* Section::sibling

Definition at line 46 of file section.h.

◆ volatile_mark

short Section::volatile_mark

Definition at line 54 of file section.h.

◆ volatile_ptr

void* Section::volatile_ptr

Definition at line 55 of file section.h.


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