CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
OdBrFaceLoopTraverser Class Reference

#include <BrFaceLoopTraverser.h>

Inheritance diagram for OdBrFaceLoopTraverser:
OdBrTraverser

Public Member Functions

 OdBrFaceLoopTraverser ()
 
OdBrErrorStatus setFace (const OdBrFace &face)
 
OdBrErrorStatus setFace (const OdBrShellFaceTraverser &shellFaceTrav)
 
OdBrErrorStatus setLoop (const OdBrLoop &loop)
 
OdBrErrorStatus setFaceAndLoop (const OdBrLoop &loop)
 
OdBrLoop getLoop () const
 
OdBrFace getFace () 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)
 
OdBrErrorStatus getValidationLevel (BrValidationLevel &level) const
 

Additional Inherited Members

- Protected Member Functions inherited from OdBrTraverser
 OdBrTraverser ()
 
- Protected Attributes inherited from OdBrTraverser
OdRxObjectPtr m_pImp
 
OdSharedPtr< OdDbStubPtrArraym_pFSubentPath
 
bool m_bIsValidate
 

Detailed Description

This class is the interface class for face loop traversers.

See also
TD_Br

<group OdBr_Classes>

Definition at line 45 of file BrFaceLoopTraverser.h.

Constructor & Destructor Documentation

◆ OdBrFaceLoopTraverser()

OdBrFaceLoopTraverser::OdBrFaceLoopTraverser ( )

Default constructor.

Member Function Documentation

◆ getFace()

OdBrFace OdBrFaceLoopTraverser::getFace ( ) const

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

◆ getLoop()

OdBrLoop OdBrFaceLoopTraverser::getLoop ( ) const

Returns the loop object at the current Traverser position.

◆ setFace() [1/2]

OdBrErrorStatus OdBrFaceLoopTraverser::setFace ( const OdBrFace face)

Sets this Traverser object to a specific face loop list.

Parameters
face[in] Owner of the loop 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.

◆ setFace() [2/2]

OdBrErrorStatus OdBrFaceLoopTraverser::setFace ( const OdBrShellFaceTraverser shellFaceTrav)

Sets this Traverser object to a specific face loop list.

Parameters
shellFaceTrav[in] Shell-face traverser.
Remarks
This Traverser object is set to the first element in the list.

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

◆ setFaceAndLoop()

OdBrErrorStatus OdBrFaceLoopTraverser::setFaceAndLoop ( const OdBrLoop loop)

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

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

◆ setLoop()

OdBrErrorStatus OdBrFaceLoopTraverser::setLoop ( const OdBrLoop loop)

Sets the starting position of this Traverser object.

Parameters
loop[in] Defines the starting position.

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