TransformList¶
- class kgpy.transform.rigid.TransformList(data=<factory>, intrinsic=True)¶
Bases:
Transform,DataclassList[Transform]- __init__(data=<factory>, intrinsic=True)¶
Attributes
Methods
__init__([data, intrinsic])append(item)- rtype
copy()- rtype
typing.TypeVar(CopyableT, bound= Copyable)
- rtype
typing.TypeVar(CopyableT, bound= Copyable)
count(value)- rtype
index(value)- rtype
reverse()Inheritance Diagram
- append(item)¶
- Return type
- Parameters
item (ItemT) –
- copy()¶
- Return type
typing.TypeVar(CopyableT, bound= Copyable)- Parameters
self (CopyableT) –
- copy_shallow()¶
- Return type
typing.TypeVar(CopyableT, bound= Copyable)- Parameters
self (CopyableT) –
- reverse()¶
- property broadcasted¶
- data: typ.List[ItemT]¶
- property shape¶
- property simplified: TransformList¶
- property tol_iter: Iterator[DataclassList]¶