AlembicSubDWriter (object)

The AlembicSubDWriter specializes the AlembicObjectWriter interface for writing AlembicOSubD data. It can be created using the AlembicArchiveWriter.addSubD methods. Please refer to the AlembicPolyMeshWriter for a source code example.

AlembicSubDWriter AlembicSubDWriter AlembicSubDWriter AlembicObjectWriter AlembicObjectWriter AlembicSubDWriter->AlembicObjectWriter

Methods

  AlembicSubDWriter ( in AlembicSubDWriter other )
  AlembicSubDWriter ()
  addParamWriter ! ( in GeometryAttribute attribute, in AlembicGeometryScope scope, in SInt32 timeSampling )
AlembicSubDWriter clone ? ()
Ref<AlembicGeometryAttributesWriter> getGeometryAttributesWriter ? ()
AlembicOObject getOObject ? ()
String getPath ? ()
  reset ! ()
Boolean valid ? ()
Boolean writeSample ! ( in Ref<PolygonMesh> mesh )

Methods in detail

AlembicSubDWriter ( in AlembicSubDWriter other )

copy constructor


AlembicSubDWriter ()

default constructor


AlembicSubDWriter.addParamWriter! ( in GeometryAttribute attribute, in AlembicGeometryScope scope, in SInt32 timeSampling )

Store a new AlembicGeometryParamReader based on an existing attribute


AlembicSubDWriter AlembicSubDWriter.clone? ()

clone method


Ref<AlembicGeometryAttributesWriter> AlembicSubDWriter.getGeometryAttributesWriter? ()

provide access to the wrapped AlembicGeometryAttributesWriter.


AlembicOObject AlembicSubDWriter.getOObject? ()

returns the wrapped AlembicOObject


String AlembicSubDWriter.getPath? ()

returns the full path of the wrapped AlembicOSubD


AlembicSubDWriter.reset! ()

clears all pointers and releases all alembic containers


Boolean AlembicSubDWriter.valid? ()

returns true if this writer wraps a valid AlembicOSubD


Boolean AlembicSubDWriter.writeSample! ( in Ref<PolygonMesh> mesh )

writes a single sample into the file based on the provided PolygonMesh.