Home
last modified time | relevance | path

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

/dports/science/openbabel/openbabel-3.1.1/include/openbabel/
H A Dobmolecformat.h155 static bool ReadNameIndex(NameIndexType& index, const std::string& datafilename,
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DCFFFileInput.h265 PDFHummus::EStatusCode ReadNameIndex();
H A DCFFFileInput.cpp221 status = ReadNameIndex(); in ReadCFFFile()
332 EStatusCode CFFFileInput::ReadNameIndex() in ReadNameIndex() function in CFFFileInput
1378 status = ReadNameIndex(); in ReadCFFFileByIndexOrName()
/dports/science/openbabel/openbabel-3.1.1/src/
H A Dobmolecformat.cpp492 bool OBMoleculeFormat::ReadNameIndex(NameIndexType& index, in ReadNameIndex() function in OpenBabel::OBMoleculeFormat
/dports/science/openbabel/openbabel-3.1.1/src/formats/
H A Dchemkinformat.cpp724 if(!pThermFormat || !OBMoleculeFormat::ReadNameIndex(index, datafilename, pThermFormat)) in ReadStdThermo()