All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HdEmbreeTypeHelper Class Reference

A utility class that helps map between C++ types and Hd type tags. More...

Public Types

typedef char PrimvarTypeContainer [sizeof(GfMatrix4d)]
 Define a type that can hold one sample of any primvar. More...
 

Static Public Member Functions

template<typename T >
static HdTupleType GetTupleType ()
 Return the HdTupleType corresponding to the given C++ type. More...
 

Detailed Description

A utility class that helps map between C++ types and Hd type tags.

Definition at line 50 of file sampler.h.

Member Typedef Documentation

typedef char PrimvarTypeContainer[sizeof(GfMatrix4d)]

Define a type that can hold one sample of any primvar.

Definition at line 57 of file sampler.h.

Member Function Documentation

static HdTupleType GetTupleType ( )
static

Return the HdTupleType corresponding to the given C++ type.


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