Home
last modified time | relevance | path

Searched refs:newPyPointObj (Results 1 – 1 of 1) sorted by relevance

/dports/math/openturns/openturns-1.18/python/src/openturns/
H A DPythonWrappingFunctions.hxx873 ScopedPyObjectPointer newPyPointObj(PySequence_Fast(pointObj, "")); in convert() local
878 …signedInteger subDim = static_cast<UnsignedInteger>(PySequence_Fast_GET_SIZE(newPyPointObj.get())); in convert()
884 PyObject * value = PySequence_Fast_GET_ITEM(newPyPointObj.get(), j); in convert()