CFx SDK Documentation
2023 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) |
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 702 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 713 of file GiExtentsSpaceTree.h.
Definition at line 731 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 741 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 740 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 739 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 729 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 728 of file GiExtentsSpaceTree.h.
bool OdGiExtents3dSpaceEdge::m_bIsVisible |
Definition at line 710 of file GiExtentsSpaceTree.h.
bool OdGiExtents3dSpaceEdge::m_bVisited |
Definition at line 709 of file GiExtentsSpaceTree.h.
OdUInt64 OdGiExtents3dSpaceEdge::m_iVert1 |
Definition at line 707 of file GiExtentsSpaceTree.h.
OdUInt64 OdGiExtents3dSpaceEdge::m_iVert2 |
Definition at line 708 of file GiExtentsSpaceTree.h.