
Public Member Functions | |
| def | __init__ |
| def | __getitem__ |
| def | __setitem__ |
| def | cast |
| def | frompointer |
Data Fields | |
| this | |
Proxy of C++ floatArray class
| def calcium.floatArray.__init__ | ( | self, | |
| args | |||
| ) |
__init__(self, size_t nelements) -> floatArray
| def calcium.floatArray.__getitem__ | ( | self, | |
| args | |||
| ) |
__getitem__(self, size_t index) -> float
| def calcium.floatArray.__setitem__ | ( | self, | |
| args | |||
| ) |
__setitem__(self, size_t index, float value)
| def calcium.floatArray.cast | ( | self | ) |
cast(self) -> float
| def calcium.floatArray.frompointer | ( | args | ) |
frompointer(float t) -> floatArray