HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::points::FixedPointCodec< OneByte, Range > Struct Template Reference

#include <AttributeArray.h>

Classes

struct  Storage
 

Static Public Member Functions

template<typename StorageType , typename ValueType >
static void decode (const StorageType &, ValueType &)
 
template<typename StorageType , typename ValueType >
static void encode (const ValueType &, StorageType &)
 
static const char * name ()
 

Detailed Description

template<bool OneByte, typename Range = PositionRange>
struct openvdb::OPENVDB_VERSION_NAME::points::FixedPointCodec< OneByte, Range >

Definition at line 510 of file AttributeArray.h.

Member Function Documentation

template<bool OneByte, typename Range >
template<typename StorageType , typename ValueType >
void openvdb::OPENVDB_VERSION_NAME::points::FixedPointCodec< OneByte, Range >::decode ( const StorageType &  data,
ValueType &  val 
)
inlinestatic

Definition at line 990 of file AttributeArray.h.

template<bool OneByte, typename Range >
template<typename StorageType , typename ValueType >
void openvdb::OPENVDB_VERSION_NAME::points::FixedPointCodec< OneByte, Range >::encode ( const ValueType &  val,
StorageType &  data 
)
inlinestatic

Definition at line 1003 of file AttributeArray.h.

template<bool OneByte, typename Range = PositionRange>
static const char* openvdb::OPENVDB_VERSION_NAME::points::FixedPointCodec< OneByte, Range >::name ( void  )
inlinestatic

Definition at line 518 of file AttributeArray.h.


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