- getKeyFromColor(color) ⇒
string
Get histirian key of color.
- OrdinalHistorian() ⇒
Object
Creates empty Historian with empty colors
- mirrorYs(vertexList) ⇒
Array.<float>
Multiplies each point's Y value by -1
- WorkerDataLoader(data, loadFunction)
- getCycleObject(cycle) ⇒
Array.<Object>
Get cycle object.
- getCyclesNumber() ⇒
integer
Get cycles number.
- releaseCycleMemory(cycle)
Remove specific cycles data from memory.
- getInfoObject() ⇒
Object
Get info object.
- checkForIcon(entity)
Push given entity to
WorkerDataLoader.entitiesWithIcon
if entity has icon.- fillAndPostInfo(data, loadFunction)
Post info object of given data
- createBaseCycle(data, loadFunction)
Create base cycle
- fillCycle(cycle)
Fill given cycle
- fillCycles(data, loadFunction)
Fill cycles
- postCycleAfterBake(cycle, data, info, commands)
Post given cycles Historian. (Create Historian object from entities)
- fillHistoryWithCycleCommands(historyManager, commands, cycleData)
Fill history with cycle commands.
- fillHistoryWithCycleCommand(historyManager, command, data)
Fill history with cycle command.
- fillHistoryWithCycleObject(historyManager, cycleObject, cycle) ⇒
Object
Fill history with cycle object.
- fillHistoryWithHumanObjects(historyManager, objectList) ⇒
Object
Fill history with object of humans.
- fillHistoryWithObject(historyManager, objectList) ⇒
Object
Fill history with object.
- fillHistoryWithObjectIcons(historyManager, entities)
Fill history with object icons.
- createLinesList(objectList, list)
Create and add border lines to the specific array.
- fillBorderLines(historyManager, lines)
Fill history with border lines.
- consturctor(data, loadFunction)
Get histirian key of color.
Kind: global function
Returns: string
- key
Param | Type | Description |
---|---|---|
color | Array.<float> |
color |
Creates empty Historian with empty colors
Kind: global function
Returns: Object
- history manager
Multiplies each point's Y value by -1
Kind: global function
Returns: Array.<float>
- mirrored vertex list
Param | Type | Description |
---|---|---|
vertexList | Array.<float> |
vertex list |
Kind: global function
Param | Type | Description |
---|---|---|
data | Object |
data object |
loadFunction | function |
load function |
Get cycle object.
Kind: global function
Returns: Array.<Object>
- cycle object
Param | Type | Description |
---|---|---|
cycle | integer |
cycle number |
Get cycles number.
Kind: global function
Returns: integer
- cycles number
Remove specific cycles data from memory.
Kind: global function
Param | Type | Description |
---|---|---|
cycle | integer |
cycle number |
Get info object.
Kind: global function
Returns: Object
- info object
Push given entity to WorkerDataLoader.entitiesWithIcon
if entity has icon.
Kind: global function
Param | Type | Description |
---|---|---|
entity | Object |
entity object |
Post info object of given data
Kind: global function
Param | Type | Description |
---|---|---|
data | Object |
data object |
loadFunction | function |
load function |
Create base cycle
Kind: global function
Param | Type | Description |
---|---|---|
data | Object |
data object |
loadFunction | function |
load function |
Fill given cycle
Kind: global function
Param | Type | Description |
---|---|---|
cycle | Object |
changes of the cycle |
Fill cycles
Kind: global function
Param | Type | Description |
---|---|---|
data | Object |
data object |
loadFunction | function |
load function |
Post given cycles Historian. (Create Historian object from entities)
Kind: global function
Param | Type | Description |
---|---|---|
cycle | integer |
cycle number |
data | Object |
cycle data |
info | Object |
info object |
commands | Array.<Object> |
array of command objects |
Fill history with cycle commands.
Kind: global function
Param | Type | Description |
---|---|---|
historyManager | Object |
object of HistoryManager |
commands | Array.<Object> |
array of command objects |
cycleData | Object |
cycle data |
Fill history with cycle command.
Kind: global function
Param | Type | Description |
---|---|---|
historyManager | Object |
object of HistoryManager |
command | Object |
command object |
data | Object |
cycle data |
Fill history with cycle object.
Kind: global function
Returns: Object
- object of HistoryManager
Param | Type | Description |
---|---|---|
historyManager | Object |
object of HistoryManager |
cycleObject | Object |
cycle object |
cycle | integer |
cycle number |
Fill history with object of humans.
Kind: global function
Returns: Object
- object of HistoryManager
Param | Type | Description |
---|---|---|
historyManager | Object |
object of HistoryManager |
objectList | Object |
object of objects |
Fill history with object.
Kind: global function
Returns: Object
- object of HistoryManager
Param | Type | Description |
---|---|---|
historyManager | Object |
object of HistoryManager |
objectList | Object |
object of objects |
Fill history with object icons.
Kind: global function
Param | Type | Description |
---|---|---|
historyManager | Object |
object of HistoryManager |
entities | Array.<Object> |
array of entity objects |
Create and add border lines to the specific array.
Kind: global function
Param | Type | Description |
---|---|---|
objectList | Object |
object of objects |
list | Array.<float> |
array that lines added to |
Fill history with border lines.
Kind: global function
Param | Type | Description |
---|---|---|
historyManager | Object |
object of HistoryManager |
lines | Array.<float> |
apexes |
Kind: global function
Param | Type | Description |
---|---|---|
data | Object |
data |
loadFunction | function |
load function |