OpenCV  2.4.13.3
Open Source Computer Vision
cv::gpu::device::WithOutMask Struct Reference

#include <utility.hpp>

Public Member Functions

__host__ __device__ __forceinline__ WithOutMask ()
 
__host__ __device__ __forceinline__ WithOutMask (const WithOutMask &)
 
__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)
 

Constructor & Destructor Documentation

§ WithOutMask() [1/2]

__host__ __device__ __forceinline__ cv::gpu::device::WithOutMask::WithOutMask ( )
inline

§ WithOutMask() [2/2]

__host__ __device__ __forceinline__ cv::gpu::device::WithOutMask::WithOutMask ( const WithOutMask )
inline

Member Function Documentation

§ check() [1/2]

static __device__ __forceinline__ bool cv::gpu::device::WithOutMask::check ( int  ,
int   
)
inlinestatic

§ check() [2/2]

static __device__ __forceinline__ bool cv::gpu::device::WithOutMask::check ( int  ,
int  ,
int   
)
inlinestatic

§ next()

__device__ __forceinline__ void cv::gpu::device::WithOutMask::next ( ) const
inline

§ operator()() [1/2]

__device__ __forceinline__ bool cv::gpu::device::WithOutMask::operator() ( int  ,
int   
) const
inline

§ operator()() [2/2]

__device__ __forceinline__ bool cv::gpu::device::WithOutMask::operator() ( int  ,
int  ,
int   
) const
inline

§ setMask()

__device__ __forceinline__ void cv::gpu::device::WithOutMask::setMask ( int  ) const
inline

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