Home
last modified time | relevance | path

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

/dports/science/openbabel/openbabel-3.1.1/include/openbabel/
H A Dforcefield.h57 #define OBFF_CONST_ATOM_Z (1 << 4) //!< fix the z coordinate of the atom position macro
/dports/science/openbabel/openbabel-3.1.1/src/
H A Dforcefield.cpp553 if (i->type == OBFF_CONST_ATOM_Z) in DeleteConstraint()
621 constraint.type = OBFF_CONST_ATOM_Z; // constraint type in AddAtomZConstraint()
/dports/science/openbabel/openbabel-3.1.1/scripts/perl/
H A DOpenBabel.pm6403 *OBFF_CONST_ATOM_Z = *Chemistry::OpenBabelc::OBFF_CONST_ATOM_Z;
/dports/science/openbabel/openbabel-3.1.1/scripts/python/openbabel/
H A Dopenbabel.py3230 OBFF_CONST_ATOM_Z = _openbabel.OBFF_CONST_ATOM_Z variable