Home
last modified time | relevance | path

Searched refs:OV3fProperty (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/Abc/Tests/
H A DObjectsAndPropertiesTest.cpp113 OV3fProperty ac0V3fp0( ac0Props, "ac0V3fp0" ); in simpleTestOut()
116 TESTING_ASSERT( OV3fProperty::matches( *ac0V3fp0Header ) ); in simpleTestOut()
145 TESTING_ASSERT( ! OV3fProperty::matches( *ac0N3fp0Header ) ); in simpleTestOut()
171 TESTING_ASSERT( ! OV3fProperty::matches( *ac0P3fp0Header ) ); in simpleTestOut()
226 TESTING_ASSERT( ! OV3fProperty::matches( *acc0V3fap0Header ) ); in simpleTestOut()
H A Dtest1.cpp62 OV3fProperty clanker( clampto, "clanker", 0 ); in simpleTestOut()
H A DParentingTest.cpp101 OV3fProperty ac0V3fp0( ac0Props, "ac0V3fp0" ); in simpleTestOut()
/dports/graphics/alembic/alembic-1.8.3/python/PyAlembic/
H A DPyOTypedScalarProperty.cpp125 register_<Abc::OV3fProperty>( "OV3fProperty" ); in register_otypedscalarproperty()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/Abc/
H A DOTypedScalarProperty.h252 typedef OTypedScalarProperty<V3fTPTraits> OV3fProperty; typedef
/dports/graphics/alembic/alembic-1.8.3/maya/AbcExport/
H A DAttributesWriter.cpp266 Abc::OV3fProperty up(iParent, plugName, iTimeIndex); in createUserPropertyFromNumeric()