OEShapeQuery

class OEShapeQuery : public OEShapeQueryBase

The OEShapeQuery class defines an interface for creating a shape query, useful for defining a reference system for shape/color overlap calculations.

The following methods are publicly inherited from OEBase:
The following methods are publicly inherited from OEShapeQueryBase:
The OEShapeQuery class defines the following public methods:

Constructors

OEShapeQuery()
OEShapeQuery(const OEShapeQuery&)

Default and copy constructors.

operator=

OEShapeQuery &operator=(const OEShapeQuery &)

The assignment operator.

AddColorGaussian

void AddColorGaussian(const OESystem::OEGaussianBase&)

Adds the specified color gaussian to the query.

AddShapeGaussian

void AddShapeGaussian(const OESystem::OEGaussianBase&)

Adds the specified shape gaussian to the query.

Clear

void Clear()

Removes all the current contents from the query.

ClearColorGaussians

void ClearColorGaussians()

Removes all the color gaussians from the query.

ClearMolecule

void ClearMolecule()

Removes the molecule from the query.

ClearShapeGaussians

void ClearShapeGaussians()

Removes all the shape gaussians from the query.

ClearShapeGrid

void ClearShapeGrid()

Removes the shape grid from the query.

DeleteColorGaussian

bool DeleteColorGaussian(OESystem::OEGaussianBase*)

Removes the specified color gaussian from the query.

DeleteShapeGaussian

bool DeleteShapeGaussian(OESystem::OEGaussianBase*)

Removes the specified shape gaussian from the query.

SetMolecule

void SetMolecule( const OEChem::OEMolBase&)

Adds the specified molecule to the query.

SetShapeGrid

void SetShapeGrid(const OESystem::OEScalarGrid&)

Adds the specified shape grid to the query.