CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
cmsdk3debug.RandomPathGenerator Class Reference
Inheritance diagram for cmsdk3debug.RandomPathGenerator:
[legend]
Collaboration diagram for cmsdk3debug.RandomPathGenerator:
[legend]

Public Member Functions

 __init__ (self)
 setStartPoint (self, x, y)
 setDirection (self, dx, dy)
 setVariation (self, var)
 generateNextPoint (self)

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 lastPointTime = property(_cmsdk3debug.RandomPathGenerator_lastPointTime_get, _cmsdk3debug.RandomPathGenerator_lastPointTime_set)
 lastPoint = property(_cmsdk3debug.RandomPathGenerator_lastPoint_get, _cmsdk3debug.RandomPathGenerator_lastPoint_set)
 direction = property(_cmsdk3debug.RandomPathGenerator_direction_get, _cmsdk3debug.RandomPathGenerator_direction_set)
 variation = property(_cmsdk3debug.RandomPathGenerator_variation_get, _cmsdk3debug.RandomPathGenerator_variation_set)

Detailed Description

Definition at line 1836 of file cmsdk3debug.py.

Constructor & Destructor Documentation

◆ __init__()

cmsdk3debug.RandomPathGenerator.__init__ ( self)

Definition at line 1840 of file cmsdk3debug.py.

Member Function Documentation

◆ generateNextPoint()

cmsdk3debug.RandomPathGenerator.generateNextPoint ( self)

Definition at line 1853 of file cmsdk3debug.py.

◆ setDirection()

cmsdk3debug.RandomPathGenerator.setDirection ( self,
dx,
dy )

Definition at line 1847 of file cmsdk3debug.py.

◆ setStartPoint()

cmsdk3debug.RandomPathGenerator.setStartPoint ( self,
x,
y )

Definition at line 1844 of file cmsdk3debug.py.

◆ setVariation()

cmsdk3debug.RandomPathGenerator.setVariation ( self,
var )

Definition at line 1850 of file cmsdk3debug.py.

Property Documentation

◆ direction

cmsdk3debug.RandomPathGenerator.direction = property(_cmsdk3debug.RandomPathGenerator_direction_get, _cmsdk3debug.RandomPathGenerator_direction_set)
static

Definition at line 1857 of file cmsdk3debug.py.

◆ lastPoint

cmsdk3debug.RandomPathGenerator.lastPoint = property(_cmsdk3debug.RandomPathGenerator_lastPoint_get, _cmsdk3debug.RandomPathGenerator_lastPoint_set)
static

Definition at line 1856 of file cmsdk3debug.py.

◆ lastPointTime

cmsdk3debug.RandomPathGenerator.lastPointTime = property(_cmsdk3debug.RandomPathGenerator_lastPointTime_get, _cmsdk3debug.RandomPathGenerator_lastPointTime_set)
static

Definition at line 1855 of file cmsdk3debug.py.

◆ thisown

cmsdk3debug.RandomPathGenerator.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 1837 of file cmsdk3debug.py.

◆ variation

cmsdk3debug.RandomPathGenerator.variation = property(_cmsdk3debug.RandomPathGenerator_variation_get, _cmsdk3debug.RandomPathGenerator_variation_set)
static

Definition at line 1858 of file cmsdk3debug.py.


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