AlembicOScalarProperty (object)

AlembicOScalarProperty AlembicOScalarProperty AlembicOScalarProperty

Members

Data handle  

Methods

  AlembicOScalarProperty ( in AlembicOBooleanProperty prop )
  AlembicOScalarProperty ( in AlembicOBox2Property prop )
  AlembicOScalarProperty ( in AlembicOBox3Property prop )
  AlembicOScalarProperty ( in AlembicOColorProperty prop )
  AlembicOScalarProperty ( in AlembicOCompoundProperty parent, in String name, in AlembicDataType dataType )
  AlembicOScalarProperty ( in AlembicOFloat16Property prop )
  AlembicOScalarProperty ( in AlembicOFloat32Property prop )
  AlembicOScalarProperty ( in AlembicOFloat64Property prop )
  AlembicOScalarProperty ( in AlembicOMat33Property prop )
  AlembicOScalarProperty ( in AlembicOMat44Property prop )
  AlembicOScalarProperty ( in AlembicOQuatProperty prop )
  AlembicOScalarProperty ( in AlembicOSInt16Property prop )
  AlembicOScalarProperty ( in AlembicOSInt32Property prop )
  AlembicOScalarProperty ( in AlembicOSInt64Property prop )
  AlembicOScalarProperty ( in AlembicOSInt8Property prop )
  AlembicOScalarProperty ( in AlembicOScalarProperty other )
  AlembicOScalarProperty ( in AlembicOStringProperty prop )
  AlembicOScalarProperty ( in AlembicOUInt16Property prop )
  AlembicOScalarProperty ( in AlembicOUInt32Property prop )
  AlembicOScalarProperty ( in AlembicOUInt64Property prop )
  AlembicOScalarProperty ( in AlembicOUInt8Property prop )
  AlembicOScalarProperty ( in AlembicOVec2Property prop )
  AlembicOScalarProperty ( in AlembicOVec3Property prop )
  AlembicOScalarProperty ()
AlembicOScalarProperty clone ? ()
AlembicDataType getDataType ? ()
AlembicPropertyHeader getHeader ? ()
AlembicMetaData getMetaData ? ()
String getName ? ()
UInt32 getNumSamples ? ()
AlembicOObject getObject ? ()
AlembicOCompoundProperty getParent ? ()
AlembicPropertyType getPropertyType ? ()
AlembicTimeSampling getTimeSampling ? ()
Boolean isArray ? ()
Boolean isCompound ? ()
Boolean isScalar ? ()
Boolean isSimple ? ()
  reset ! ()
  setAsBoolean ! ( in Boolean values<> )
  setAsFloat16 ! ( in Float32 values<> )
  setAsFloat32 ! ( in Float32 values<> )
  setAsFloat64 ! ( in Float64 values<> )
  setAsSInt16 ! ( in SInt16 values<> )
  setAsSInt32 ! ( in SInt32 values<> )
  setAsSInt64 ! ( in SInt64 values<> )
  setAsSInt8 ! ( in SInt8 values<> )
  setAsString ! ( in String values<> )
  setAsUInt16 ! ( in UInt16 values<> )
  setAsUInt32 ! ( in UInt32 values<> )
  setAsUInt64 ! ( in UInt64 values<> )
  setAsUInt8 ! ( in UInt8 values<> )
  setFromPrevious ! ()
  setTimeSampling ! ( in UInt32 index )
Boolean valid ? ()
  ~AlembicOScalarProperty ()

Methods in detail

AlembicOScalarProperty ( in AlembicOBooleanProperty prop )


AlembicOScalarProperty ( in AlembicOBox2Property prop )


AlembicOScalarProperty ( in AlembicOBox3Property prop )


AlembicOScalarProperty ( in AlembicOColorProperty prop )


AlembicOScalarProperty ( in AlembicOCompoundProperty parent, in String name, in AlembicDataType dataType )


AlembicOScalarProperty ( in AlembicOFloat16Property prop )


AlembicOScalarProperty ( in AlembicOFloat32Property prop )


AlembicOScalarProperty ( in AlembicOFloat64Property prop )


AlembicOScalarProperty ( in AlembicOMat33Property prop )


AlembicOScalarProperty ( in AlembicOMat44Property prop )


AlembicOScalarProperty ( in AlembicOQuatProperty prop )


AlembicOScalarProperty ( in AlembicOSInt16Property prop )


AlembicOScalarProperty ( in AlembicOSInt32Property prop )


AlembicOScalarProperty ( in AlembicOSInt64Property prop )


AlembicOScalarProperty ( in AlembicOSInt8Property prop )


AlembicOScalarProperty ( in AlembicOScalarProperty other )

copy constructor


AlembicOScalarProperty ( in AlembicOStringProperty prop )


AlembicOScalarProperty ( in AlembicOUInt16Property prop )


AlembicOScalarProperty ( in AlembicOUInt32Property prop )


AlembicOScalarProperty ( in AlembicOUInt64Property prop )


AlembicOScalarProperty ( in AlembicOUInt8Property prop )


AlembicOScalarProperty ( in AlembicOVec2Property prop )


AlembicOScalarProperty ( in AlembicOVec3Property prop )


AlembicOScalarProperty ()


AlembicOScalarProperty AlembicOScalarProperty.clone? ()

clone method


AlembicDataType AlembicOScalarProperty.getDataType? ()


AlembicPropertyHeader AlembicOScalarProperty.getHeader? ()


AlembicMetaData AlembicOScalarProperty.getMetaData? ()


String AlembicOScalarProperty.getName? ()


UInt32 AlembicOScalarProperty.getNumSamples? ()


AlembicOObject AlembicOScalarProperty.getObject? ()


AlembicOCompoundProperty AlembicOScalarProperty.getParent? ()


AlembicPropertyType AlembicOScalarProperty.getPropertyType? ()


AlembicTimeSampling AlembicOScalarProperty.getTimeSampling? ()


Boolean AlembicOScalarProperty.isArray? ()


Boolean AlembicOScalarProperty.isCompound? ()


Boolean AlembicOScalarProperty.isScalar? ()


Boolean AlembicOScalarProperty.isSimple? ()


AlembicOScalarProperty.reset! ()


AlembicOScalarProperty.setAsBoolean! ( in Boolean values<> )


AlembicOScalarProperty.setAsFloat16! ( in Float32 values<> )


AlembicOScalarProperty.setAsFloat32! ( in Float32 values<> )


AlembicOScalarProperty.setAsFloat64! ( in Float64 values<> )


AlembicOScalarProperty.setAsSInt16! ( in SInt16 values<> )


AlembicOScalarProperty.setAsSInt32! ( in SInt32 values<> )


AlembicOScalarProperty.setAsSInt64! ( in SInt64 values<> )


AlembicOScalarProperty.setAsSInt8! ( in SInt8 values<> )


AlembicOScalarProperty.setAsString! ( in String values<> )


AlembicOScalarProperty.setAsUInt16! ( in UInt16 values<> )


AlembicOScalarProperty.setAsUInt32! ( in UInt32 values<> )


AlembicOScalarProperty.setAsUInt64! ( in UInt64 values<> )


AlembicOScalarProperty.setAsUInt8! ( in UInt8 values<> )


AlembicOScalarProperty.setFromPrevious! ()


AlembicOScalarProperty.setTimeSampling! ( in UInt32 index )


Boolean AlembicOScalarProperty.valid? ()


~ AlembicOScalarProperty ()