CFx SDK Documentation 2024 SP0
|
#include "DbFiler.h"
#include "Ge/GePoint2d.h"
#include "Ge/GeVector2d.h"
#include "Ge/GePoint3d.h"
#include "Ge/GeVector3d.h"
Go to the source code of this file.
Classes | |
struct | OdDbRdArray::Int8 |
struct | OdDbRdArray::Int16 |
struct | OdDbRdArray::Int32 |
struct | OdDbRdArray::Double |
Namespaces | |
namespace | OdDbRdArray |
Macros | |
#define | ODA_ARRREAD_PAGESIZE 0xffff |
Functions | |
template<class R , class A > | |
void | OdDbRdArray::rdArray (OdDbDwgFiler *pFiler, OdUInt32 nSize, A &arr) |
template<class R , class A > | |
void | OdDbRdArray::wrArray (OdDbDwgFiler *pFiler, const A &arr) |
#define ODA_ARRREAD_PAGESIZE 0xffff |
Definition at line 81 of file ArraysIO.h.