HDK
|
#include <ReadWrite.h>
Public Member Functions | |
ReadArchive () | |
ReadArchive (size_t iNumStreams, bool iUseMMap) | |
ReadArchive (const std::vector< std::istream * > &iStreams) | |
::Alembic::AbcCoreAbstract::ArchiveReaderPtr | operator() (const std::string &iFileName) const |
::Alembic::AbcCoreAbstract::ArchiveReaderPtr | operator() (const std::string &iFileName,::Alembic::AbcCoreAbstract::ReadArraySampleCachePtr iCache) const |
Will return a shared pointer to the archive reader This version creates a cache associated with the archive.
Definition at line 66 of file ReadWrite.h.
Alembic::AbcCoreOgawa::ALEMBIC_VERSION_NS::ReadArchive::ReadArchive | ( | ) |
Alembic::AbcCoreOgawa::ALEMBIC_VERSION_NS::ReadArchive::ReadArchive | ( | size_t | iNumStreams, |
bool | iUseMMap | ||
) |
Alembic::AbcCoreOgawa::ALEMBIC_VERSION_NS::ReadArchive::ReadArchive | ( | const std::vector< std::istream * > & | iStreams | ) |
::Alembic::AbcCoreAbstract::ArchiveReaderPtr Alembic::AbcCoreOgawa::ALEMBIC_VERSION_NS::ReadArchive::operator() | ( | const std::string & | iFileName | ) | const |
::Alembic::AbcCoreAbstract::ArchiveReaderPtr Alembic::AbcCoreOgawa::ALEMBIC_VERSION_NS::ReadArchive::operator() | ( | const std::string & | iFileName, |
::Alembic::AbcCoreAbstract::ReadArraySampleCachePtr | iCache | ||
) | const |