Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Static Public Attributes
pcl::traits::decomposeArray< T > Struct Template Reference

#include <pcl/point_traits.h>

Collaboration diagram for pcl::traits::decomposeArray< T >:
Collaboration graph
[legend]

List of all members.

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 99 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 101 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 102 of file point_traits.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines