#include <NCV.hpp>
Public Member Functions | |
__host__ __device__ | NcvRect32s () |
__host__ __device__ | NcvRect32s (Ncv32s x, Ncv32s y, Ncv32s width, Ncv32s height) |
Public Attributes | |
Ncv32s | x |
x-coordinate of upper left corner. | |
Ncv32s | y |
y-coordinate of upper left corner. | |
Ncv32s | width |
Rectangle width. | |
Ncv32s | height |
Rectangle height. |
__host__ __device__ NcvRect32s::NcvRect32s | ( | ) |
__host__ __device__ NcvRect32s::NcvRect32s | ( | Ncv32s | x, |
Ncv32s | y, | ||
Ncv32s | width, | ||
Ncv32s | height | ||
) |
x-coordinate of upper left corner.
y-coordinate of upper left corner.
Rectangle width.
Rectangle height.