libSBML Python API
5.10.0
|
Proxy of C++ float_array class.
Public Member Functions | |
def | __getitem__ |
def | __setitem__ |
def | cast |
def | frompointer |
def libsbml.float_array.__getitem__ | ( | self, | |
args | |||
) |
Proxy of C++ float_array class.
Python method signature(s):
__getitem__ (float_array self, size_t index)float
def libsbml.float_array.__setitem__ | ( | self, | |
args | |||
) |
Python method signature(s):
__setitem__ (float_array self, size_t index, float value)
def libsbml.float_array.cast | ( | self | ) |
Python method signature(s):
cast (float_array self)float *
def libsbml.float_array.frompointer | ( | args | ) |
Python method signature(s):
frompointer (float * t)float_array