Home
last modified time | relevance | path

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

/dports/science/openbabel/openbabel-3.1.1/external/maeparser-v1.2.3/maeparser/
H A DMaeBlock.hpp350 typedef IndexedProperty<std::string> IndexedStringProperty; typedef
382 std::map<std::string, std::shared_ptr<IndexedStringProperty>> m_smap;
472 std::shared_ptr<IndexedStringProperty>
475 return get_indexed_property<IndexedStringProperty>(m_smap, name); in getStringProperty()
479 std::shared_ptr<IndexedStringProperty> value) in setStringProperty()
481 set_indexed_property<IndexedStringProperty>(m_smap, name, value); in setStringProperty()
H A DMaeParser.cpp763 std::shared_ptr<IndexedStringProperty> isp( in getIndexedBlock()
764 new IndexedStringProperty(svalues, is_null)); in getIndexedBlock()
/dports/science/maeparser/maeparser-1.2.4/
H A DMaeBlock.hpp352 using IndexedStringProperty = IndexedProperty<std::string>; typedef
384 std::map<std::string, std::shared_ptr<IndexedStringProperty>> m_smap;
477 std::shared_ptr<IndexedStringProperty>
480 return get_indexed_property<IndexedStringProperty>(m_smap, name); in getStringProperty()
484 std::shared_ptr<IndexedStringProperty> value) in setStringProperty()
486 set_indexed_property<IndexedStringProperty>(m_smap, name, in setStringProperty()
H A DMaeParser.cpp763 std::shared_ptr<IndexedStringProperty> isp( in getIndexedBlock()
764 new IndexedStringProperty(svalues, is_null)); in getIndexedBlock()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/FileParsers/
H A DMaeMolSupplier.cpp117 std::shared_ptr<mae::IndexedStringProperty> m_atom_name;
118 std::shared_ptr<mae::IndexedStringProperty> m_residue_name;
119 std::shared_ptr<mae::IndexedStringProperty> m_chain_id;
120 std::shared_ptr<mae::IndexedStringProperty> m_insertion_code;
/dports/science/openbabel/openbabel-3.1.1/external/maeparser-v1.2.3/maeparser/test/
H A DMaeBlockTest.cpp202 auto isps = std::shared_ptr<IndexedStringProperty>( in BOOST_AUTO_TEST_CASE()
203 new IndexedStringProperty(dv, bs)); in BOOST_AUTO_TEST_CASE()
209 IndexedStringProperty& isp = *ispg; in BOOST_AUTO_TEST_CASE()
/dports/science/maeparser/maeparser-1.2.4/test/
H A DMaeBlockTest.cpp202 auto isps = std::shared_ptr<IndexedStringProperty>( in BOOST_AUTO_TEST_CASE()
203 new IndexedStringProperty(dv, bs)); in BOOST_AUTO_TEST_CASE()
209 IndexedStringProperty& isp = *ispg; in BOOST_AUTO_TEST_CASE()