#include <ShapeInput.h>
Definition at line 76 of file ShapeInput.h.
◆ ShapeInputOptions() [1/3]
| RDKit::GaussianShape::ShapeInputOptions::ShapeInputOptions |
( |
| ) |
|
|
default |
◆ ShapeInputOptions() [2/3]
| RDKit::GaussianShape::ShapeInputOptions::ShapeInputOptions |
( |
const ShapeInputOptions & | | ) |
|
|
default |
◆ ShapeInputOptions() [3/3]
| RDKit::GaussianShape::ShapeInputOptions::ShapeInputOptions |
( |
ShapeInputOptions && | | ) |
|
|
default |
◆ ~ShapeInputOptions()
| RDKit::GaussianShape::ShapeInputOptions::~ShapeInputOptions |
( |
| ) |
|
|
default |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ allCarbonRadii
| bool RDKit::GaussianShape::ShapeInputOptions::allCarbonRadii |
Initial value:Use these non-standard radii for these atoms. The int is for the atom index in the molecule, not the atomic number. Not all atoms need be specified, just some radii can be over-ridden, with the rest left as standard.
Definition at line 102 of file ShapeInput.h.
◆ atomRadii
| std::vector<std::pair<unsigned int, double> > RDKit::GaussianShape::ShapeInputOptions::atomRadii |
If not empty, use just these atoms in the molecule to form the ShapeInput object.
Definition at line 98 of file ShapeInput.h.
◆ atomSubset
| std::vector<unsigned int> RDKit::GaussianShape::ShapeInputOptions::atomSubset |
Custom color features used verbatim. A vector of tuples of integer type, Point3D coords, double radius.
Definition at line 95 of file ShapeInput.h.
◆ customFeatures
| CustomFeatures RDKit::GaussianShape::ShapeInputOptions::customFeatures |
Whether to build the color features. By default, it will create features using the RDKit pharmacophore definitions.
Definition at line 91 of file ShapeInput.h.
◆ useColors
| bool RDKit::GaussianShape::ShapeInputOptions::useColors |
The documentation for this struct was generated from the following file: