37#ifndef Alembic_AbcCoreLayer_Foundation_h
38#define Alembic_AbcCoreLayer_Foundation_h
40#include <Alembic/AbcCoreAbstract/All.h>
41#include <Alembic/Util/All.h>
44namespace AbcCoreLayer {
45namespace ALEMBIC_VERSION_NS {
47namespace AbcA = ::Alembic::AbcCoreAbstract;
49typedef std::map< std::string, size_t > ChildNameMap;
52typedef Alembic::Util::shared_ptr< ArImpl > ArImplPtr;
55typedef Alembic::Util::shared_ptr< OrImpl > OrImplPtr;
57typedef Alembic::Util::shared_ptr<AbcA::ObjectHeader> ObjectHeaderPtr;
60typedef Alembic::Util::shared_ptr< CprImpl > CprImplPtr;
62typedef std::vector< Alembic::AbcCoreAbstract::ArchiveReaderPtr >
65typedef std::vector< Alembic::AbcCoreAbstract::CompoundPropertyReaderPtr >
Alembic namespace ...
Definition ArchiveInfo.cpp:39