Go to the source code of this file.
|
| template<class Archive, typename Block, typename Allocator> |
| void | boost::serialization::serialize (Archive &ar, boost::dynamic_bitset< Block, Allocator > &bs, const unsigned int) |
| RDKIT_GAUSSIANSHAPE_EXPORT RDGeom::Point3D | RDKit::GaussianShape::computeFeaturePos (const ROMol &mol, int confId, 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, RDGeom::Transform3D &xform) |
| RDKIT_GAUSSIANSHAPE_EXPORT void | RDKit::GaussianShape::applyTransformToShape (const double *inShape, double *outShape, size_t numPoints, 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) |