AlembicPropertyReader (object)¶
The AlembicPropertyReader can be used to read
Methods¶
Methods in detail¶
AlembicPropertyReader ( in AlembicPropertyReader other )
copy constructor
AlembicPropertyReader AlembicPropertyReader.clone? ()
clone method
Ref<AlembicDataType> AlembicPropertyReader.getAlembicDataType? ()
AlembicPropertyType AlembicPropertyReader.getAlembicPropertyType? ()
Ref<AlembicIArrayProperty> AlembicPropertyReader.getArrayProperty? ()
Ref<AlembicICompoundProperty> AlembicPropertyReader.getCompoundProperty? ()
AlembicPropertyHeader AlembicPropertyReader.getHeader? ()
String AlembicPropertyReader.getName? ()
returns the full path of the wrapped AlembicIPoints
String AlembicPropertyReader.getPropertyType? ()
Ref<AlembicIScalarProperty> AlembicPropertyReader.getScalarProperty? ()
Boolean[] AlembicPropertyReader.readBooleanArraySample! ( in Float64 time )
returns the value in the property as a Boolean. this[] method interpolates values between frames.
Boolean AlembicPropertyReader.readBooleanSample! ( in Float64 time )
returns the value in the property as a Boolean. this method interpolates values between frames.
Box2[] AlembicPropertyReader.readBox2ArraySample! ( in Float64 time )
returns the value in the property as a Box2. this method interpolates values between frames.
Box2 AlembicPropertyReader.readBox2Sample! ( in Float64 time )
returns the value in the property as a Box2. this method interpolates values between frames.
Box3[] AlembicPropertyReader.readBox3ArraySample! ( in Float64 time )
returns the value in the property as a Box3. this method interpolates values between frames.
Box3 AlembicPropertyReader.readBox3Sample! ( in Float64 time )
returns the value in the property as a Box3. this method interpolates values between frames.
Color[] AlembicPropertyReader.readColorArraySample! ( in Float64 time )
returns the value in the property as a Color. this method interpolates values between frames.
Color AlembicPropertyReader.readColorSample! ( in Float64 time )
returns the value in the property as a Color. this method interpolates values between frames.
Float32[] AlembicPropertyReader.readFloat32ArraySample! ( in Float64 time )
returns the value in the property as a Float32. this method interpolates values between frames.
Float32 AlembicPropertyReader.readFloat32Sample! ( in Float64 time )
returns the value in the property as a Float32. this method interpolates values between frames.
Float64[] AlembicPropertyReader.readFloat64ArraySample! ( in Float64 time )
returns the value in the property as a Float64. this method interpolates values between frames.
Float64 AlembicPropertyReader.readFloat64Sample! ( in Float64 time )
returns the value in the property as a Float64. this method interpolates values between frames.
Mat33[] AlembicPropertyReader.readMat33ArraySample! ( in Float64 time )
returns the value in the property as a Mat33. this method interpolates values between frames.
Mat33 AlembicPropertyReader.readMat33Sample! ( in Float64 time )
returns the value in the property as a Mat33. this method interpolates values between frames.
Mat44[] AlembicPropertyReader.readMat44ArraySample! ( in Float64 time )
returns the value in the property as a Mat44. this method interpolates values between frames.
Mat44 AlembicPropertyReader.readMat44Sample! ( in Float64 time )
returns the value in the property as a Mat44. this method interpolates values between frames.
Quat[] AlembicPropertyReader.readQuatArraySample! ( in Float64 time )
returns the value in the property as a Quat. this method interpolates values between frames.
Quat AlembicPropertyReader.readQuatSample! ( in Float64 time )
returns the value in the property as a Quat. this method interpolates values between frames.
SInt16[] AlembicPropertyReader.readSInt16ArraySample! ( in Float64 time )
returns the value in the property as a SInt16. this method interpolates values between frames.
SInt16 AlembicPropertyReader.readSInt16Sample! ( in Float64 time )
returns the value in the property as a SInt16. this method interpolates values between frames.
SInt32[] AlembicPropertyReader.readSInt32ArraySample! ( in Float64 time )
returns the value in the property as a SInt32. this method interpolates values between frames.
SInt32 AlembicPropertyReader.readSInt32Sample! ( in Float64 time )
returns the value in the property as a SInt32. this method interpolates values between frames.
SInt64[] AlembicPropertyReader.readSInt64ArraySample! ( in Float64 time )
returns the value in the property as a SInt64. this method interpolates values between frames.
SInt64 AlembicPropertyReader.readSInt64Sample! ( in Float64 time )
returns the value in the property as a SInt64. this method interpolates values between frames.
SInt8[] AlembicPropertyReader.readSInt8ArraySample! ( in Float64 time )
returns the value in the property as a SInt8. this method interpolates values between frames.
SInt8 AlembicPropertyReader.readSInt8Sample! ( in Float64 time )
returns the value in the property as a SInt8. this method interpolates values between frames.
String[] AlembicPropertyReader.readStringArraySample! ( in Float64 time )
returns the value in the property as a String. this method interpolates values between frames.
String AlembicPropertyReader.readStringSample! ( in Float64 time )
returns the value in the property as a String. this method interpolates values between frames.
UInt16[] AlembicPropertyReader.readUInt16ArraySample! ( in Float64 time )
returns the value in the property as a UInt16. this method interpolates values between frames.
UInt16 AlembicPropertyReader.readUInt16Sample! ( in Float64 time )
returns the value in the property as a UInt16. this method interpolates values between frames.
UInt32[] AlembicPropertyReader.readUInt32ArraySample! ( in Float64 time )
returns the value in the property as a UInt32. this method interpolates values between frames.
UInt32 AlembicPropertyReader.readUInt32Sample! ( in Float64 time )
returns the value in the property as a UInt32. this method interpolates values between frames.
UInt64[] AlembicPropertyReader.readUInt64ArraySample! ( in Float64 time )
returns the value in the property as a UInt64. this method interpolates values between frames.
UInt64 AlembicPropertyReader.readUInt64Sample! ( in Float64 time )
returns the value in the property as a UInt64. this method interpolates values between frames.
UInt8[] AlembicPropertyReader.readUInt8ArraySample! ( in Float64 time )
returns the value in the property as a UInt8. this method interpolates values between frames.
UInt8 AlembicPropertyReader.readUInt8Sample! ( in Float64 time )
returns the value in the property as a UInt8. this method interpolates values between frames.
Vec2[] AlembicPropertyReader.readVec2ArraySample! ( in Float64 time )
returns the value in the property as a Vec2. this method interpolates values between frames.
Vec2 AlembicPropertyReader.readVec2Sample! ( in Float64 time )
returns the value in the property as a Vec2. this method interpolates values between frames.
Vec3[] AlembicPropertyReader.readVec3ArraySample! ( in Float64 time )
returns the value in the property as a Vec3. this method interpolates values between frames.
Vec3 AlembicPropertyReader.readVec3Sample! ( in Float64 time )
returns the value in the property as a Vec3. this method interpolates values between frames.
AlembicPropertyReader.reset! ()
clears all pointers and releases all alembic containers
Boolean AlembicPropertyReader.valid? ()
returns true if this reader wraps a valid AlembicIPoints