Hide menu
Loading...
Searching...
No Matches
cadex::ModelData_DrawingView::ElementIterator Class Reference

Iterates over the elements of the view. More...

#include <cadex/ModelData_DrawingView.hxx>

Public Member Functions

 ElementIterator (const ModelData_DrawingView &theView)
 Constructor.
 
bool HasNext () const
 Returns true if the iterator can be advanced with Next().
 
ModelData_DrawingElementNext ()
 Returns the current view element and advances the iterator.
 

Detailed Description

Iterates over the elements of the view.

Has a Java-inspired interface and iteration logic.