36#ifndef Alembic_Ogawa_Foundation_h
37#define Alembic_Ogawa_Foundation_h
39#include <Alembic/Util/Foundation.h>
40#include <Alembic/Util/PlainOldDataType.h>
44namespace ALEMBIC_VERSION_NS {
47const Alembic::Util::uint64_t INVALID_GROUP = 0x7fffffffffffffffULL;
48const Alembic::Util::uint64_t EMPTY_GROUP = 0x0000000000000000ULL;
49const Alembic::Util::uint64_t INVALID_DATA = 0xffffffffffffffffULL;
50const Alembic::Util::uint64_t EMPTY_DATA = 0x8000000000000000ULL;
54using namespace ALEMBIC_VERSION_NS;
Alembic namespace ...
Definition ArchiveInfo.cpp:39