Alembic Version 1.1
|
#include <Alembic/Util/All.h>
#include <Alembic/Util/Export.h>
#include <limits>
#include <utility>
#include <vector>
#include <assert.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
Go to the source code of this file.
Namespaces | |
namespace | Alembic |
Alembic namespace ... | |
namespace | Alembic::AbcCoreAbstract |
namespace | Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS |
Macros | |
#define | INDEX_UNKNOWN 0x7fffffffffffffffLL |
Returned by (to match index_t) | |
#define | kChrono_TPOD kFloat64POD |
#define | ABCA_THROW(TEXT) ABC_THROW( TEXT ) |
#define | ABCA_ASSERT(COND, TEXT) |
Typedefs | |
typedef int64_t | Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::index_t |
typedef float64_t | Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::chrono_t |
Functions | |
ALEMBIC_EXPORT std::string | Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::GetLibraryVersion () |
ALEMBIC_EXPORT std::string | Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::GetLibraryVersionShort () |
#define ABCA_ASSERT | ( | COND, | |
TEXT ) |
Definition at line 99 of file Foundation.h.
Referenced by Alembic::Abc::ALEMBIC_VERSION_NS::ISchema< INFO >::ISchema(), Alembic::Abc::ALEMBIC_VERSION_NS::ISchemaObject< SCHEMA >::ISchemaObject(), Alembic::Abc::ALEMBIC_VERSION_NS::ISchemaObject< SCHEMA >::ISchemaObject(), Alembic::Abc::ALEMBIC_VERSION_NS::ISchemaObject< SCHEMA >::ISchemaObject(), Alembic::Abc::ALEMBIC_VERSION_NS::ITypedArrayProperty< TRAITS >::ITypedArrayProperty(), Alembic::Abc::ALEMBIC_VERSION_NS::ITypedArrayProperty< TRAITS >::ITypedArrayProperty(), Alembic::AbcGeom::ALEMBIC_VERSION_NS::ITypedGeomParam< TRAITS >::ITypedGeomParam(), Alembic::AbcGeom::ALEMBIC_VERSION_NS::ITypedGeomParam< TRAITS >::ITypedGeomParam(), Alembic::Abc::ALEMBIC_VERSION_NS::ITypedScalarProperty< TRAITS >::ITypedScalarProperty(), Alembic::Abc::ALEMBIC_VERSION_NS::ITypedScalarProperty< TRAITS >::ITypedScalarProperty(), Alembic::Abc::ALEMBIC_VERSION_NS::OSchemaObject< SCHEMA >::OSchemaObject(), Alembic::Abc::ALEMBIC_VERSION_NS::OTypedScalarProperty< TRAITS >::OTypedScalarProperty(), Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::TimeSamplingType::TimeSamplingType(), Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::TimeSamplingType::TimeSamplingType(), Alembic::Abc::ALEMBIC_VERSION_NS::TypedArraySample< TRAITS >::TypedArraySample(), Alembic::Abc::ALEMBIC_VERSION_NS::TypedArraySample< TRAITS >::TypedArraySample(), and Alembic::Abc::ALEMBIC_VERSION_NS::TypedArraySample< TRAITS >::operator=().
#define ABCA_THROW | ( | TEXT | ) | ABC_THROW( TEXT ) |
Exception types borrowed from Alembic::Util. We should probably eventually create specific exception types.
Definition at line 96 of file Foundation.h.
Referenced by Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::MetaData::getRequired(), and Alembic::AbcCoreAbstract::ALEMBIC_VERSION_NS::MetaData::setUnique().
#define INDEX_UNKNOWN 0x7fffffffffffffffLL |
Returned by (to match index_t)
Definition at line 65 of file Foundation.h.
#define kChrono_TPOD kFloat64POD |
Definition at line 73 of file Foundation.h.