75class ALEMBIC_EXPORT ReadArchive
79 explicit ReadArchive(
bool iCacheHierarchy );
82 ::Alembic::AbcCoreAbstract::ArchiveReaderPtr
83 operator()(
const std::string &iFileName )
const;
86 ::Alembic::AbcCoreAbstract::ArchiveReaderPtr
87 operator()(
const std::string &iFileName,
88 ::Alembic::AbcCoreAbstract::ReadArraySampleCachePtr iCache
91 bool m_cacheHierarchy;