Interface | Description |
---|---|
StepAmender |
interface describing a step amendment object.
|
StepGenerator |
Camino fibre reconstruction and tracking toolkit
Step (simulation)
Contains a method protottype to get a step vector for
a Walker ro use during walker update
|
Class | Description |
---|---|
CylindricalSurfaceStepGenerator |
generates steps such that all beginning and end points
are on the surface of a cylinder (assumes that initial
position is on the cylinder, if not oddness will ensue)
|
ElasticReflector |
reflects a step off a barrier with a given normal.
|
FixedLengthStepGenerator |
Generates steps of random orientation and fixed length
|
SpatiallyVaryingStepGenerator |
step generator for substrates where the diffusivity can vary
spatially.
|
StepAmenderFactory |
factory class for producing step amender objects
|
StepGeneratorFactory |
Camino fibre reconstruction and tracking toolkit
StepGeneratorFactory (simulation)
build step generators from given list of types.
|
StickAndDiffuse | |
StickyWalker |
This is a kind of Walker that stick to barriers and
diffuse around on the surface for a while.
|
Walker |
Camino fibre reconstruction and tracking toolkit
Walker (simulation.dynamics)
describes a single brownian walker in a diffusion simulation
each walker has an initial position, a current position and
sums of positions during each gradient block.
|
WalkerFactory |
generate walkers of the chosen type
|
Enum | Description |
---|---|
StepAmenderFactory.AmenderType | |
StepGeneratorFactory.StepType |
enumerator for step generator types
|