|
CFx SDK Documentation 2024 SP0
|
#include <GiExtentsSpaceTree.h>
Public Member Functions | |
| OdGiExtents3dSpacePoint (const OdGePoint3d &pt, OdUInt64 uniqueID) | |
| ~OdGiExtents3dSpacePoint () | |
| void | addEdge (OdUInt64 ID) |
| void | addInvisible (OdUInt64 ID) |
| void | removeInvisible (OdUInt64 ID) |
| bool | isInExtents (OdGeExtents3d &extents) const |
| bool | isInExtents (OdGeExtents2d &extents) const |
| bool | isEqual (OdGiExtentsSpaceObject *pObject, const OdGeTol &tol=OdGeContext::gTol) const |
| OdUInt64 | getPower () |
| const std::set< OdUInt64 > * | getEdges () |
| const std::set< OdUInt64 > * | getInvisilbeEdges () |
| void | setVisited (bool bVisit) |
| bool | isVisited () |
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 | |
| OdGePoint3d | m_pt |
Friends | |
| class | OdGiExtents3dSpaceEdge |
Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 664 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 683 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 689 of file GiExtentsSpaceTree.h.
Definition at line 695 of file GiExtentsSpaceTree.h.
Definition at line 700 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 741 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 742 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 736 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 723 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 720 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 711 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 745 of file GiExtentsSpaceTree.h.
Definition at line 705 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 744 of file GiExtentsSpaceTree.h.
|
friend |
Definition at line 666 of file GiExtentsSpaceTree.h.
| OdGePoint3d OdGiExtents3dSpacePoint::m_pt |
Definition at line 680 of file GiExtentsSpaceTree.h.