Area() const noexcept | pcl::GenericRectangle< T > | inline |
Bottom() const noexcept | pcl::GenericRectangle< T > | inline |
BottomLeft() const noexcept | pcl::GenericRectangle< T > | inline |
BottomRight() const noexcept | pcl::GenericRectangle< T > | inline |
Center() const noexcept | pcl::GenericRectangle< T > | inline |
CenterBottom() const noexcept | pcl::GenericRectangle< T > | inline |
CenterLeft() const noexcept | pcl::GenericRectangle< T > | inline |
CenterRight() const noexcept | pcl::GenericRectangle< T > | inline |
CenterTop() const noexcept | pcl::GenericRectangle< T > | inline |
CenterX() const noexcept | pcl::GenericRectangle< T > | inline |
CenterY() const noexcept | pcl::GenericRectangle< T > | inline |
ClipCode(T1 x, T1 y) const noexcept | pcl::GenericRectangle< T > | inline |
ClipCode(const pcl::GenericPoint< T1 > &p) const noexcept | pcl::GenericRectangle< T > | inline |
component typedef | pcl::GenericRectangle< T > | |
DeflateBy(T1 dx, T1 dy) noexcept | pcl::GenericRectangle< T > | inline |
DeflateBy(T1 d) noexcept | pcl::GenericRectangle< T > | inline |
DeflatedBy(T1 dx, T1 dy) const noexcept | pcl::GenericRectangle< T > | inline |
DeflatedBy(T1 d) const noexcept | pcl::GenericRectangle< T > | inline |
Diagonal() const noexcept | pcl::GenericRectangle< T > | inline |
GenericRectangle() | pcl::GenericRectangle< T > | inline |
GenericRectangle(T1 left, T1 top, T1 right, T1 bottom) | pcl::GenericRectangle< T > | inline |
GenericRectangle(std::initializer_list< T1 > l) | pcl::GenericRectangle< T > | inline |
GenericRectangle(const pcl::GenericPoint< T1 > &leftTop, const pcl::GenericPoint< T1 > &rightBottom) | pcl::GenericRectangle< T > | inline |
GenericRectangle(component width, component height) | pcl::GenericRectangle< T > | inline |
GenericRectangle(component d) | pcl::GenericRectangle< T > | inline |
GenericRectangle(const GenericRectangle< T1 > &r) | pcl::GenericRectangle< T > | inline |
Height() const noexcept | pcl::GenericRectangle< T > | inline |
HeightSetTo(T1 h) const noexcept | pcl::GenericRectangle< T > | inline |
Hypot() const noexcept | pcl::GenericRectangle< T > | inline |
Includes(T1 x, T1 y) const noexcept | pcl::GenericRectangle< T > | inline |
Includes(const pcl::GenericPoint< T1 > &p) const noexcept | pcl::GenericRectangle< T > | inline |
Includes(const GenericRectangle< T1 > &r) const noexcept | pcl::GenericRectangle< T > | inline |
IncludesFast(T1 x, T1 y) const noexcept | pcl::GenericRectangle< T > | inline |
IncludesFast(const pcl::GenericPoint< T1 > &p) const noexcept | pcl::GenericRectangle< T > | inline |
InflateBy(T1 dx, T1 dy) noexcept | pcl::GenericRectangle< T > | inline |
InflateBy(T1 d) noexcept | pcl::GenericRectangle< T > | inline |
InflateByFactor(double k) noexcept | pcl::GenericRectangle< T > | inline |
InflateByFactors(double kx, double ky) noexcept | pcl::GenericRectangle< T > | inline |
InflatedBy(T1 dx, T1 dy) const noexcept | pcl::GenericRectangle< T > | inline |
InflatedBy(T1 d) const noexcept | pcl::GenericRectangle< T > | inline |
InflatedByFactor(double k) noexcept | pcl::GenericRectangle< T > | inline |
InflatedByFactors(double kx, double ky) noexcept | pcl::GenericRectangle< T > | inline |
Intersect(const GenericRectangle< T1 > &r) noexcept | pcl::GenericRectangle< T > | inline |
Intersect(T1 left, T1 top, T1 right, T1 bottom) noexcept | pcl::GenericRectangle< T > | inline |
IntersectFast(const GenericRectangle< T1 > &r) noexcept | pcl::GenericRectangle< T > | inline |
IntersectFast(T1 left, T1 top, T1 right, T1 bottom) noexcept | pcl::GenericRectangle< T > | inline |
Intersection(const GenericRectangle< T1 > &r) const noexcept | pcl::GenericRectangle< T > | inline |
IntersectionFast(const GenericRectangle< T1 > &r) const noexcept | pcl::GenericRectangle< T > | inline |
Intersects(T1 left, T1 top, T1 right, T1 bottom) const noexcept | pcl::GenericRectangle< T > | inline |
Intersects(const pcl::GenericRectangle< T1 > &r) const noexcept | pcl::GenericRectangle< T > | inline |
IntersectsFast(T1 left, T1 top, T1 right, T1 bottom) const noexcept | pcl::GenericRectangle< T > | inline |
IntersectsFast(const pcl::GenericRectangle< T1 > &r) const noexcept | pcl::GenericRectangle< T > | inline |
IsHorizontalLine() const noexcept | pcl::GenericRectangle< T > | inline |
IsLine() const noexcept | pcl::GenericRectangle< T > | inline |
IsNormal() const noexcept | pcl::GenericRectangle< T > | inline |
IsOrdered() const noexcept | pcl::GenericRectangle< T > | inline |
IsPoint() const noexcept | pcl::GenericRectangle< T > | inline |
IsPointOrLine() const noexcept | pcl::GenericRectangle< T > | inline |
IsRect() const noexcept | pcl::GenericRectangle< T > | inline |
IsVerticalLine() const noexcept | pcl::GenericRectangle< T > | inline |
Left() const noexcept | pcl::GenericRectangle< T > | inline |
LeftBottom() const noexcept | pcl::GenericRectangle< T > | inline |
LeftTop() const noexcept | pcl::GenericRectangle< T > | inline |
ManhattanDistance() const noexcept | pcl::GenericRectangle< T > | inline |
MoveBy(const pcl::GenericPoint< T1 > &d) noexcept | pcl::GenericRectangle< T > | inline |
MoveBy(T1 dx, T1 dy) noexcept | pcl::GenericRectangle< T > | inline |
MoveBy(T1 dxy) noexcept | pcl::GenericRectangle< T > | inline |
MovedBy(const pcl::GenericPoint< T1 > &d) const noexcept | pcl::GenericRectangle< T > | inline |
MovedBy(T1 dx, T1 dy) const noexcept | pcl::GenericRectangle< T > | inline |
MovedTo(const pcl::GenericPoint< T1 > &p) const noexcept | pcl::GenericRectangle< T > | inline |
MovedTo(T1 x, T1 y) const noexcept | pcl::GenericRectangle< T > | inline |
MoveTo(const pcl::GenericPoint< T1 > &p) noexcept | pcl::GenericRectangle< T > | inline |
MoveTo(T1 x, T1 y) noexcept | pcl::GenericRectangle< T > | inline |
operator&=(const GenericRectangle< T1 > &r) noexcept | pcl::GenericRectangle< T > | inline |
operator*=(const GenericRectangle< T1 > &r) noexcept | pcl::GenericRectangle< T > | inline |
operator*=(const pcl::GenericPoint< T1 > &p) noexcept | pcl::GenericRectangle< T > | inline |
operator*=(component d) noexcept | pcl::GenericRectangle< T > | inline |
operator+() const noexcept | pcl::GenericRectangle< T > | inline |
operator+=(const GenericRectangle< T1 > &r) noexcept | pcl::GenericRectangle< T > | inline |
operator+=(const pcl::GenericPoint< T1 > &p) noexcept | pcl::GenericRectangle< T > | inline |
operator+=(component d) noexcept | pcl::GenericRectangle< T > | inline |
operator-() const noexcept | pcl::GenericRectangle< T > | inline |
operator-=(const GenericRectangle< T1 > &r) noexcept | pcl::GenericRectangle< T > | inline |
operator-=(const pcl::GenericPoint< T1 > &p) noexcept | pcl::GenericRectangle< T > | inline |
operator-=(component d) noexcept | pcl::GenericRectangle< T > | inline |
operator/=(const GenericRectangle< T1 > &r) noexcept | pcl::GenericRectangle< T > | inline |
operator/=(const pcl::GenericPoint< T1 > &p) noexcept | pcl::GenericRectangle< T > | inline |
operator/=(component d) noexcept | pcl::GenericRectangle< T > | inline |
operator=(const GenericRectangle< T1 > &r) noexcept | pcl::GenericRectangle< T > | inline |
operator=(const pcl::GenericPoint< T1 > &p) noexcept | pcl::GenericRectangle< T > | inline |
operator=(component d) noexcept | pcl::GenericRectangle< T > | inline |
operator|=(const GenericRectangle< T1 > &r) noexcept | pcl::GenericRectangle< T > | inline |
Order() noexcept | pcl::GenericRectangle< T > | inline |
Ordered() const noexcept | pcl::GenericRectangle< T > | inline |
Perimeter() const noexcept | pcl::GenericRectangle< T > | inline |
point typedef | pcl::GenericRectangle< T > | |
ResizeBy(T1 dw, T1 dh) noexcept | pcl::GenericRectangle< T > | inline |
ResizedBy(T1 dw, T1 dh) const noexcept | pcl::GenericRectangle< T > | inline |
ResizedTo(T1 w, T1 h) const noexcept | pcl::GenericRectangle< T > | inline |
ResizeTo(T1 w, T1 h) noexcept | pcl::GenericRectangle< T > | inline |
Right() const noexcept | pcl::GenericRectangle< T > | inline |
RightBottom() const noexcept | pcl::GenericRectangle< T > | inline |
RightTop() const noexcept | pcl::GenericRectangle< T > | inline |
Rotate(T1 angle, T2 xc, T2 yc) noexcept | pcl::GenericRectangle< T > | inline |
Rotate(T1 angle, const GenericPoint< T2 > ¢er) noexcept | pcl::GenericRectangle< T > | inline |
Rotate(T1 sa, T1 ca, T2 xc, T2 yc) noexcept | pcl::GenericRectangle< T > | inline |
Rotate(T1 sa, T1 ca, const GenericPoint< T2 > ¢er) noexcept | pcl::GenericRectangle< T > | inline |
Rotated(T1 angle, T2 xc, T2 yc) const noexcept | pcl::GenericRectangle< T > | inline |
Rotated(T1 angle, const GenericPoint< T2 > ¢er) const noexcept | pcl::GenericRectangle< T > | inline |
Rotated(T1 sa, T1 ca, T2 xc, T2 yc) const noexcept | pcl::GenericRectangle< T > | inline |
Rotated(T1 sa, T1 ca, const GenericPoint< T2 > ¢er) const noexcept | pcl::GenericRectangle< T > | inline |
Round() noexcept | pcl::GenericRectangle< T > | inline |
Round(int n) noexcept | pcl::GenericRectangle< T > | inline |
Rounded() const noexcept | pcl::GenericRectangle< T > | inline |
Rounded(int n) const noexcept | pcl::GenericRectangle< T > | inline |
RoundedToInt() const noexcept | pcl::GenericRectangle< T > | inline |
Set(T1 left, T1 top, T1 right, T1 bottom) noexcept | pcl::GenericRectangle< T > | inline |
SetHeight(T1 h) noexcept | pcl::GenericRectangle< T > | inline |
SetWidth(T1 w) noexcept | pcl::GenericRectangle< T > | inline |
Top() const noexcept | pcl::GenericRectangle< T > | inline |
TopLeft() const noexcept | pcl::GenericRectangle< T > | inline |
TopRight() const noexcept | pcl::GenericRectangle< T > | inline |
Truncate() noexcept | pcl::GenericRectangle< T > | inline |
Truncated() const noexcept | pcl::GenericRectangle< T > | inline |
TruncatedToInt() const noexcept | pcl::GenericRectangle< T > | inline |
Union(const GenericRectangle< T1 > &r) const noexcept | pcl::GenericRectangle< T > | inline |
UnionFast(const GenericRectangle< T1 > &r) const noexcept | pcl::GenericRectangle< T > | inline |
Unite(const GenericRectangle< T1 > &r) noexcept | pcl::GenericRectangle< T > | inline |
Unite(T1 left, T1 top, T1 right, T1 bottom) noexcept | pcl::GenericRectangle< T > | inline |
UniteFast(const GenericRectangle< T1 > &r) noexcept | pcl::GenericRectangle< T > | inline |
UniteFast(T1 left, T1 top, T1 right, T1 bottom) noexcept | pcl::GenericRectangle< T > | inline |
Width() const noexcept | pcl::GenericRectangle< T > | inline |
WidthSetTo(T1 w) const noexcept | pcl::GenericRectangle< T > | inline |
x0 | pcl::GenericRectangle< T > | |
x1 | pcl::GenericRectangle< T > | |
y0 | pcl::GenericRectangle< T > | |
y1 | pcl::GenericRectangle< T > | |