ClipArray class

Constructors

ClipArray()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

define(String? label) int
dup(ClipArray dst, int srcIndex, int dstIndex, [bool moveFlag = false]) → void
label() ClipLabel
makeToken(ClipToken dst, int srcIndex) ClipToken
matrix(int index) MathMatrix
move(int index) → void
mp(int index) MPData
node(dynamic index) ClipArrayNode
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rep(ClipArray dst, int srcIndex, int dstIndex, [bool moveFlag = false]) → void
resize(int index, List<int> resIndex, List<int> subIndex, int dim, dynamic value, [bool moveFlag = false]) → void
resizeVector(int index, dynamic subIndex, dynamic value, [bool moveFlag = false]) → void
set(int index, dynamic subIndex, int dim, dynamic value, [bool moveFlag = false]) → void
setComplexMatrix(int index, MathMatrix real, MathMatrix imag, [bool moveFlag = false]) → void
setComplexVector(int index, List<double> real, List<double> imag, int num, [bool moveFlag = false]) → void
setFractMatrix(int index, MathMatrix value, MathMatrix denom, [bool moveFlag = false]) → void
setFractVector(int index, List<double> value, List<double> denom, int num, [bool moveFlag = false]) → void
setMatrix(int index, dynamic src, [bool moveFlag = false]) → void
setVector(int index, List value, int num, [bool moveFlag = false]) → void
toString() String
A string representation of this object.
inherited
undef(String? label) int
val(int index, dynamic subIndex, [int? dim]) MathValue

Operators

operator ==(Object other) bool
The equality operator.
inherited