Home
last modified time | relevance | path

Searched refs:OUInt32ArrayProperty (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcGeom/
H A DOGeomParam.h233 m_indicesProperty = Abc::OUInt32ArrayProperty( m_cprop, ".indices", in m_name()
361 OUInt32ArrayProperty getIndexProperty() const { return m_indicesProperty; } in getIndexProperty()
371 OUInt32ArrayProperty m_indicesProperty;
H A DOXform.cpp73 Abc::OUInt32ArrayProperty prop = Abc::OUInt32ArrayProperty( parent, in ~Data()
/dports/graphics/alembic/alembic-1.8.3/python/PyAlembic/
H A DPyOTypedArrayProperty.cpp108 register_<Abc::OUInt32ArrayProperty> ( "OUInt32ArrayProperty" ); in register_otypedarrayproperty()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/Abc/
H A DOTypedArrayProperty.h248 typedef OTypedArrayProperty<Uint32TPTraits> OUInt32ArrayProperty; typedef
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/Abc/Tests/
H A DArrayPropertyTest.cpp96 OUInt32ArrayProperty primes( childProps, // owner in writeUInt32ArrayProperty()