ewoksndreg.io.output_stack.OutputStackNumpy#
- class ewoksndreg.io.output_stack.OutputStackNumpy(data)[source]#
Bases:
OutputStack
- Parameters:
data (
list
)
- add_point(data)[source]#
- Parameters:
data (
Union
[_SupportsArray
[dtype
[Any
]],_NestedSequence
[_SupportsArray
[dtype
[Any
]]],bool
,int
,float
,complex
,str
,bytes
,_NestedSequence
[Union
[bool
,int
,float
,complex
,str
,bytes
]]])- Return type:
bool
- add_points(data)[source]#
- Parameters:
data (
Union
[_SupportsArray
[dtype
[Any
]],_NestedSequence
[_SupportsArray
[dtype
[Any
]]],bool
,int
,float
,complex
,str
,bytes
,_NestedSequence
[Union
[bool
,int
,float
,complex
,str
,bytes
]]])- Return type:
bool
- property data: List[_SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes]]#