|
Blender V5.0
|
#include <abc_reader_archive.h>
Public Member Functions | |
| ~ArchiveReader () | |
| bool | valid () const |
| Alembic::Abc::IObject | getTop () |
| bool | is_blender_archive_version_prior_44 () |
Static Public Member Functions | |
| static ArchiveReader * | get (const struct Main *bmain, const std::vector< const char * > &filenames) |
Wrappers around input and output archives. The goal is to be able to use streams so that unicode paths work on Windows (#49112), and to make sure that the stream objects remain valid as long as the archives are open.
Definition at line 25 of file abc_reader_archive.h.
| blender::io::alembic::ArchiveReader::~ArchiveReader | ( | ) |
Definition at line 131 of file abc_reader_archive.cc.
|
static |
Definition at line 71 of file abc_reader_archive.cc.
References valid().
Referenced by ABC_create_handle(), and import_file().
| Alembic::Abc::IObject blender::io::alembic::ArchiveReader::getTop | ( | ) |
Definition at line 143 of file abc_reader_archive.cc.
Referenced by ABC_create_handle(), CacheReader_open_alembic_object(), and import_file().
| bool blender::io::alembic::ArchiveReader::is_blender_archive_version_prior_44 | ( | ) |
Definition at line 148 of file abc_reader_archive.cc.
Referenced by CacheReader_open_alembic_object(), and import_file().
| bool blender::io::alembic::ArchiveReader::valid | ( | ) | const |
Definition at line 138 of file abc_reader_archive.cc.
Referenced by ABC_create_handle(), CacheReader_open_alembic_object(), get(), and import_file().