HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ArchiveInfo.h File Reference
#include <Alembic/Util/Export.h>
#include <Alembic/Abc/Foundation.h>
#include <Alembic/Abc/IArchive.h>
#include <Alembic/Abc/OArchive.h>
#include <cfloat>
#include <time.h>
+ Include dependency graph for ArchiveInfo.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Alembic
 Alembic namespace ...
 
 Alembic::Abc
 
 Alembic::Abc::ALEMBIC_VERSION_NS
 

Functions

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)