BasisSequence¶
- class BasisSequence(*args)¶
Sequence of basis.
- Available constructors:
BasisSequence(basis)
BasisSequence(basisSeqImp)
- Parameters
- basisa
Basis
A Basis.
- basisSeqImpBasisSequenceImplementation
A BasisSequenceImplementation.
- basisa
Methods
Accessor to the object’s name.
getId
()Accessor to the object’s id.
Accessor to the underlying implementation.
getName
()Accessor to the object’s name.
setName
(name)Accessor to the object’s name.
add
getBasis
getDimension
getIndices
getMasterBasis
getSize
- __init__(*args)¶
Initialize self. See help(type(self)) for accurate signature.
- getClassName()¶
Accessor to the object’s name.
- Returns
- class_namestr
The object class name (object.__class__.__name__).
- getId()¶
Accessor to the object’s id.
- Returns
- idint
Internal unique identifier.
- getImplementation()¶
Accessor to the underlying implementation.
- Returns
- implImplementation
The implementation class.
- getName()¶
Accessor to the object’s name.
- Returns
- namestr
The name of the object.
- setName(name)¶
Accessor to the object’s name.
- Parameters
- namestr
The name of the object.