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

#include <BrBrepVertexTraverser.h>

Inheritance diagram for OdBrBrepVertexTraverser:
OdBrTraverser

Public Member Functions

 OdBrBrepVertexTraverser ()
 
OdBrErrorStatus setBrep (const OdBrBrep &brep)
 
OdBrErrorStatus setBrepAndVertex (const OdBrVertex &vertex)
 
OdBrErrorStatus setVertex (const OdBrVertex &vertex)
 
OdBrVertex getVertex () const
 
OdBrBrep getBrep () 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 BREP vertex traversers.

See also
TD_Br

<group OdBr_Classes>

Definition at line 44 of file BrBrepVertexTraverser.h.

Constructor & Destructor Documentation

◆ OdBrBrepVertexTraverser()

OdBrBrepVertexTraverser::OdBrBrepVertexTraverser ( )

Member Function Documentation

◆ getBrep()

OdBrBrep OdBrBrepVertexTraverser::getBrep ( ) const

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

◆ getVertex()

OdBrVertex OdBrBrepVertexTraverser::getVertex ( ) const

Returns the vertex object at the current Traverser position.

◆ setBrep()

OdBrErrorStatus OdBrBrepVertexTraverser::setBrep ( const OdBrBrep brep)

Sets this Traverser object to a specific BREP vertex list.

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

◆ setBrepAndVertex()

OdBrErrorStatus OdBrBrepVertexTraverser::setBrepAndVertex ( const OdBrVertex vertex)

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

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

◆ setVertex()

OdBrErrorStatus OdBrBrepVertexTraverser::setVertex ( const OdBrVertex vertex)

Sets the starting position of this Traverser object.

Parameters
vertex[in] Defines the starting position.

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