Public Member Functions | Public Attributes
NcvRect32u Struct Reference

#include <NCV.hpp>

List of all members.

Public Member Functions

__host__ __device__ NcvRect32u ()
__host__ __device__ NcvRect32u (Ncv32u x, Ncv32u y, Ncv32u width, Ncv32u height)

Public Attributes

Ncv32u x
 x-coordinate of upper left corner.
Ncv32u y
 y-coordinate of upper left corner.
Ncv32u width
 Rectangle width.
Ncv32u height
 Rectangle height.

Constructor & Destructor Documentation

__host__ __device__ NcvRect32u::NcvRect32u ( )
__host__ __device__ NcvRect32u::NcvRect32u ( Ncv32u  x,
Ncv32u  y,
Ncv32u  width,
Ncv32u  height 
)

Member Data Documentation

x-coordinate of upper left corner.

y-coordinate of upper left corner.

Rectangle width.

Rectangle height.


The documentation for this struct was generated from the following file: