Loading...
Searching...
No Matches
HdEmbreeTypeHelper Class Reference

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

#include <sampler.h>

Public Types

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

Static Public Member Functions

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

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

◆ PrimvarTypeContainer

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

◆ GetTupleType()

static HdTupleType GetTupleType ( )
static

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


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