|
Blender V4.3
|
#include <abc_reader_archive.h>
Public Member Functions | |
| ~ArchiveReader () | |
| bool | valid () const |
| Alembic::Abc::IObject | getTop () |
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 128 of file abc_reader_archive.cc.
|
static |
Definition at line 68 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 140 of file abc_reader_archive.cc.
Referenced by ABC_create_handle(), CacheReader_open_alembic_object(), and import_file().
| bool blender::io::alembic::ArchiveReader::valid | ( | ) | const |
Definition at line 135 of file abc_reader_archive.cc.
Referenced by ABC_create_handle(), CacheReader_open_alembic_object(), get(), and import_file().