Home
last modified time | relevance | path

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

/dports/science/openbabel/openbabel-3.1.1/src/formats/
H A Dcrkformat.cpp65 static void WriteCRK(std::ostream &ofs,OBMol &mol,bool GroupCharges);
123 WriteCRK(ofs,mol,true); in WriteMolecule()
221 CRK2DFormat::WriteCRK(ofs,mol,true); in WriteMolecule()
421 void CRK2DFormat::WriteCRK(std::ostream &ofs,OBMol &mol,bool GroupCharges) in WriteCRK() function in OpenBabel::CRK2DFormat