AlembicPropertyReader (object)

The AlembicPropertyReader can be used to read

AlembicPropertyReader AlembicPropertyReader AlembicPropertyReader

Methods

  AlembicPropertyReader ( in AlembicPropertyReader other )
  AlembicPropertyReader ()
AlembicPropertyReader clone ? ()
Ref<AlembicDataType> getAlembicDataType ? ()
AlembicPropertyType getAlembicPropertyType ? ()
Ref<AlembicIArrayProperty> getArrayProperty ? ()
Ref<AlembicICompoundProperty> getCompoundProperty ? ()
AlembicPropertyHeader getHeader ? ()
String getName ? ()
String getPropertyType ? ()
Ref<AlembicIScalarProperty> getScalarProperty ? ()
Boolean[] readBooleanArraySample ! ( in Float64 time )
Boolean readBooleanSample ! ( in Float64 time )
Box2[] readBox2ArraySample ! ( in Float64 time )
Box2 readBox2Sample ! ( in Float64 time )
Box3[] readBox3ArraySample ! ( in Float64 time )
Box3 readBox3Sample ! ( in Float64 time )
Color[] readColorArraySample ! ( in Float64 time )
Color readColorSample ! ( in Float64 time )
Float32[] readFloat32ArraySample ! ( in Float64 time )
Float32 readFloat32Sample ! ( in Float64 time )
Float64[] readFloat64ArraySample ! ( in Float64 time )
Float64 readFloat64Sample ! ( in Float64 time )
Mat33[] readMat33ArraySample ! ( in Float64 time )
Mat33 readMat33Sample ! ( in Float64 time )
Mat44[] readMat44ArraySample ! ( in Float64 time )
Mat44 readMat44Sample ! ( in Float64 time )
Quat[] readQuatArraySample ! ( in Float64 time )
Quat readQuatSample ! ( in Float64 time )
SInt16[] readSInt16ArraySample ! ( in Float64 time )
SInt16 readSInt16Sample ! ( in Float64 time )
SInt32[] readSInt32ArraySample ! ( in Float64 time )
SInt32 readSInt32Sample ! ( in Float64 time )
SInt64[] readSInt64ArraySample ! ( in Float64 time )
SInt64 readSInt64Sample ! ( in Float64 time )
SInt8[] readSInt8ArraySample ! ( in Float64 time )
SInt8 readSInt8Sample ! ( in Float64 time )
String[] readStringArraySample ! ( in Float64 time )
String readStringSample ! ( in Float64 time )
UInt16[] readUInt16ArraySample ! ( in Float64 time )
UInt16 readUInt16Sample ! ( in Float64 time )
UInt32[] readUInt32ArraySample ! ( in Float64 time )
UInt32 readUInt32Sample ! ( in Float64 time )
UInt64[] readUInt64ArraySample ! ( in Float64 time )
UInt64 readUInt64Sample ! ( in Float64 time )
UInt8[] readUInt8ArraySample ! ( in Float64 time )
UInt8 readUInt8Sample ! ( in Float64 time )
Vec2[] readVec2ArraySample ! ( in Float64 time )
Vec2 readVec2Sample ! ( in Float64 time )
Vec3[] readVec3ArraySample ! ( in Float64 time )
Vec3 readVec3Sample ! ( in Float64 time )
  reset ! ()
Boolean valid ? ()

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