Home
last modified time | relevance | path

Searched refs:alembicType (Results 1 – 3 of 3) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/plugin/usdAbc/
H A DalembicUtil.cpp232 const UsdAbc_AlembicType& alembicType) const in FindConverter()
235 if (c.abcType == alembicType) { in FindConverter()
244 const UsdAbc_AlembicType& alembicType, in GetToUsdConverter() argument
248 if (c.usdType == usdType && c.abcType == alembicType) { in GetToUsdConverter()
284 const UsdAbc_AlembicType& alembicType, in _AddConverter() argument
290 _ConverterData(usdType, alembicType, usdConverter, abcConverter) in _AddConverter()
H A DalembicUtil.h955 SdfValueTypeName FindConverter(const UsdAbc_AlembicType& alembicType) const;
960 const UsdAbc_AlembicType& alembicType,
971 void _AddConverter(const UsdAbc_AlembicType& alembicType,
H A DalembicReader.cpp2096 const UsdAbc_AlembicType alembicType(*header); in AddOutOfSchemaProperty() local
2098 _context.GetSchema().GetConversions().FindConverter(alembicType); in AddOutOfSchemaProperty()
2111 alembicType, prop.typeName), in AddOutOfSchemaProperty()
2118 alembicType.Stringify().c_str(), in AddOutOfSchemaProperty()