Speclib  0.1.2
The library for writing better CUDA libraries
sp::Rect< T > Member List

This is the complete list of members for sp::Rect< T >, including all inherited members.

bottomLeft() constsp::Rect< T >
bottomRight() constsp::Rect< T >
boundingRect(const sp::Rect< T > &other) constsp::Rect< T >
contains(const sp::Vec< T, 2 > &point)sp::Rect< T >
contains(const sp::Rect< T > &rect)sp::Rect< T >
fromPoints(const sp::Vec< T, 2 > &topLeft, const sp::Vec< T, 2 > &bottomRight)sp::Rect< T >static
intersect(const sp::Rect< T > &other)sp::Rect< T >
operator!=(const Rect< T > &other) const (defined in sp::Rect< T >)sp::Rect< T >
operator==(const sp::Rect< T > &other) const (defined in sp::Rect< T >)sp::Rect< T >
position (defined in sp::Rect< T >)sp::Rect< T >
Rect(const sp::Vec< T, 2 > &position, const sp::Vec< T, 2 > size)sp::Rect< T >
size (defined in sp::Rect< T >)sp::Rect< T >
topLeft() constsp::Rect< T >
topRight() constsp::Rect< T >
valid() constsp::Rect< T >