37#ifndef Alembic_Abc_Foundation_h
38#define Alembic_Abc_Foundation_h
40#include <Alembic/AbcCoreAbstract/All.h>
41#include <Alembic/Util/All.h>
43#include <Imath/ImathVec.h>
44#include <Imath/ImathBox.h>
45#include <Imath/ImathMatrix.h>
46#include <Imath/ImathQuat.h>
47#include <Imath/ImathColor.h>
60namespace ALEMBIC_VERSION_NS {
64namespace AbcA = ::Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS;
76enum SchemaInterpMatching
173inline AbcA::CompoundPropertyWriterPtr
174GetCompoundPropertyWriterPtr( AbcA::CompoundPropertyWriterPtr iPtr )
180inline AbcA::CompoundPropertyReaderPtr
181GetCompoundPropertyReaderPtr( AbcA::CompoundPropertyReaderPtr iPtr )
194inline AbcA::ObjectWriterPtr GetObjectWriterPtr( AbcA::ObjectWriterPtr iPtr )
200inline AbcA::ObjectReaderPtr GetObjectReaderPtr( AbcA::ObjectReaderPtr iPtr )
213inline AbcA::ArchiveWriterPtr GetArchiveWriterPtr( AbcA::ArchiveWriterPtr iPtr )
219inline AbcA::ArchiveReaderPtr GetArchiveReaderPtr( AbcA::ArchiveReaderPtr iPtr )
226using namespace ALEMBIC_VERSION_NS;
Alembic namespace ...
Definition ArchiveInfo.cpp:39