Circular Deformable Cell Impl
class CircularDeformableCellImpl<P : Position<P>?, Vector<P>?> : CellNodeImpl<P> , CircularDeformableCell<P>
Content copied to clipboard
Implementation of a circular deformable cell.
Parameters
<P>
Position type
Constructors
Link copied to clipboard
open fun CircularDeformableCellImpl(env: Environment<Double, P>, maxDiameter: Double, rigidity: Double)
Content copied to clipboard
Create a circular deformable cell of maxDiam = maxDiameter and minDiam = deformability * maxDiam.
Functions
Link copied to clipboard
Add a junction to the current node.
Link copied to clipboard
add v to the polarization versor inside the cell; useful for considering the combination of various stimuli in a cell.
Link copied to clipboard
Link copied to clipboard
Return true if a junction is present in the current node, false otherwise.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getNeighborsLinkWithJunction(j: Junction): Set<CellNode<out Any>>
Content copied to clipboard
Returns a set of ICellNode which are linked with the current node by a junction of the type j.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Remove a junction from this node.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
set the polarization versor, e.g.
Link copied to clipboard