#include <border_interpolate.hpp>
|  | 
| __host__ __device__ __forceinline__ | BrdColWrap (int height_) | 
|  | 
| template<typename U > | 
| __host__ __device__ __forceinline__ | BrdColWrap (int height_, U) | 
|  | 
| __device__ __forceinline__ int | idx_row_low (int y) const | 
|  | 
| __device__ __forceinline__ int | idx_row_high (int y) const | 
|  | 
| __device__ __forceinline__ int | idx_row (int y) const | 
|  | 
| template<typename T > | 
| __device__ __forceinline__ D | at_low (int y, const T *data, size_t step) const | 
|  | 
| template<typename T > | 
| __device__ __forceinline__ D | at_high (int y, const T *data, size_t step) const | 
|  | 
| template<typename T > | 
| __device__ __forceinline__ D | at (int y, const T *data, size_t step) const | 
|  | 
§ result_type
§ BrdColWrap() [1/2]
§ BrdColWrap() [2/2]
template<typename D > 
template<typename U > 
 
 
§ at()
template<typename D > 
template<typename T > 
 
 
§ at_high()
template<typename D > 
template<typename T > 
 
 
§ at_low()
template<typename D > 
template<typename T > 
 
 
§ idx_row()
§ idx_row_high()
§ idx_row_low()
§ height
The documentation for this struct was generated from the following file: