Package com.valgolang.linearrepresentation.datastructures.array

Types

Array2DStructure
Link copied to clipboard
data class Array2DStructure(type: DataStructureType, ident: String, render: Boolean, text: String, values: Array<Array<ExecValue>>, color: String?, textColor: String?, creationString: String?, runtime: Double, showLabel: Boolean?, maxSize: Int, boundaries: List<Pair<Double, Double>>, uid: String) : DataStructureMObject
2D array initialisation
Array2DSwap
Link copied to clipboard
data class Array2DSwap(arrayIdent: String, indices: List<Int>, runtime: Double, render: Boolean) : ManimInstr
2D array swap
ArrayElemAssignObject
Link copied to clipboard
data class ArrayElemAssignObject(arrayIdent: String, index: Int, newElemValue: ExecValue, animatedStyle: AnimationProperties?, secondIndex: Int?, runtime: Double, render: Boolean) : ManimInstr
Array element assignment object
ArrayElemRestyle
Link copied to clipboard
data class ArrayElemRestyle(arrayIdent: String, indices: List<Int>, styleProperties: StylesheetProperty, pointer: Boolean?, animationString: String?, runtime: Double, render: Boolean, secondIndices: List<Int>?) : ManimInstr
Array element restyle
ArrayLongSwap
Link copied to clipboard
data class ArrayLongSwap(arrayIdent: String, indices: Pair<Int, Int>, elem1: String, elem2: String, animations: String, runtime: Double, render: Boolean) : ManimInstr
1D array long swap
ArrayReplaceRow
Link copied to clipboard
data class ArrayReplaceRow(arrayIdent: String, index: Int, newArray: Array<ExecValue>, runtime: Double, render: Boolean) : ManimInstr
Array row replacement
ArrayShortSwap
Link copied to clipboard
data class ArrayShortSwap(arrayIdent: String, indices: Pair<Int, Int>, runtime: Double, render: Boolean) : ManimInstr
1D array short swap
ArrayStructure
Link copied to clipboard
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
1D array initialisation