CFx SDK Documentation 2024 SP0
|
#include <SiSpatialIndex.h>
Public Member Functions | |
OdSiShapesIntersection () | |
OdSiShapesIntersection (const OdSiShapeConstPtrArray &shapes) | |
~OdSiShapesIntersection () | |
const OdSiShapePtrArray & | shapes () const |
void | reset (const OdSiShapeConstPtrArray &shapes) |
void | clear () |
virtual bool | contains (const OdGeExtents3d &extents, bool planar, const OdGeTol &tol=OdGeContext::gTol) const |
virtual bool | intersects (const OdGeExtents3d &extents, bool planar, const OdGeTol &tol=OdGeContext::gTol) const |
virtual OdSiShape * | clone () const |
virtual void | transform (const OdGeMatrix3d &tf) |
Public Member Functions inherited from OdSiShape | |
virtual bool | contains (const OdGeExtents3d &extents, bool planar, const OdGeTol &tol=OdGeContext::gTol) const =0 |
virtual bool | intersects (const OdGeExtents3d &extents, bool planar, const OdGeTol &tol=OdGeContext::gTol) const =0 |
virtual | ~OdSiShape () |
virtual OdSiShape * | clone () const |
virtual void | transform (const OdGeMatrix3d &) |
Additional Inherited Members | |
Static Public Member Functions inherited from OdSiShape | |
static bool | isOverallSpace (const OdSiShape *ptr) |
static bool | isNoSpace (const OdSiShape *ptr) |
Static Public Attributes inherited from OdSiShape | |
static ODSI_API_STATIC const OdSiShape & | kOverallSpace |
static ODSI_API_STATIC const OdSiShape & | kNoSpace |
This class represents intersection of OdSiShapes as one OdSiShape.
Library: SpatialIndex <group OdSi_Classes>
Definition at line 243 of file SiSpatialIndex.h.
|
inline |
Definition at line 245 of file SiSpatialIndex.h.
|
inline |
Definition at line 249 of file SiSpatialIndex.h.
|
inline |
Definition at line 254 of file SiSpatialIndex.h.
|
inline |
Definition at line 272 of file SiSpatialIndex.h.
|
inlinevirtual |
Reimplemented from OdSiShape.
Definition at line 298 of file SiSpatialIndex.h.
|
inlinevirtual |
Returns true if and only if this Shape object contains the specfied extents.
extents | [in] Any 3D extents box. |
planar | [in] If and only if true, a planar computation is made. |
Implements OdSiShape.
Definition at line 278 of file SiSpatialIndex.h.
|
inlinevirtual |
Returns true if and only if this Shape object intersects the specfied extents.
extents | [in] Any 3D extents box. |
planar | [in] If and only if true, a planar computation is made. |
Implements OdSiShape.
Definition at line 288 of file SiSpatialIndex.h.
|
inline |
Definition at line 264 of file SiSpatialIndex.h.
|
inline |
Definition at line 259 of file SiSpatialIndex.h.
|
inlinevirtual |
Reimplemented from OdSiShape.
Definition at line 307 of file SiSpatialIndex.h.