37#ifndef Alembic_AbcCoreAbstract_ForwardDeclarations_h
38#define Alembic_AbcCoreAbstract_ForwardDeclarations_h
40#include <Alembic/AbcCoreAbstract/Foundation.h>
41#include <Alembic/AbcCoreAbstract/PropertyHeader.h>
44namespace AbcCoreAbstract {
45namespace ALEMBIC_VERSION_NS {
77typedef Alembic::Util::shared_ptr<ArraySample> ArraySamplePtr;
81typedef Alembic::Util::shared_ptr<ArchiveWriter> ArchiveWriterPtr;
82typedef Alembic::Util::shared_ptr<ObjectWriter> ObjectWriterPtr;
83typedef Alembic::Util::shared_ptr<CompoundPropertyWriter> CompoundPropertyWriterPtr;
84typedef Alembic::Util::shared_ptr<ArrayPropertyWriter> ArrayPropertyWriterPtr;
85typedef Alembic::Util::shared_ptr<ScalarPropertyWriter> ScalarPropertyWriterPtr;
86typedef Alembic::Util::shared_ptr<BasePropertyWriter> BasePropertyWriterPtr;
90typedef Alembic::Util::shared_ptr<ArchiveReader> ArchiveReaderPtr;
91typedef Alembic::Util::shared_ptr<ObjectReader> ObjectReaderPtr;
92typedef Alembic::Util::shared_ptr<CompoundPropertyReader> CompoundPropertyReaderPtr;
93typedef Alembic::Util::shared_ptr<ArrayPropertyReader> ArrayPropertyReaderPtr;
94typedef Alembic::Util::shared_ptr<ScalarPropertyReader> ScalarPropertyReaderPtr;
95typedef Alembic::Util::shared_ptr<BasePropertyReader> BasePropertyReaderPtr;
99using namespace ALEMBIC_VERSION_NS;
Definition ArchiveReader.h:77
Definition ArchiveWriter.h:71
Definition ArrayPropertyReader.h:57
Definition ArrayPropertyWriter.h:57
Definition ArraySample.h:60
Base Property Reader.
Definition BasePropertyReader.h:53
Definition BasePropertyWriter.h:58
Definition CompoundPropertyReader.h:55
Definition CompoundPropertyWriter.h:53
Definition ObjectReader.h:57
Definition ObjectWriter.h:57
Definition ScalarPropertyReader.h:55
Definition ScalarPropertyWriter.h:55
Definition TimeSampling.h:58
Alembic namespace ...
Definition ArchiveInfo.cpp:39