CFx SDK Documentation  2022 SP0
Public Member Functions | List of all members
OdBrVertexLoopTraverser Class Reference

#include <BrVertexLoopTraverser.h>

Inheritance diagram for OdBrVertexLoopTraverser:
OdBrTraverser

Public Member Functions

 OdBrVertexLoopTraverser ()
 
OdBrErrorStatus setVertex (const OdBrVertex &vertex)
 
OdBrErrorStatus setLoop (const OdBrLoop &loop)
 
OdBrErrorStatus setVertexAndLoop (const OdBrLoopVertexTraverser &loopVertex)
 
OdBrLoop getLoop () const
 
OdBrVertex getVertex () const
 
- 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< OdDbStubPtrArraym_pFSubentPath
 
bool m_bIsValidate
 

Detailed Description

This class is the interface class for vertex loop traversers.

See also
TD_Br

<group OdBr_Classes>

Definition at line 46 of file BrVertexLoopTraverser.h.

Constructor & Destructor Documentation

◆ OdBrVertexLoopTraverser()

OdBrVertexLoopTraverser::OdBrVertexLoopTraverser ( )

Member Function Documentation

◆ getLoop()

OdBrLoop OdBrVertexLoopTraverser::getLoop ( ) const

Returns the loop object at the current Traverser position.

◆ getVertex()

OdBrVertex OdBrVertexLoopTraverser::getVertex ( ) const

Returns the owner of the loop list associated with this Traverser object.

◆ setLoop()

OdBrErrorStatus OdBrVertexLoopTraverser::setLoop ( const OdBrLoop loop)

Sets the starting position of this Traverser object.

Parameters
loop[in] Defines the starting position.

◆ setVertex()

OdBrErrorStatus OdBrVertexLoopTraverser::setVertex ( const OdBrVertex vertex)

Sets this Traverser object to a specific vertex edge list.

Parameters
vertex[in] Owner of the edge list.
Remarks
This Traverser object is set to the first element in the list.

Returns odbrOK if successful, or an appropriate error code if not.

◆ setVertexAndLoop()

OdBrErrorStatus OdBrVertexLoopTraverser::setVertexAndLoop ( const OdBrLoopVertexTraverser loopVertex)

Sets this Traverser object to a specific vertex loop list and starting position.

Parameters
loopVertex[in] Defines the vertex loop list and starting position.

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