![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Enumerations | |
enum | PropertyPickleOptions { NoProps = 0, MolProps = BOOST_BINARY(1), AtomProps = BOOST_BINARY(10), BondProps = BOOST_BINARY(100), QueryAtomData, PrivateProps = BOOST_BINARY(10000), ComputedProps = BOOST_BINARY(100000), AllProps } |
Enumerator | |
---|---|
NoProps | |
MolProps | |
AtomProps | |
BondProps | |
QueryAtomData | |
PrivateProps | |
ComputedProps | |
AllProps |
Definition at line 47 of file MolPickler.h.