|
LuciadCPillar 2025.0.07
|
This is the complete list of members for luciad::Bounds, including all inherited members.
| Bounds(const Bounds &other) | luciad::Bounds | |
| Bounds(Bounds &&other) noexcept | luciad::Bounds | |
| Bounds(std::shared_ptr< CoordinateReference > reference, Coordinate location, double width, double height, double depth) | luciad::Bounds | |
| Bounds(std::shared_ptr< CoordinateReference > reference, Coordinate lowerLeft, Coordinate upperRight) | luciad::Bounds | |
| boundsUnion(const Bounds &bounds1, const Bounds &bounds2) | luciad::Bounds | static |
| contains2D(const Bounds &bounds, Coordinate coordinate, double eps=0) | luciad::Bounds | static |
| contains2D(const Bounds &bounds1, const Bounds &bounds2, double eps=0) | luciad::Bounds | static |
| contains3D(const Bounds &bounds, Coordinate coordinate, double eps=0) | luciad::Bounds | static |
| getBounds() const override | luciad::Bounds | virtual |
| getCenter() const | luciad::Bounds | |
| getDepth() const | luciad::Bounds | |
| getHash() const override | luciad::Bounds | protectedvirtual |
| getHeight() const | luciad::Bounds | |
| getLocation() const | luciad::Bounds | |
| getLowerLeftCorner() const | luciad::Bounds | |
| getLowerRightCorner() const | luciad::Bounds | |
| getReference() const override | luciad::Bounds | virtual |
| getUpperLeftCorner() const | luciad::Bounds | |
| getUpperRightCorner() const | luciad::Bounds | |
| getWidth() const | luciad::Bounds | |
| interacts2D(const Bounds &bounds1, const Bounds &bounds2, double eps=0) | luciad::Bounds | static |
| intersection2D(const Bounds &bounds1, const Bounds &bounds2) | luciad::Bounds | static |
| operator!=(const Bounds &other) const | luciad::Bounds | |
| operator=(Bounds other) | luciad::Bounds | |
| operator==(const Bounds &other) const | luciad::Bounds | |
| ~Bounds() override | luciad::Bounds | |
| ~Geometry()=default | luciad::Geometry | virtual |