#include <RDGeneral/export.h>
#include <boost/dynamic_bitset.hpp>
#include <memory>
#include <vector>
Go to the source code of this file.
|
| namespace | RDKit |
| | Std stuff.
|
| |
|
| RDKIT_GRAPHMOL_EXPORT std::unique_ptr< RDKit::RWMol > | RDKit::copyMolSubset (const RDKit::ROMol &mol, const std::vector< unsigned int > &atoms, const std::vector< unsigned int > &bonds, const SubsetOptions &options=SubsetOptions()) |
| |
| RDKIT_GRAPHMOL_EXPORT std::unique_ptr< RDKit::RWMol > | RDKit::copyMolSubset (const RDKit::ROMol &mol, const std::vector< unsigned int > &atoms, const std::vector< unsigned int > &bonds, SubsetInfo &subsetInfo, const SubsetOptions &options=SubsetOptions()) |
| |
| RDKIT_GRAPHMOL_EXPORT std::unique_ptr< RDKit::RWMol > | RDKit::copyMolSubset (const RDKit::ROMol &mol, const std::vector< unsigned int > &path, const SubsetOptions &options=SubsetOptions()) |
| |
| RDKIT_GRAPHMOL_EXPORT std::unique_ptr< RDKit::RWMol > | RDKit::copyMolSubset (const RDKit::ROMol &mol, const std::vector< unsigned int > &path, SubsetInfo &subsetInfo, const SubsetOptions &options=SubsetOptions()) |
| |