Searched defs:MaskCollection (Results 1 – 1 of 1) sorted by relevance
104 struct MaskCollection struct106 explicit __host__ __device__ __forceinline__ MaskCollection(PtrStepb* maskCollection_) in MaskCollection() argument109 __device__ __forceinline__ MaskCollection(const MaskCollection& masks_) in MaskCollection() argument112 __device__ __forceinline__ void next() in next()116 __device__ __forceinline__ void setMask(int z) in setMask()121 __device__ __forceinline__ bool operator()(int y, int x) const in operator ()()127 const PtrStepb* maskCollection;128 PtrStepb curMask;