AlembicBaseObjectReader.kl¶
Types¶
AlembicBaseObjectReader (object)¶
The AlembicBaseObjectReader provides some base services and caching for objects AlembicObjectReader specialized classes.
Methods¶
AlembicBaseObjectReader ( in AlembicBaseObjectReader other ) | |
AlembicBaseObjectReader ( in Ref<AlembicArchiveReader> archive, in AlembicIObject alembicObject, in AlembicTimeSampling timeSampling, in UInt32 numSamples, in AlembicIScalarProperty childBoundsProperty ) | |
AlembicBaseObjectReader () | |
Boolean | areBoundsConstant ? () |
Boolean | areChildBoundsConstant ? () |
Boolean | areSelfBoundsConstant ? () |
buildChildrenReadersList ! () | |
AlembicBaseObjectReader | clone ? () |
Box3 | getBounds ! ( in Float64 time, io Boolean isConstant ) |
Box3 | getChildBounds ! ( in Float64 time, io Boolean isConstant ) |
Ref<AlembicIObject> | getIObject ? () |
SInt32 | getNumSamples ? () |
String | getPath ? () |
Box3 | getSelfBounds ! ( in Float64 time, io Boolean isConstant ) |
AlembicTimeSampling | getTimeSampling ? () |
UInt32 | getUserData ? () |
reset ! () | |
setUserData ! ( in UInt32 userData ) | |
Boolean | updateTimeInfo ! ( in Float64 time ) |
Boolean | valid ? () |
~AlembicBaseObjectReader () |