|
Alembic 1.8.11
|
Public Member Functions | |
| virtual const std::string & | getName () const |
| virtual const AbcA::MetaData & | getMetaData () const |
| virtual AbcA::ObjectWriterPtr | getTop () |
| virtual AbcA::ArchiveWriterPtr | asArchivePtr () |
| WrittenSampleMap & | getWrittenSampleMap () |
| MetaDataMapPtr | getMetaDataMap () |
| virtual Util::uint32_t | addTimeSampling (const AbcA::TimeSampling &iTs) |
| virtual AbcA::TimeSamplingPtr | getTimeSampling (Util::uint32_t iIndex) |
| virtual Util::uint32_t | getNumTimeSamplings () |
| virtual AbcA::index_t | getMaxNumSamplesForTimeSamplingIndex (Util::uint32_t iIndex) |
| virtual void | setMaxNumSamplesForTimeSamplingIndex (Util::uint32_t iIndex, AbcA::index_t iMaxIndex) |
| Public Member Functions inherited from Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ArchiveWriter | |
| virtual | ~ArchiveWriter () |
| int8_t | getCompressionHint () const |
| void | setCompressionHint (int8_t iCh) |
| virtual uint32_t | addTimeSampling (const TimeSampling &iTs)=0 |
| virtual TimeSamplingPtr | getTimeSampling (uint32_t iIndex)=0 |
| virtual index_t | getMaxNumSamplesForTimeSamplingIndex (uint32_t iIndex)=0 |
| virtual void | setMaxNumSamplesForTimeSamplingIndex (uint32_t iIndex, index_t iMaxIndex)=0 |
Friends | |
| class | WriteArchive |
|
virtual |
Return self May sometimes be spoofed.
Implements Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ArchiveWriter.
|
virtual |
The meta data of the archive is the same as the meta data of the top-level object writer.
Implements Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ArchiveWriter.
|
virtual |
Return the archive (file) name. This is the name of the file which the archive writer is associated with.
Implements Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ArchiveWriter.
|
inlinevirtual |
Returns the total number of TimeSamplingPtrs in the Archive TimeSampling pool.
Implements Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ArchiveWriter.
|
virtual |
Get the top object writer. Archives always have this single top-level object created automatically.
Implements Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::ArchiveWriter.