Home
last modified time | relevance | path

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

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/surfpack/gui/
H A Dfirstswig.py76 __swig_getmethods__["frompointer"] = lambda x: _firstswig.doubleArray_frompointer
77 if _newclass:frompointer = staticmethod(_firstswig.doubleArray_frompointer)
86 doubleArray_frompointer = _firstswig.doubleArray_frompointer variable
/dports/devel/swig/swig-4.0.2/Examples/test-suite/lua/
H A Dli_carrays_cpp_runme.lua26 d2 = lc.doubleArray_frompointer(ptr) -- and back to array
H A Dli_carrays_runme.lua26 d2 = lc.doubleArray_frompointer(ptr) -- and back to array
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Python/
H A DRNA.py169 return _RNA.doubleArray_frompointer(t)
174 def doubleArray_frompointer(t): function
175 return _RNA.doubleArray_frompointer(t)
H A DRNA_wrap.cpp3454 SWIGINTERN doubleArray *doubleArray_frompointer(double *t){ in doubleArray_frompointer() function
13673 result = (doubleArray *)doubleArray_frompointer(arg1); in _wrap_doubleArray_frompointer()
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Python3/
H A DRNA.py169 return _RNA.doubleArray_frompointer(t)
174 def doubleArray_frompointer(t: "double *") -> "doubleArray *": function
175 return _RNA.doubleArray_frompointer(t)
H A DRNA_wrap.cpp3455 SWIGINTERN doubleArray *doubleArray_frompointer(double *t){ in doubleArray_frompointer() function
13811 result = (doubleArray *)doubleArray_frompointer(arg1); in _wrap_doubleArray_frompointer()
/dports/science/openbabel/openbabel-3.1.1/scripts/python/openbabel/
H A Dopenbabel.py4705 frompointer = staticmethod(_openbabel.doubleArray_frompointer)
4712 def doubleArray_frompointer(t): function
4713 return _openbabel.doubleArray_frompointer(t)
4714 doubleArray_frompointer = _openbabel.doubleArray_frompointer variable
H A Dopenbabel-python.cpp7573 SWIGINTERN doubleArray *doubleArray_frompointer(double *t){ in doubleArray_frompointer() function
43379 … arg1 = reinterpret_cast< double * >(argp1); result = (doubleArray *)doubleArray_frompointer(arg1); in _wrap_doubleArray_frompointer()
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Perl/
H A DRNA.pm1116 *frompointer = *RNAc::doubleArray_frompointer;
H A DRNA_wrap.cpp2245 SWIGINTERN doubleArray *doubleArray_frompointer(double *t){ in doubleArray_frompointer() function
11289 result = (doubleArray *)doubleArray_frompointer(arg1); in XS()