NcvRect32s Struct Reference

#include <NCV.hpp>

List of all members.

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.

Constructor & Destructor Documentation

__host__ __device__ NcvRect32s::NcvRect32s (  ) 
__host__ __device__ NcvRect32s::NcvRect32s ( Ncv32s  x,
Ncv32s  y,
Ncv32s  width,
Ncv32s  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: