MOOSE - Multiscale Object Oriented Simulation Environment
|
#include "header.h"
#include "../shell/Shell.h"
#include "../utility/Vec.h"
#include "SwcSegment.h"
#include "ReadSwc.h"
#include "CompartmentBase.h"
#include "Compartment.h"
#include "SymCompartment.h"
#include <fstream>
Go to the source code of this file.
Functions | |
static Id | makeCompt (Id parent, const SwcSegment &seg, const SwcSegment &pa, double RM, double RA, double CM, unsigned int i, unsigned int j) |
Variables | |
static const double | MinRadius = 0.04 |
|
static |
Definition at line 211 of file ReadSwc.cpp.
References Vec::a0(), Vec::a1(), Vec::a2(), Eref::data(), SwcSegment::distance(), Shell::doCreate(), Id::eref(), name, SwcSegment::parent(), PI, SwcSegment::radius(), moose::CompartmentBase::setCm(), moose::CompartmentBase::setDiameter(), moose::CompartmentBase::setLength(), moose::CompartmentBase::setRa(), moose::CompartmentBase::setRm(), moose::CompartmentBase::setX(), moose::CompartmentBase::setX0(), moose::CompartmentBase::setY(), moose::CompartmentBase::setY0(), moose::CompartmentBase::setZ(), moose::CompartmentBase::setZ0(), SwcSegment::type(), SwcSegment::typeName, and SwcSegment::vec().
Referenced by ReadSwc::build().
|
static |
Definition at line 22 of file ReadSwc.cpp.
Referenced by ReadSwc::validate().