Home
last modified time | relevance | path

Searched refs:OV3fArrayProperty (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/Abc/Tests/
H A DObjectsAndPropertiesTest.cpp132 TESTING_ASSERT( ! OV3fArrayProperty::matches( *ac0V3fp0Header ) ); in simpleTestOut()
217 OV3fArrayProperty acc0V3fap0( acc0Props, "acc0V3fap0", ts ); in simpleTestOut()
220 TESTING_ASSERT( OV3fArrayProperty::matches( *acc0V3fap0Header ) ); in simpleTestOut()
236 TESTING_ASSERT( ! OV3fArrayProperty::matches( *acc0P3fap0Header ) ); in simpleTestOut()
391 TESTING_ASSERT( OV3fArrayProperty::matches( *acc0V3fap0Header ) ); in simpleTestIn()
H A DParentingTest.cpp108 OV3fArrayProperty acc0V3fap0( acc0Props, "acc0V3fap0", tsidx ); in simpleTestOut()
H A DArrayPropertyTest.cpp256 OV3fArrayProperty positions( childProps, // owner in writeV3fArrayProperty()
/dports/graphics/alembic/alembic-1.8.3/python/PyAlembic/
H A DPyOTypedArrayProperty.cpp125 register_<Abc::OV3fArrayProperty>( "OV3fArrayProperty" ); in register_otypedarrayproperty()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcGeom/
H A DOPoints.h279 Abc::OV3fArrayProperty m_velocitiesProperty;
H A DOPolyMesh.h306 Abc::OV3fArrayProperty m_velocitiesProperty;
H A DOPoints.cpp352 m_velocitiesProperty = Abc::OV3fArrayProperty( this->getPtr(), ".velocities", in createVelocityProperty()
H A DOCurves.h432 Abc::OV3fArrayProperty m_velocitiesProperty;
H A DOSubD.h492 Abc::OV3fArrayProperty m_velocitiesProperty;
H A DONuPatch.h483 Abc::OV3fArrayProperty m_velocitiesProperty;
H A DOPolyMesh.cpp229 m_velocitiesProperty = Abc::OV3fArrayProperty( this->getPtr(), in createVelocitiesProperty()
H A DOCurves.cpp411 m_velocitiesProperty = Abc::OV3fArrayProperty( this->getPtr(), in createVelocityProperty()
H A DONuPatch.cpp470 m_velocitiesProperty = Abc::OV3fArrayProperty( this->getPtr(), in createVelocityProperty()
H A DOSubD.cpp444 m_velocitiesProperty = Abc::OV3fArrayProperty( this->getPtr(), in createVelocitiesProperty()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/Abc/
H A DOTypedArrayProperty.h265 typedef OTypedArrayProperty<V3fTPTraits> OV3fArrayProperty; typedef
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcGeom/Tests/
H A DPointsTest.cpp253 OV3fArrayProperty velOut( pSchema, "velocity", mdata, tsidx ); in RunAndWriteParticles()