Home
last modified time | relevance | path

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

/dports/science/openbabel/openbabel-3.1.1/test/
H A Drotortest.cpp42 rotor.GetDihedralAtoms(ref_ptr); in testOBRotorGetSet()
47 std::vector<int> ref_vector = rotor.GetDihedralAtoms(); in testOBRotorGetSet()
53 ref_vector = rotor.GetDihedralAtoms(); in testOBRotorGetSet()
/dports/science/openbabel/openbabel-3.1.1/include/openbabel/
H A Drotor.h362 void GetDihedralAtoms(int ref[4]) in GetDihedralAtoms() function
370 std::vector<int> &GetDihedralAtoms() in GetDihedralAtoms() function
/dports/science/openbabel/openbabel-3.1.1/src/
H A Drotor.cpp74 rotor->GetDihedralAtoms(ref); in Setup()
395 rotor->GetDihedralAtoms(ref); in SetRotAtoms()
428 rotor->GetDihedralAtoms(ref); in SetRotAtomsByFix()
H A Drotamer.cpp225 rotor->GetDihedralAtoms(ref); in Setup()
269 rotor->GetDihedralAtoms(ref); in Setup()
/dports/science/openbabel/openbabel-3.1.1/scripts/perl/
H A DOpenBabel.pm4466 *GetDihedralAtoms = *Chemistry::OpenBabelc::OBRotor_GetDihedralAtoms;
H A Dopenbabel-perl.cpp26302 …arg2 = reinterpret_cast< int * >(argp2); (arg1)->GetDihedralAtoms(arg2); ST(argvi) = sv_newmortal(… in XS()
26309 …t_cast< OpenBabel::OBRotor * >(argp1); result = (std::vector< int > *) &(arg1)->GetDihedralAtoms(); in XS()
/dports/science/openbabel/openbabel-3.1.1/scripts/python/openbabel/
H A Dopenbabel.py4084 OBRotor.GetDihedralAtoms = new_instancemethod(_openbabel.OBRotor_GetDihedralAtoms, None, OBRotor)
H A Dopenbabel-python.cpp39934 …arg2 = reinterpret_cast< int * >(argp2); (arg1)->GetDihedralAtoms(arg2); resultobj = SWIG_Py_Void(… in _wrap_OBRotor_GetDihedralAtoms__SWIG_0()
39942 result = (std::vector< int,std::allocator< int > > *) &(arg1)->GetDihedralAtoms(); in _wrap_OBRotor_GetDihedralAtoms__SWIG_1()
/dports/science/openbabel/openbabel-3.1.1/scripts/csharp/
H A Dopenbabel-csharp.cpp12153 (arg1)->GetDihedralAtoms(arg2); } in CSharp_OpenBabel_OBRotor_GetDihedralAtoms__SWIG_0()
12156 …result = (std::vector< int > *) &(arg1)->GetDihedralAtoms(); jresult = (void *)result; return jre… in CSharp_OpenBabel_OBRotor_GetDihedralAtoms__SWIG_1()
/dports/science/openbabel/openbabel-3.1.1/scripts/java/
H A Dopenbabel-java.cpp12017 arg1 = *(OpenBabel::OBRotor **)&jarg1; arg2 = *(int **)&jarg2; (arg1)->GetDihedralAtoms(arg2); } in Java_org_openbabel_openbabel_1javaJNI_OBRotor_1GetDihedralAtoms_1_1SWIG_10()
12020 …rg1 = *(OpenBabel::OBRotor **)&jarg1; result = (std::vector< int > *) &(arg1)->GetDihedralAtoms(); in Java_org_openbabel_openbabel_1javaJNI_OBRotor_1GetDihedralAtoms_1_1SWIG_11()
/dports/science/openbabel/openbabel-3.1.1/scripts/R/examples/openbabelR/src/
H A Dopenbabel-R.cpp23243 …arg2[_rswigi] = INTEGER(ref)[_rswigi]; } } } (arg1)->GetDihedralAtoms(arg2); r_ans = R_NilValue… in R_swig_OBRotor_GetDihedralAtoms__SWIG_0()
23251 result = (std::vector< int,std::allocator< int > > *) &(arg1)->GetDihedralAtoms(); in R_swig_OBRotor_GetDihedralAtoms__SWIG_1()
/dports/science/openbabel/openbabel-3.1.1/scripts/ruby/
H A Dopenbabel-ruby.cpp36296 …arg2 = reinterpret_cast< int * >(argp2); (arg1)->GetDihedralAtoms(arg2); return Qnil; fail: return… in _wrap_OBRotor_get_dihedral_atoms__SWIG_0()
36304 result = (std::vector< int,std::allocator< int > > *) &(arg1)->GetDihedralAtoms(); in _wrap_OBRotor_get_dihedral_atoms__SWIG_1()