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 Attributes
pcl::traits::decomposeArray< T > Struct Template Reference

#include <pcl/point_traits.h>

+ Collaboration diagram for pcl::traits::decomposeArray< T >:

Public Types

typedef
boost::remove_all_extents< T >
::type 
type
 

Static Public Attributes

static const uint32_t value = sizeof (T) / sizeof (type)
 

Detailed Description

template<typename T>
struct pcl::traits::decomposeArray< T >

Definition at line 103 of file point_traits.h.

Member Typedef Documentation

template<typename T >
typedef boost::remove_all_extents<T>::type pcl::traits::decomposeArray< T >::type

Definition at line 105 of file point_traits.h.

Member Data Documentation

template<typename T >
const uint32_t pcl::traits::decomposeArray< T >::value = sizeof (T) / sizeof (type)
static

Definition at line 106 of file point_traits.h.


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