NEURON
CvodeThreadData Class Reference

#include <cvodeobj.h>

Public Member Functions

 CvodeThreadData ()
 
virtual ~CvodeThreadData ()
 
void delete_memb_list (CvMembList *)
 

Public Attributes

int no_cap_count_
 
int no_cap_child_count_
 
Node ** no_cap_node_
 
Node ** no_cap_child_
 
CvMembListcv_memb_list_
 
CvMembListcmlcap_
 
CvMembListcmlext_
 
CvMembListno_cap_memb_
 
BAMechListbefore_breakpoint_
 
BAMechListafter_solve_
 
BAMechListbefore_step_
 
int rootnodecount_
 
int v_node_count_
 
Node ** v_node_
 
Node ** v_parent_
 
PreSynListpsl_th_
 
HTListwatch_list_
 
double ** pv_
 
double ** pvdot_
 
int nvoffset_
 
int nvsize_
 
int neq_v_
 
int nonvint_offset_
 
int nonvint_extra_offset_
 
PlayRecList * record_
 
PlayRecList * play_
 

Detailed Description

Definition at line 42 of file cvodeobj.h.

Constructor & Destructor Documentation

◆ CvodeThreadData()

CvodeThreadData::CvodeThreadData ( )

Definition at line 1367 of file netcvode.cpp.

◆ ~CvodeThreadData()

CvodeThreadData::~CvodeThreadData ( )
virtual

Definition at line 1394 of file netcvode.cpp.

Member Function Documentation

◆ delete_memb_list()

void CvodeThreadData::delete_memb_list ( CvMembList cmlist)

Definition at line 1500 of file netcvode.cpp.

Member Data Documentation

◆ after_solve_

BAMechList* CvodeThreadData::after_solve_

Definition at line 57 of file cvodeobj.h.

◆ before_breakpoint_

BAMechList* CvodeThreadData::before_breakpoint_

Definition at line 56 of file cvodeobj.h.

◆ before_step_

BAMechList* CvodeThreadData::before_step_

Definition at line 58 of file cvodeobj.h.

◆ cmlcap_

CvMembList* CvodeThreadData::cmlcap_

Definition at line 53 of file cvodeobj.h.

◆ cmlext_

CvMembList* CvodeThreadData::cmlext_

Definition at line 54 of file cvodeobj.h.

◆ cv_memb_list_

CvMembList* CvodeThreadData::cv_memb_list_

Definition at line 52 of file cvodeobj.h.

◆ neq_v_

int CvodeThreadData::neq_v_

Definition at line 69 of file cvodeobj.h.

◆ no_cap_child_

Node** CvodeThreadData::no_cap_child_

Definition at line 51 of file cvodeobj.h.

◆ no_cap_child_count_

int CvodeThreadData::no_cap_child_count_

Definition at line 49 of file cvodeobj.h.

◆ no_cap_count_

int CvodeThreadData::no_cap_count_

Definition at line 48 of file cvodeobj.h.

◆ no_cap_memb_

CvMembList* CvodeThreadData::no_cap_memb_

Definition at line 55 of file cvodeobj.h.

◆ no_cap_node_

Node** CvodeThreadData::no_cap_node_

Definition at line 50 of file cvodeobj.h.

◆ nonvint_extra_offset_

int CvodeThreadData::nonvint_extra_offset_

Definition at line 71 of file cvodeobj.h.

◆ nonvint_offset_

int CvodeThreadData::nonvint_offset_

Definition at line 70 of file cvodeobj.h.

◆ nvoffset_

int CvodeThreadData::nvoffset_

Definition at line 67 of file cvodeobj.h.

◆ nvsize_

int CvodeThreadData::nvsize_

Definition at line 68 of file cvodeobj.h.

◆ play_

PlayRecList* CvodeThreadData::play_

Definition at line 73 of file cvodeobj.h.

◆ psl_th_

PreSynList* CvodeThreadData::psl_th_

Definition at line 63 of file cvodeobj.h.

◆ pv_

double** CvodeThreadData::pv_

Definition at line 65 of file cvodeobj.h.

◆ pvdot_

double** CvodeThreadData::pvdot_

Definition at line 66 of file cvodeobj.h.

◆ record_

PlayRecList* CvodeThreadData::record_

Definition at line 72 of file cvodeobj.h.

◆ rootnodecount_

int CvodeThreadData::rootnodecount_

Definition at line 59 of file cvodeobj.h.

◆ v_node_

Node** CvodeThreadData::v_node_

Definition at line 61 of file cvodeobj.h.

◆ v_node_count_

int CvodeThreadData::v_node_count_

Definition at line 60 of file cvodeobj.h.

◆ v_parent_

Node** CvodeThreadData::v_parent_

Definition at line 62 of file cvodeobj.h.

◆ watch_list_

HTList* CvodeThreadData::watch_list_

Definition at line 64 of file cvodeobj.h.


The documentation for this class was generated from the following files: