CFx SDK Documentation 2024 SP0
|
#include <GiExtentsSpaceTree.h>
Public Member Functions | |
OdGiExtents3dSpaceEdge (OdGiExtents3dSpacePoint &pt1, OdGiExtents3dSpacePoint &pt2, OdInt64 uniqueID) | |
void | setVisited (bool bVisit) |
bool | isVisited () |
OdUInt64 | getSecondVertex (OdUInt64 iDfirst) |
bool | isInExtents (OdGeExtents3d &extents) const |
bool | isInExtents (OdGeExtents2d &extents) const |
bool | isEqual (OdGiExtentsSpaceObject *pObject, const OdGeTol &tol=OdGeContext::gTol) const |
Public Member Functions inherited from OdGiExtentsSpaceObject | |
OdGiExtentsSpaceObject (OdUInt64 uniqueID) | |
OdUInt64 | getID () const |
void | setID (OdUInt64 uniqueID) |
virtual bool | isInExtents (OdGeExtents3d &extents) const =0 |
virtual bool | isInExtents (OdGeExtents2d &extents) const =0 |
virtual bool | isEqual (OdGiExtentsSpaceObject *pObject, const OdGeTol &tol=OdGeContext::gTol) const =0 |
Public Attributes | |
OdUInt64 | m_iVert1 |
OdUInt64 | m_iVert2 |
bool | m_bVisited |
bool | m_bIsVisible |
Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 756 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 767 of file GiExtentsSpaceTree.h.
Definition at line 785 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 795 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 794 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 793 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 783 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 782 of file GiExtentsSpaceTree.h.
bool OdGiExtents3dSpaceEdge::m_bIsVisible |
Definition at line 764 of file GiExtentsSpaceTree.h.
bool OdGiExtents3dSpaceEdge::m_bVisited |
Definition at line 763 of file GiExtentsSpaceTree.h.
OdUInt64 OdGiExtents3dSpaceEdge::m_iVert1 |
Definition at line 761 of file GiExtentsSpaceTree.h.
OdUInt64 OdGiExtents3dSpaceEdge::m_iVert2 |
Definition at line 762 of file GiExtentsSpaceTree.h.