CFx SDK Documentation 2024 SP0
|
#include <GiExtentsSpaceTree.h>
Public Member Functions | |
OdGiExtents3dSpaceChainPolyline (OdInt64 uniqueID) | |
~OdGiExtents3dSpaceChainPolyline () | |
virtual void | addVertex (OdGiExtents3dSpacePoint *pVertex) |
OdUInt64 | getNumberOfVertices () |
OdUInt64 | getNumberOfVertices_closed () |
void | getPoints (OdGePoint3d *pPoints) |
void | getPoints_closed (OdGePoint3d *pPoints) |
void | getPoints (OdGePoint3dVector &pts) |
void | getPoints_closed (OdGePoint3dVector &pts) |
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 |
Protected Attributes | |
OdList< OdGiExtents3dSpacePoint * > | vertices |
Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 805 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 814 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 816 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Definition at line 818 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 823 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 824 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 834 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 880 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 854 of file GiExtentsSpaceTree.h.
|
inline |
Definition at line 885 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 892 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 891 of file GiExtentsSpaceTree.h.
|
inlinevirtual |
Implements OdGiExtentsSpaceObject.
Definition at line 890 of file GiExtentsSpaceTree.h.
|
protected |
Definition at line 809 of file GiExtentsSpaceTree.h.