SwcBranch Class Reference

#include <SwcSegment.h>

Inheritance diagram for SwcBranch:
Inheritance graph
[legend]
Collaboration diagram for SwcBranch:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SwcBranch (int i, const SwcSegment &start, double len, double L, const vector< int > &cable)
void printDiagnostics () const

Public Attributes

double r0
double r1
 Radius at beginning.
double geomLength
 Radius at end.
double pathLength
 Geometrical length of entire branch, summed along all segments.
double electroLength
vector< int > segs_

Constructor & Destructor Documentation

SwcBranch::SwcBranch ( int  i,
const SwcSegment start,
double  len,
double  L,
const vector< int > &  cable 
)

Member Function Documentation

void SwcBranch::printDiagnostics (  )  const

References electroLength, geomLength, SwcSegment::myIndex(), SwcSegment::parent(), and segs_.

Here is the call graph for this function:


Member Data Documentation

Electrotonic length summed along all branch segments. This does not include the assumed constant RA and RA terms, those are treated as 1.0. Suitable post-facto scaling needed.

Referenced by printDiagnostics().

Radius at end.

Geometrical length of dendrite from soma

Referenced by printDiagnostics().

Geometrical length of entire branch, summed along all segments.

double SwcBranch::r0
double SwcBranch::r1

Radius at beginning.

vector< int > SwcBranch::segs_

segs: ist of segments, in order away from soma. The starting entry is the one _after_ the fork point. The last entry is either a fork or an end point.

Referenced by ReadSwc::build(), and printDiagnostics().


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

Generated on 1 Jul 2015 for MOOSE by  doxygen 1.6.1