AlembicPropertyWriter (object)

The AlembicPropertyWriter can be used to store custom properties within any path of an existing AlembicObjectWriter.

AlembicPropertyWriter AlembicPropertyWriter AlembicPropertyWriter

Methods

  AlembicPropertyWriter ( in AlembicPropertyWriter other )
  AlembicPropertyWriter ()
AlembicPropertyWriter clone ? ()
AlembicPropertyHeader getHeader ? ()
String getName ? ()
String getPropertyType ? ()
  reset ! ()
Boolean valid ? ()
Boolean writeBooleanArraySample ! ( in Boolean values[] )
Boolean writeBooleanSample ! ( in Boolean value )
Boolean writeBox2ArraySample ! ( in Box2 values[] )
Boolean writeBox2Sample ! ( in Box2 value )
Boolean writeBox3ArraySample ! ( in Box3 values[] )
Boolean writeBox3Sample ! ( in Box3 value )
Boolean writeColorArraySample ! ( in Color values[] )
Boolean writeColorSample ! ( in Color value )
Boolean writeFloat32ArraySample ! ( in Float32 values[] )
Boolean writeFloat32Sample ! ( in Float32 value )
Boolean writeFloat64ArraySample ! ( in Float64 values[] )
Boolean writeFloat64Sample ! ( in Float64 value )
Boolean writeMat33ArraySample ! ( in Mat33 values[] )
Boolean writeMat33Sample ! ( in Mat33 value )
Boolean writeMat44ArraySample ! ( in Mat44 values[] )
Boolean writeMat44Sample ! ( in Mat44 value )
Boolean writeQuatArraySample ! ( in Quat values[] )
Boolean writeQuatSample ! ( in Quat value )
Boolean writeSInt16ArraySample ! ( in SInt16 values[] )
Boolean writeSInt16Sample ! ( in SInt16 value )
Boolean writeSInt32ArraySample ! ( in SInt32 values[] )
Boolean writeSInt32Sample ! ( in SInt32 value )
Boolean writeSInt64ArraySample ! ( in SInt64 values[] )
Boolean writeSInt64Sample ! ( in SInt64 value )
Boolean writeSInt8ArraySample ! ( in SInt8 values[] )
Boolean writeSInt8Sample ! ( in SInt8 value )
Boolean writeStringArraySample ! ( in String values[] )
Boolean writeStringSample ! ( in String value )
Boolean writeUInt16ArraySample ! ( in UInt16 values[] )
Boolean writeUInt16Sample ! ( in UInt16 value )
Boolean writeUInt32ArraySample ! ( in UInt32 values[] )
Boolean writeUInt32Sample ! ( in UInt32 value )
Boolean writeUInt64ArraySample ! ( in UInt64 values[] )
Boolean writeUInt64Sample ! ( in UInt64 value )
Boolean writeUInt8ArraySample ! ( in UInt8 values[] )
Boolean writeUInt8Sample ! ( in UInt8 value )
Boolean writeVec2ArraySample ! ( in Vec2 values[] )
Boolean writeVec2Sample ! ( in Vec2 value )
Boolean writeVec3ArraySample ! ( in Vec3 values[] )
Boolean writeVec3Sample ! ( in Vec3 value )

Methods in detail

AlembicPropertyWriter ( in AlembicPropertyWriter other )

copy constructor



AlembicPropertyWriter AlembicPropertyWriter.clone? ()

clone method


AlembicPropertyHeader AlembicPropertyWriter.getHeader? ()


String AlembicPropertyWriter.getName? ()

returns the full path of the wrapped AlembicIPoints


String AlembicPropertyWriter.getPropertyType? ()


AlembicPropertyWriter.reset! ()

clears all pointers and releases all alembic containers


Boolean AlembicPropertyWriter.valid? ()

returns true if this reader wraps a valid AlembicIPoints


Boolean AlembicPropertyWriter.writeBooleanArraySample! ( in Boolean values[] )

stores the value in the property as a Boolean.


Boolean AlembicPropertyWriter.writeBooleanSample! ( in Boolean value )

stores the value in the property as a Boolean.


Boolean AlembicPropertyWriter.writeBox2ArraySample! ( in Box2 values[] )

stores the value in the property as a Box2.


Boolean AlembicPropertyWriter.writeBox2Sample! ( in Box2 value )

stores the value in the property as a Box2.


Boolean AlembicPropertyWriter.writeBox3ArraySample! ( in Box3 values[] )

stores the value in the property as a Box3.


Boolean AlembicPropertyWriter.writeBox3Sample! ( in Box3 value )

stores the value in the property as a Box3.


Boolean AlembicPropertyWriter.writeColorArraySample! ( in Color values[] )

stores the value in the property as a Color.


Boolean AlembicPropertyWriter.writeColorSample! ( in Color value )

stores the value in the property as a Color.


Boolean AlembicPropertyWriter.writeFloat32ArraySample! ( in Float32 values[] )

stores the value in the property as a Float32.


Boolean AlembicPropertyWriter.writeFloat32Sample! ( in Float32 value )

stores the value in the property as a Float32.


Boolean AlembicPropertyWriter.writeFloat64ArraySample! ( in Float64 values[] )

stores the value in the property as a Float64.


Boolean AlembicPropertyWriter.writeFloat64Sample! ( in Float64 value )

stores the value in the property as a Float64.


Boolean AlembicPropertyWriter.writeMat33ArraySample! ( in Mat33 values[] )

stores the value in the property as a Mat33.


Boolean AlembicPropertyWriter.writeMat33Sample! ( in Mat33 value )

stores the value in the property as a Mat33.


Boolean AlembicPropertyWriter.writeMat44ArraySample! ( in Mat44 values[] )

stores the value in the property as a Mat44.


Boolean AlembicPropertyWriter.writeMat44Sample! ( in Mat44 value )

stores the value in the property as a Mat44.


Boolean AlembicPropertyWriter.writeQuatArraySample! ( in Quat values[] )

stores the value in the property as a Quat.


Boolean AlembicPropertyWriter.writeQuatSample! ( in Quat value )

stores the value in the property as a Quat.


Boolean AlembicPropertyWriter.writeSInt16ArraySample! ( in SInt16 values[] )

stores the value in the property as a SInt16.


Boolean AlembicPropertyWriter.writeSInt16Sample! ( in SInt16 value )

stores the value in the property as a SInt16.


Boolean AlembicPropertyWriter.writeSInt32ArraySample! ( in SInt32 values[] )

stores the value in the property as a SInt32.


Boolean AlembicPropertyWriter.writeSInt32Sample! ( in SInt32 value )

stores the value in the property as a SInt32.


Boolean AlembicPropertyWriter.writeSInt64ArraySample! ( in SInt64 values[] )

stores the value in the property as a SInt64.


Boolean AlembicPropertyWriter.writeSInt64Sample! ( in SInt64 value )

stores the value in the property as a SInt64.


Boolean AlembicPropertyWriter.writeSInt8ArraySample! ( in SInt8 values[] )

stores the value in the property as a SInt8.


Boolean AlembicPropertyWriter.writeSInt8Sample! ( in SInt8 value )

stores the value in the property as a SInt8.


Boolean AlembicPropertyWriter.writeStringArraySample! ( in String values[] )

stores the value in the property as a String.


Boolean AlembicPropertyWriter.writeStringSample! ( in String value )

stores the value in the property as a String.


Boolean AlembicPropertyWriter.writeUInt16ArraySample! ( in UInt16 values[] )

stores the value in the property as a UInt16.


Boolean AlembicPropertyWriter.writeUInt16Sample! ( in UInt16 value )

stores the value in the property as a UInt16.


Boolean AlembicPropertyWriter.writeUInt32ArraySample! ( in UInt32 values[] )

stores the value in the property as a UInt32.


Boolean AlembicPropertyWriter.writeUInt32Sample! ( in UInt32 value )

stores the value in the property as a UInt32.


Boolean AlembicPropertyWriter.writeUInt64ArraySample! ( in UInt64 values[] )

stores the value in the property as a UInt64.


Boolean AlembicPropertyWriter.writeUInt64Sample! ( in UInt64 value )

stores the value in the property as a UInt64.


Boolean AlembicPropertyWriter.writeUInt8ArraySample! ( in UInt8 values[] )

stores the value in the property as a UInt8.


Boolean AlembicPropertyWriter.writeUInt8Sample! ( in UInt8 value )

stores the value in the property as a UInt8.


Boolean AlembicPropertyWriter.writeVec2ArraySample! ( in Vec2 values[] )

stores the value in the property as a Vec2.


Boolean AlembicPropertyWriter.writeVec2Sample! ( in Vec2 value )

stores the value in the property as a Vec2.


Boolean AlembicPropertyWriter.writeVec3ArraySample! ( in Vec3 values[] )

stores the value in the property as a Vec3.


Boolean AlembicPropertyWriter.writeVec3Sample! ( in Vec3 value )

stores the value in the property as a Vec3.