|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__pow__(x,
y,
z=...)
pow(x, y[, z]) |
|
|
|
|
|
|
|
|
|
|
|
|
|
__rpow__(y,
x,
z=...)
pow(x, y[, z]) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bool
|
|
|
float
|
at(iIndex1,
iIndex2,
iIndex3,
iIndex4)
Returns data for given index. |
|
|
|
float
|
atValue(iValue1,
iValue2,
iValue3,
iValue4)
Returns data for given value. |
|
|
|
|
bounds(...)
DataSet.bounds |
|
|
|
bool
|
canModifyDimensions()
Determines if the dimensionality can be changed. |
|
|
|
string
|
dataType()
Returns the data type of the data set. |
|
|
|
DataSet
|
dimension(iIndex)
Retrieves the data set of a given dimension. |
|
|
list{DataSet}
|
dimensions()
Retrieves the data set of all dimensions. |
|
|
|
|
flat(...)
No documentation available. |
|
|
|
|
getUnitClass(...)
No documentation available. |
|
|
|
bool
|
|
|
bool
|
isContinuousDimension()
Determines if this data set is a continuous dimension concrete class. |
|
|
|
bool
|
isUniformlySampled()
Determines if the data set is uniformly sampled. |
|
|
|
|
magnitudeBounds(...)
DataSet.magnitudeBounds |
|
|
|
|
numberOfDimensions(...)
DataSet.numberOfDimensions |
|
|
|
|
reciprocal(...)
No documentation available. |
|
|
|
bool
|
|
|
bool
|
|
|
|
setUnitClass(...)
No documentation available. |
|
|
|
int
|
size()
Returns the discrete size according to the internal data structure. |
|
|
|
Inherited from core.Attributable:
addAttribute,
attributeNames,
getAttribute,
removeAttribute,
setAttribute
Inherited from core.Selectable:
clone,
isSelected
Inherited from core.Updatable:
__enter__,
__exit__,
hash,
isValid,
reasonWhyInvalid
|