Array Structure
data class ArrayStructure(type: DataStructureType, ident: String, render: Boolean, text: String, values: Array<ExecValue>, color: String?, textColor: String?, creationString: String?, runtime: Double, showLabel: Boolean?, maxSize: Int, boundaries: List<Pair<Double, Double>>, uid: String) : DataStructureMObject
Content copied to clipboard
1D array initialisation
Constructors
ArrayStructure
Link copied to clipboard
fun ArrayStructure(type: DataStructureType, ident: String, render: Boolean, text: String, values: Array<ExecValue>, color: String? = null, textColor: String? = null, creationString: String? = null, runtime: Double = 1.0, showLabel: Boolean? = null, maxSize: Int = -1, boundaries: List<Pair<Double, Double>> = emptyList(), uid: String)
Content copied to clipboard
Create empty Array structure
Functions
component1
Link copied to clipboard
component10
Link copied to clipboard
component11
Link copied to clipboard
component13
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
component8
Link copied to clipboard
component9
Link copied to clipboard
copy
Link copied to clipboard
fun copy(type: DataStructureType, ident: String, render: Boolean, text: String, values: Array<ExecValue>, color: String? = null, textColor: String? = null, creationString: String? = null, runtime: Double = 1.0, showLabel: Boolean? = null, maxSize: Int = -1, boundaries: List<Pair<Double, Double>> = emptyList(), uid: String): ArrayStructure
Content copied to clipboard
getConstructor
Link copied to clipboard
getInstructionString
Link copied to clipboard
getRuntimeString
Link copied to clipboard
setNewBoundary
Link copied to clipboard
Properties
creationString
Link copied to clipboard
pythonVariablePrefix
Link copied to clipboard
style
Link copied to clipboard
type
Link copied to clipboard