Point Cloud Library (PCL)  1.8.0
List of all members | Public Types | Static Public Member Functions | Static Public Attributes
pcl::device::numeric_limits< unsigned long > Struct Template Reference

#include </builddir/build/BUILD/pcl-1.8.0/gpu/utils/include/pcl/gpu/utils/device/limits.hpp>

Public Types

typedef unsigned long 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 = false
 

Detailed Description

template<>
struct pcl::device::numeric_limits< unsigned long >

Definition at line 185 of file limits.hpp.

Member Typedef Documentation

§ type

typedef unsigned long pcl::device::numeric_limits< unsigned long >::type

Definition at line 187 of file limits.hpp.

Member Function Documentation

§ denorm_min()

__device__ static __forceinline__ type pcl::device::numeric_limits< unsigned long >::denorm_min ( )
static

§ epsilon()

__device__ static __forceinline__ type pcl::device::numeric_limits< unsigned long >::epsilon ( )
static

§ infinity()

__device__ static __forceinline__ type pcl::device::numeric_limits< unsigned long >::infinity ( )
static

§ max()

__device__ static __forceinline__ type pcl::device::numeric_limits< unsigned long >::max ( )
inlinestatic

§ min()

__device__ static __forceinline__ type pcl::device::numeric_limits< unsigned long >::min ( )
inlinestatic

Definition at line 188 of file limits.hpp.

§ quiet_NaN()

__device__ static __forceinline__ type pcl::device::numeric_limits< unsigned long >::quiet_NaN ( )
static

§ round_error()

__device__ static __forceinline__ type pcl::device::numeric_limits< unsigned long >::round_error ( )
static

§ signaling_NaN()

__device__ static __forceinline__ type pcl::device::numeric_limits< unsigned long >::signaling_NaN ( )
static

Member Data Documentation

§ is_signed

const bool pcl::device::numeric_limits< unsigned long >::is_signed = false
static

Definition at line 196 of file limits.hpp.


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