#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.
◆ ABCA_ASSERT
#define ABCA_ASSERT |
( |
|
COND, |
|
|
|
TEXT |
|
) |
| |
Value:do \
{ \
if ( !( COND ) ) \
{ \
ABCA_THROW( TEXT ); \
} \
} \
while( 0 )
Definition at line 99 of file Foundation.h.
◆ ABCA_THROW
Exception types borrowed from Alembic::Util. We should probably eventually create specific exception types.
Definition at line 96 of file Foundation.h.
◆ INDEX_UNKNOWN
#define INDEX_UNKNOWN 0x7fffffffffffffffLL |
Returned by (to match index_t)
Definition at line 65 of file Foundation.h.
◆ kChrono_TPOD
#define kChrono_TPOD kFloat64POD |