Public Types | Static Public Member Functions | Static Public Attributes
cv::gpu::device::numeric_limits< short > Struct Template Reference

#include <limits.hpp>

List of all members.

Public Types

typedef short type

Static Public Member Functions

__device__ static
__forceinline__ type 
min ()
__device__ static
__forceinline__ type 
max ()
__device__ static
__forceinline__ type 
epsilon ()
__device__ static
__forceinline__ type 
round_error ()
__device__ static
__forceinline__ type 
denorm_min ()
__device__ static
__forceinline__ type 
infinity ()
__device__ static
__forceinline__ type 
quiet_NaN ()
__device__ static
__forceinline__ type 
signaling_NaN ()

Static Public Attributes

static const bool is_signed = true

template<>
struct cv::gpu::device::numeric_limits< short >


Member Typedef Documentation

typedef short cv::gpu::device::numeric_limits< short >::type

Member Function Documentation

__device__ static __forceinline__ type cv::gpu::device::numeric_limits< short >::min ( ) [static]
__device__ static __forceinline__ type cv::gpu::device::numeric_limits< short >::max ( ) [static]
__device__ static __forceinline__ type cv::gpu::device::numeric_limits< short >::epsilon ( ) [static]
__device__ static __forceinline__ type cv::gpu::device::numeric_limits< short >::round_error ( ) [static]
__device__ static __forceinline__ type cv::gpu::device::numeric_limits< short >::denorm_min ( ) [static]
__device__ static __forceinline__ type cv::gpu::device::numeric_limits< short >::infinity ( ) [static]
__device__ static __forceinline__ type cv::gpu::device::numeric_limits< short >::quiet_NaN ( ) [static]
__device__ static __forceinline__ type cv::gpu::device::numeric_limits< short >::signaling_NaN ( ) [static]

Member Data Documentation

const bool cv::gpu::device::numeric_limits< short >::is_signed = true [static]

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