Home
last modified time | relevance | path

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

/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/Abc/Tests/
H A DObjectsAndPropertiesTest.cpp151 TESTING_ASSERT( ! ON3fArrayProperty::matches( *ac0N3fp0Header ) ); in simpleTestOut()
239 ON3fArrayProperty acc0N3fap0( acc0Props, "acc0N3fap0", ts ); in simpleTestOut()
415 TESTING_ASSERT( ON3fArrayProperty::matches( *acc0N3fap0Header ) ); in simpleTestIn()
/dports/graphics/alembic/alembic-1.8.3/python/PyAlembic/
H A DPyOTypedArrayProperty.cpp167 register_<Abc::ON3fArrayProperty>( "ON3fArrayProperty" ); in register_otypedarrayproperty()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/Abc/
H A DOTypedArrayProperty.h307 typedef OTypedArrayProperty<N3fTPTraits> ON3fArrayProperty; typedef