HDK
|
#include <sdfTypeIndicator.h>
Represents a mapping from an Sdr Property type to Sdf type.
If an exact mapping exists from Sdr Property type to Sdf type, HasSdfType() will return true, and GetSdfType() will return the Sdf type resulting from the conversion. GetSdrType() will return the original Sdr Property type.
If a mapping doesn't exist from Sdr Property type to Sdf type, HasSdfType() will return false, and GetSdfType() will return either SdfValueTypeNames->TokenArray or SdfValueTypeNames->Token. GetSdrType() will return the original Sdr Property type.