Go to the source code of this file.
|
template<class ARCHIVE_CTOR > |
OArchive | Alembic::Abc::ALEMBIC_VERSION_NS::CreateArchiveWithInfo (ARCHIVE_CTOR iCtor, const std::string &iFileName, const std::string &iApplicationWriter, const std::string &iUserDescription, const Argument &iArg0=Argument(), const Argument &iArg1=Argument()) |
|
template<class ARCHIVE_CTOR > |
OArchive | Alembic::Abc::ALEMBIC_VERSION_NS::CreateArchiveWithInfo (ARCHIVE_CTOR iCtor, const std::string &iFileName, double iDCCFPS, const std::string &iApplicationWriter, const std::string &iUserDescription, const Argument &iArg0=Argument(), const Argument &iArg1=Argument()) |
|
ALEMBIC_EXPORT void | Alembic::Abc::ALEMBIC_VERSION_NS::GetArchiveInfo (IArchive &iArchive, std::string &oApplicationWriter, std::string &oAlembicVersion, Util::uint32_t &oAlembicApiVersion, std::string &oDateWritten, std::string &oUserDescription) |
|
ALEMBIC_EXPORT void | Alembic::Abc::ALEMBIC_VERSION_NS::GetArchiveInfo (IArchive &iArchive, std::string &oApplicationWriter, std::string &oAlembicVersion, Util::uint32_t &oAlembicApiVersion, std::string &oDateWritten, std::string &oUserDescription, double &oDCCFPS) |
|
ALEMBIC_EXPORT void | Alembic::Abc::ALEMBIC_VERSION_NS::GetArchiveStartAndEndTime (IArchive &iArchive, double &oStartTime, double &oEndTime) |
|