c

org.nlogo.agent

VertCylinder

class VertCylinder extends Topology with XWraps with YBlocks

Annotations
@strictfp()
Source
VertCylinder.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VertCylinder
  2. YBlocks
  3. XWraps
  4. Topology
  5. Neighbors
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VertCylinder(world2d: World2D)

Value Members

  1. def diffuse(amount: Double, vn: Int): Unit
    Definition Classes
    Topology
    Annotations
    @throws( classOf[AgentException] ) @throws( classOf[PatchException] )
  2. def diffuse4(amount: Double, vn: Int): Unit
    Definition Classes
    Topology
    Annotations
    @throws( classOf[AgentException] ) @throws( classOf[PatchException] )
  3. def diffuseYBorder(amount: Double, vn: Int, fourWay: Boolean, scratch: Array[Array[Double]]): Unit
    Definition Classes
    YBlocksTopology
  4. def distanceWrap(dx: Double, dy: Double, x1: Double, y1: Double, x2: Double, y2: Double): Double
    Definition Classes
    VertCylinderTopology
  5. def followOffsetX: Double
    Definition Classes
    Topology
  6. def followOffsetY: Double
    Definition Classes
    VertCylinderTopology
  7. def getNeighbors(source: Patch): IndexedAgentSet
    Definition Classes
    Neighbors
  8. def getNeighbors4(source: Patch): IndexedAgentSet
    Definition Classes
    Neighbors
  9. def getPE(source: Patch): Patch
    Definition Classes
    VertCylinderNeighbors
  10. def getPN(source: Patch): Patch
    Definition Classes
    VertCylinderNeighbors
  11. def getPNE(source: Patch): Patch
    Definition Classes
    VertCylinderNeighbors
  12. def getPNW(source: Patch): Patch
    Definition Classes
    VertCylinderNeighbors
  13. def getPS(source: Patch): Patch
    Definition Classes
    VertCylinderNeighbors
  14. def getPSE(source: Patch): Patch
    Definition Classes
    VertCylinderNeighbors
  15. def getPSW(source: Patch): Patch
    Definition Classes
    VertCylinderNeighbors
  16. def getPW(source: Patch): Patch
    Definition Classes
    VertCylinderNeighbors
  17. def shortestPathX(x1: Double, x2: Double): Double
    Definition Classes
    VertCylinderTopology
  18. def shortestPathY(y1: Double, y2: Double): Double
    Definition Classes
    VertCylinderTopology
  19. def towardsWrap(headingX: Double, headingY: Double): Double
    Definition Classes
    VertCylinderTopology
  20. val world: World
    Definition Classes
    Topology
  21. def wrapX(x: Double): Double
    Definition Classes
    VertCylinderXWrapsTopology
  22. def wrapY(y: Double): Double
    Definition Classes
    VertCylinderTopology
    Annotations
    @throws( classOf[AgentException] )
  23. val xWraps: Boolean
    Definition Classes
    XWrapsTopology
  24. val yWraps: Boolean
    Definition Classes
    YBlocksTopology