Chemical Data Processing Library C++ API - Version 1.1.1
CDPL::Vis::Rectangle2D Member List

This is the complete list of members for CDPL::Vis::Rectangle2D, including all inherited members.

addMargin(double width, double height)CDPL::Vis::Rectangle2D
addPoint(const Math::Vector2D &pt)CDPL::Vis::Rectangle2D
addPoint(double x, double y)CDPL::Vis::Rectangle2D
addRectangle(const Rectangle2D &rect)CDPL::Vis::Rectangle2D
containsPoint(const Math::Vector2D &pt) constCDPL::Vis::Rectangle2D
containsPoint(double x, double y) constCDPL::Vis::Rectangle2D
containsRectangle(const Rectangle2D &rect) constCDPL::Vis::Rectangle2D
getArea() constCDPL::Vis::Rectangle2D
getCenter() constCDPL::Vis::Rectangle2D
getCenter(Math::Vector2D &ctr) constCDPL::Vis::Rectangle2D
getHeight() constCDPL::Vis::Rectangle2D
getMax() constCDPL::Vis::Rectangle2D
getMin() constCDPL::Vis::Rectangle2D
getWidth() constCDPL::Vis::Rectangle2D
intersectsRectangle(const Rectangle2D &rect) constCDPL::Vis::Rectangle2D
isDefined() constCDPL::Vis::Rectangle2D
operator!=(const Rectangle2D &rect) constCDPL::Vis::Rectangle2D
operator==(const Rectangle2D &rect) constCDPL::Vis::Rectangle2D
Rectangle2D()CDPL::Vis::Rectangle2D
Rectangle2D(const Math::Vector2D &min, const Math::Vector2D &max)CDPL::Vis::Rectangle2D
Rectangle2D(double min_x, double min_y, double max_x, double max_y)CDPL::Vis::Rectangle2D
reset()CDPL::Vis::Rectangle2D
scale(double factor)CDPL::Vis::Rectangle2D
setBounds(double min_x, double min_y, double max_x, double max_y)CDPL::Vis::Rectangle2D
setBounds(const Math::Vector2D &min, const Math::Vector2D &max)CDPL::Vis::Rectangle2D
setMax(const Math::Vector2D &pt)CDPL::Vis::Rectangle2D
setMax(double x, double y)CDPL::Vis::Rectangle2D
setMin(const Math::Vector2D &pt)CDPL::Vis::Rectangle2D
setMin(double x, double y)CDPL::Vis::Rectangle2D
translate(const Math::Vector2D &vec)CDPL::Vis::Rectangle2D
~Rectangle2D()CDPL::Vis::Rectangle2Dinlinevirtual