|
| template<class Archive, typename Block, typename Allocator> |
| void | boost::serialization::serialize (Archive &ar, dynamic_bitset< Block, Allocator > &bs, const unsigned int) |
| |
| RDKIT_GAUSSIANSHAPE_EXPORT void | RDKit::GaussianShape::findFeatures (const Conformer &conf, std::vector< CustomFeature > &features, const std::optional< std::vector< unsigned int > > &atomSubset=std::nullopt) |
| |
| RDKIT_GAUSSIANSHAPE_EXPORT RDGeom::Point3D | RDKit::GaussianShape::computeFeaturePos (const Conformer &conf, const std::vector< unsigned int > &ats) |
| |
| RDKIT_GAUSSIANSHAPE_EXPORT RDGeom::Transform3D | RDKit::GaussianShape::quatTransToTransform (const double *quat, const double *trans) |
| |
| RDKIT_GAUSSIANSHAPE_EXPORT void | RDKit::GaussianShape::applyTransformToShape (std::vector< double > &shape, const RDGeom::Transform3D &xform) |
| |
| RDKIT_GAUSSIANSHAPE_EXPORT void | RDKit::GaussianShape::applyTransformToShape (const double *inShape, double *outShape, size_t numPoints, const RDGeom::Transform3D &xform) |
| |
| RDKIT_GAUSSIANSHAPE_EXPORT void | RDKit::GaussianShape::translateShape (std::vector< double > &shape, const RDGeom::Point3D &translation) |
| |
| RDKIT_GAUSSIANSHAPE_EXPORT void | RDKit::GaussianShape::translateShape (const double *inShape, double *outShape, size_t numPoints, const RDGeom::Point3D &translation) |
| |
| RDKIT_GAUSSIANSHAPE_EXPORT double | RDKit::GaussianShape::maxScore (double v1, double v2, double c1, double c2, const ShapeOverlayOptions &overlayOpts) |
| |