#include <utility.hpp>
Public Member Functions | |
| __device__ __forceinline__ | WithOutMask () |
| __device__ __forceinline__ | WithOutMask (const WithOutMask &mask) |
| __device__ __forceinline__ void | next () const |
| __device__ __forceinline__ void | setMask (int) const |
| __device__ __forceinline__ bool | operator() (int, int) const |
| __device__ __forceinline__ bool | operator() (int, int, int) const |
Static Public Member Functions | |
| static __device__ __forceinline__ bool | check (int, int) |
| static __device__ __forceinline__ bool | check (int, int, int, uint offset=0) |
| __device__ __forceinline__ cv::gpu::device::WithOutMask::WithOutMask | ( | ) |
| __device__ __forceinline__ cv::gpu::device::WithOutMask::WithOutMask | ( | const WithOutMask & | mask | ) |
| __device__ __forceinline__ void cv::gpu::device::WithOutMask::next | ( | ) | const |
| __device__ __forceinline__ void cv::gpu::device::WithOutMask::setMask | ( | int | ) | const |
| static __device__ __forceinline__ bool cv::gpu::device::WithOutMask::check | ( | int | , |
| int | |||
| ) | [static] |
| static __device__ __forceinline__ bool cv::gpu::device::WithOutMask::check | ( | int | , |
| int | , | ||
| int | , | ||
| uint | offset = 0 |
||
| ) | [static] |