CFx SDK Documentation  2020SP3
Public Member Functions | Public Attributes | List of all members
OdGiExtents3dSpaceEdge Class Reference

#include <GiExtentsSpaceTree.h>

Inheritance diagram for OdGiExtents3dSpaceEdge:
OdGiExtentsSpaceObject

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
 

Detailed Description

Corresponding C++ library: TD_Gi <group OdGi_Classes>

Definition at line 702 of file GiExtentsSpaceTree.h.

Constructor & Destructor Documentation

◆ OdGiExtents3dSpaceEdge()

OdGiExtents3dSpaceEdge::OdGiExtents3dSpaceEdge ( OdGiExtents3dSpacePoint pt1,
OdGiExtents3dSpacePoint pt2,
OdInt64  uniqueID 
)
inline

Definition at line 713 of file GiExtentsSpaceTree.h.

Member Function Documentation

◆ getSecondVertex()

OdUInt64 OdGiExtents3dSpaceEdge::getSecondVertex ( OdUInt64  iDfirst)
inline

Definition at line 731 of file GiExtentsSpaceTree.h.

◆ isEqual()

bool OdGiExtents3dSpaceEdge::isEqual ( OdGiExtentsSpaceObject pObject,
const OdGeTol tol = OdGeContext::gTol 
) const
inlinevirtual

Implements OdGiExtentsSpaceObject.

Definition at line 741 of file GiExtentsSpaceTree.h.

◆ isInExtents() [1/2]

bool OdGiExtents3dSpaceEdge::isInExtents ( OdGeExtents2d extents) const
inlinevirtual

Implements OdGiExtentsSpaceObject.

Definition at line 740 of file GiExtentsSpaceTree.h.

◆ isInExtents() [2/2]

bool OdGiExtents3dSpaceEdge::isInExtents ( OdGeExtents3d extents) const
inlinevirtual

Implements OdGiExtentsSpaceObject.

Definition at line 739 of file GiExtentsSpaceTree.h.

◆ isVisited()

bool OdGiExtents3dSpaceEdge::isVisited ( )
inline

Definition at line 729 of file GiExtentsSpaceTree.h.

◆ setVisited()

void OdGiExtents3dSpaceEdge::setVisited ( bool  bVisit)
inline

Definition at line 728 of file GiExtentsSpaceTree.h.

Member Data Documentation

◆ m_bIsVisible

bool OdGiExtents3dSpaceEdge::m_bIsVisible

Definition at line 710 of file GiExtentsSpaceTree.h.

◆ m_bVisited

bool OdGiExtents3dSpaceEdge::m_bVisited

Definition at line 709 of file GiExtentsSpaceTree.h.

◆ m_iVert1

OdUInt64 OdGiExtents3dSpaceEdge::m_iVert1

Definition at line 707 of file GiExtentsSpaceTree.h.

◆ m_iVert2

OdUInt64 OdGiExtents3dSpaceEdge::m_iVert2

Definition at line 708 of file GiExtentsSpaceTree.h.


The documentation for this class was generated from the following file: