|
CFx SDK Documentation 2024 SP0
|
#include "OdPlatformSettings.h"#include "RxObject.h"#include "Ge/GeExtents3d.h"#include "Ge/GeExtents2d.h"#include "TD_PackPush.h"#include "TD_PackPop.h"Go to the source code of this file.
Classes | |
| struct | OdSiShape |
| struct | OdSiEntity |
| struct | OdSiVisitor |
| class | OdSiSpatialIndex |
| struct | OdSiDynamicShape |
| struct | OdSiShapesIntersection |
Namespaces | |
| namespace | OdSi |
Macros | |
| #define | ODSI_API OD_TOOLKIT_IMPORT |
| #define | ODSI_API_STATIC OD_STATIC_IMPORT |
Typedefs | |
| typedef OdSmartPtr< OdSiSpatialIndex > | OdSiSpatialIndexPtr |
| typedef OdArray< OdSiShape *, OdMemoryAllocator< OdSiShape * > > | OdSiShapePtrArray |
| typedef OdArray< const OdSiShape *, OdMemoryAllocator< const OdSiShape * > > | OdSiShapeConstPtrArray |
Functions | |
| bool ODSI_API | OdSi::properExtents (const OdGeExtents3d &ext) |
Variables | |
| class ODSI_API | OdSiSpatialIndex |
| #define ODSI_API OD_TOOLKIT_IMPORT |
Definition at line 33 of file SiSpatialIndex.h.
| #define ODSI_API_STATIC OD_STATIC_IMPORT |
Definition at line 34 of file SiSpatialIndex.h.
| typedef OdArray<const OdSiShape*, OdMemoryAllocator<const OdSiShape*> > OdSiShapeConstPtrArray |
Definition at line 235 of file SiSpatialIndex.h.
| typedef OdArray<OdSiShape*, OdMemoryAllocator<OdSiShape*> > OdSiShapePtrArray |
Definition at line 234 of file SiSpatialIndex.h.
This template class is a specialization of the OdSmartPtr class for OdSiSpatialIndex object pointers.
Definition at line 113 of file SiSpatialIndex.h.
| class ODSI_API OdSiSpatialIndex |
Definition at line 109 of file SiSpatialIndex.h.