Ignore:
Timestamp:
Apr 23, 2021, 9:01:20 PM (5 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
0ec9f5
Parents:
cd79d0
git-author:
Frederik Heber <frederik.heber@…> (04/02/21 09:09:37)
git-committer:
Frederik Heber <frederik.heber@…> (04/23/21 21:01:20)
Message:

Added action to print selected atoms as graph6 string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Python/PythonScripting_impl.hpp

    rcd79d0 r5061d9  
    9090      "Waits until all currently queued actions have been processed."
    9191  );
     92  boost::python::def< std::string() >(
     93      "getGraph6String",
     94      MoleCuilder::detail::module_getGraph6String,
     95      "returns chemical graph of the current selected set of atoms as graph6 representation."
     96  );
     97  boost::python::def< std::string() >(
     98      "getElementListAsString",
     99      MoleCuilder::detail::module_getElementListAsString,
     100      "returns list of elements over the nodes of the graph of the current selected set of atoms."
     101  );
    92102  boost::python::def< MoleCuilder::detail::doubleVec() >(
    93103      "getBoundingBox",
Note: See TracChangeset for help on using the changeset viewer.