RDB 2
Classes | Static Public Attributes | List of all members
riegl::rdb::pointcloud::DataTypeOf< ValueType > Class Template Reference

Get RDB data type enumerator from data type. More...

#include <dataTypes.hpp>

Static Public Attributes

static const DataType type
 Result RDB data type enumerator for given ValueType. More...
 

Detailed Description

template<typename ValueType>
class riegl::rdb::pointcloud::DataTypeOf< ValueType >

Get RDB data type enumerator from data type.

See also
dataTypeOf()

Definition at line 80 of file dataTypes.hpp.

Member Data Documentation

template<typename ValueType >
const DataType riegl::rdb::pointcloud::DataTypeOf< ValueType >::type
static
Initial value:
= data_type_of<
std::numeric_limits<CoreType>::is_integer,
std::numeric_limits<CoreType>::is_signed,
sizeof(CoreType)
>::type

Result RDB data type enumerator for given ValueType.

Definition at line 129 of file dataTypes.hpp.


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