Home
last modified time | relevance | path

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

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestAttributeArray.cc269 typedAttr.set(0, 0.5); in TEST_F()
272 typedAttr.get(0, value); in TEST_F()
278 typedAttr.setUnsafe(0, 1.5); in TEST_F()
279 typedAttr.getUnsafe(0, value); in TEST_F()
570 typedAttr.set(0, 0.5); in TEST_F()
573 typedAttr.get(0, value); in TEST_F()
581 typedAttr.getUnsafe(0, value2); in TEST_F()
937 AttributeArrayD typedAttr(size); in TEST_F() local
1025 typedAttr.collapse(1.4); in TEST_F()
1056 typedAttr.set(5, 1.2); in TEST_F()
[all …]
/dports/graphics/alembic/alembic-1.8.3/maya/AbcImport/
H A DNodeIteratorVisitorHelper.cpp166 MFnTypedAttribute typedAttr; in addArrayProp() local
332 attrObj = typedAttr.create(attrName, attrName, in addArrayProp()
445 attrObj = typedAttr.create(attrName, attrName, in addArrayProp()
490 attrObj = typedAttr.create(attrName, attrName, in addArrayProp()
833 attrObj = typedAttr.create(attrName, attrName, in addArrayProp()
918 attrObj = typedAttr.create(attrName, attrName, in addArrayProp()
974 typedAttr.setKeyable(true); in addArrayProp()
979 typedAttr.setUsedAsColor(true); in addArrayProp()
1163 MFnTypedAttribute typedAttr; in addScalarProp() local
1312 typedAttr.setKeyable(true); in addScalarProp()
[all …]
/dports/graphics/alembic/alembic-1.8.3/maya/AbcExport/
H A DAttributesWriter.cpp1245 MFnTypedAttribute typedAttr(iAttr); in attributeToScalarPropertyPair() local
1246 return MFnTypedDataToSample(typedAttr.attrType(), iPlug, oProp); in attributeToScalarPropertyPair()
1276 MFnTypedAttribute typedAttr(iAttr); in attributeToArrayPropertyPair() local
1277 return MFnTypedDataToSample(typedAttr.attrType(), iPlug, in attributeToArrayPropertyPair()