CFx SDK Documentation
2020SP3
|
#include <BrVertexEdgeTraverser.h>
Public Member Functions | |
OdBrErrorStatus | setVertex (const OdBrVertex &vertex) |
OdBrErrorStatus | setEdge (const OdBrEdge &edge) |
OdBrEdge | getEdge () const |
OdBrVertex | getVertex () const |
OdBrVertexEdgeTraverser () | |
Public Member Functions inherited from OdBrTraverser | |
bool | done () const |
OdBrErrorStatus | next () |
OdBrErrorStatus | restart () |
virtual | ~OdBrTraverser () |
bool | isEqualTo (const OdBrTraverser *pOtherTraverser) const |
bool | isNull () const |
OdBrErrorStatus | setValidationLevel (const BrValidationLevel &level= *(BrValidationLevel *) NULL) |
OdBrErrorStatus | getValidationLevel (BrValidationLevel &level) const |
Additional Inherited Members | |
Protected Member Functions inherited from OdBrTraverser | |
OdBrTraverser () | |
OdBrTraverser (const OdBrTraverser &source) | |
Protected Attributes inherited from OdBrTraverser | |
OdRxObjectPtr | m_pImp |
OdSharedPtr< OdDbStubPtrArray > | m_pFSubentPath |
bool | m_bIsValidate |
This class is the interface class for vertex edge traversers.
<group OdBr_Classes>
Definition at line 45 of file BrVertexEdgeTraverser.h.
OdBrVertexEdgeTraverser::OdBrVertexEdgeTraverser | ( | ) |
OdBrEdge OdBrVertexEdgeTraverser::getEdge | ( | ) | const |
Returns the edge object at the current Traverser position.
OdBrVertex OdBrVertexEdgeTraverser::getVertex | ( | ) | const |
Returns the owner of the edge list associated with this Traverser object.
OdBrErrorStatus OdBrVertexEdgeTraverser::setEdge | ( | const OdBrEdge & | edge | ) |
Sets the starting position of this Traverser object.
edge | [in] Defines the starting position. |
OdBrErrorStatus OdBrVertexEdgeTraverser::setVertex | ( | const OdBrVertex & | vertex | ) |
Sets this Traverser object to a specific vertex edge list.
vertex | [in] Owner of the edge list. |
Returns odbrOK if successful, or an appropriate error code if not.