CFx SDK Documentation 2024 SP0
|
#include <SiSpatialIndex.h>
Public Member Functions | |
virtual void | update (const OdGeExtents3d &we) const =0 |
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 a concept of a shape that depends on the actual size of the model. Library: SpatialIndex <group OdSi_Classes>
Definition at line 229 of file SiSpatialIndex.h.
|
pure virtual |