![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <ShapeInput.h>
Public Member Functions | |
| CustomFeature (const unsigned int t, const RDGeom::Point3D &p, const double r, const std::vector< unsigned int > &a=std::vector< unsigned int >()) | |
Public Attributes | |
| unsigned int | type |
| RDGeom::Point3D | pos |
| double | rad |
| std::vector< unsigned int > | atoms |
Definition at line 77 of file ShapeInput.h.
|
inline |
| std::vector<unsigned int> RDKit::GaussianShape::CustomFeature::atoms |
Definition at line 86 of file ShapeInput.h.
Referenced by CustomFeature().
| RDGeom::Point3D RDKit::GaussianShape::CustomFeature::pos |
Definition at line 83 of file ShapeInput.h.
Referenced by CustomFeature().
| double RDKit::GaussianShape::CustomFeature::rad |
Definition at line 84 of file ShapeInput.h.
Referenced by CustomFeature().
| unsigned int RDKit::GaussianShape::CustomFeature::type |
Definition at line 82 of file ShapeInput.h.
Referenced by CustomFeature().