CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Typedefs | Functions | Variables
SiSpatialIndex.h File Reference
#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< OdSiSpatialIndexOdSiSpatialIndexPtr
 
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
 

Macro Definition Documentation

◆ ODSI_API

#define ODSI_API   OD_TOOLKIT_IMPORT

Definition at line 33 of file SiSpatialIndex.h.

◆ ODSI_API_STATIC

#define ODSI_API_STATIC   OD_STATIC_IMPORT

Definition at line 34 of file SiSpatialIndex.h.

Typedef Documentation

◆ OdSiShapeConstPtrArray

Definition at line 235 of file SiSpatialIndex.h.

◆ OdSiShapePtrArray

Definition at line 234 of file SiSpatialIndex.h.

◆ OdSiSpatialIndexPtr

This template class is a specialization of the OdSmartPtr class for OdSiSpatialIndex object pointers.

Definition at line 113 of file SiSpatialIndex.h.

Variable Documentation

◆ OdSiSpatialIndex

Definition at line 109 of file SiSpatialIndex.h.