|
OpenStructure
|
#include <query_ast.hh>
Public Member Functions | |
| WithinParam (const geom::Vec3 ¢er, float radius) | |
| WithinParam (int ref, float radius) | |
| WithinParam () | |
| float | GetRadiusSquare () const |
| bool | operator== (const WithinParam &p) const |
| const geom::Vec3 & | GetCenter () const |
| int | GetRef () const |
| bool | HasValidRef () const |
holds the right and left hand operand of a within statement. The lefthand operand is a distance in Angstrom, the righthand parameter may both be a lazily bound reference to a point cloud (that is only known at instantiation time) or a vector.
Definition at line 38 of file query_ast.hh.
| WithinParam | ( | const geom::Vec3 & | center, |
| float | radius | ||
| ) |
| WithinParam | ( | int | ref, |
| float | radius | ||
| ) |
| WithinParam | ( | ) |
| const geom::Vec3 & GetCenter | ( | ) | const |
| float GetRadiusSquare | ( | ) | const |
| int GetRef | ( | ) | const |
| bool HasValidRef | ( | ) | const |
| bool operator== | ( | const WithinParam & | p | ) | const |