Point Cloud Library (PCL)  1.9.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
List of all members | Public Types | Static Public Member Functions | Static Public Attributes
pcl::device::numeric_limits< long > Struct Template Reference

#include </tmp/B.ja8W1J/BUILD/pcl-pcl-1.9.1/gpu/utils/include/pcl/gpu/utils/device/limits.hpp>

Public Types

typedef 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 = true
 

Detailed Description

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

Definition at line 171 of file limits.hpp.

Member Typedef Documentation

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

Definition at line 173 of file limits.hpp.

Member Function Documentation

__device__ static __forceinline__ type pcl::device::numeric_limits< long >::denorm_min ( )
static
__device__ static __forceinline__ type pcl::device::numeric_limits< long >::epsilon ( )
static
__device__ static __forceinline__ type pcl::device::numeric_limits< long >::infinity ( )
static
__device__ static __forceinline__ type pcl::device::numeric_limits< long >::max ( )
inlinestatic

Definition at line 175 of file limits.hpp.

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

Definition at line 174 of file limits.hpp.

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

Member Data Documentation

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

Definition at line 182 of file limits.hpp.


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