CFx SDK Documentation 2024 SP0
|
#include <BrBrepVertexTraverser.h>
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< OdDbStubPtrArray > | m_pFSubentPath |
bool | m_bIsValidate |
This class is the interface class for BREP vertex traversers.
<group OdBr_Classes>
Definition at line 44 of file BrBrepVertexTraverser.h.
OdBrBrepVertexTraverser::OdBrBrepVertexTraverser | ( | ) |
OdBrBrep OdBrBrepVertexTraverser::getBrep | ( | ) | const |
Returns the owner of the vertex list associated with this Traverser object.
OdBrVertex OdBrBrepVertexTraverser::getVertex | ( | ) | const |
Returns the vertex object at the current Traverser position.
OdBrErrorStatus OdBrBrepVertexTraverser::setBrep | ( | const OdBrBrep & | brep | ) |
Sets this Traverser object to a specific BREP vertex list.
brep | [in] Owner of the vertex list. |
Returns odbrOK if successful, or an appropriate error code if not.
OdBrErrorStatus OdBrBrepVertexTraverser::setBrepAndVertex | ( | const OdBrVertex & | vertex | ) |
Sets this Traverser object to a specific BREP vertex list and starting position.
vertex | [in] Defines the vertex list and starting position. |
OdBrErrorStatus OdBrBrepVertexTraverser::setVertex | ( | const OdBrVertex & | vertex | ) |
Sets the starting position of this Traverser object.
vertex | [in] Defines the starting position. |