CFx SDK Documentation
2020SP3
|
#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) |
Public Attributes | |
OdGePoint3d | m_pt |
Friends | |
class | OdGiExtents3dSpaceEdge |
Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 610 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 629 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 635 of file GiExtentsSpaceTree.h.
Definition at line 641 of file GiExtentsSpaceTree.h.
Definition at line 646 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 687 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 688 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 682 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 669 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 666 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 657 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 691 of file GiExtentsSpaceTree.h.
Definition at line 651 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 690 of file GiExtentsSpaceTree.h.
|
friend |
Definition at line 612 of file GiExtentsSpaceTree.h.
OdGePoint3d OdGiExtents3dSpacePoint::m_pt |
Definition at line 626 of file GiExtentsSpaceTree.h.