Hide menu
Loading...
Searching...
No Matches
cadex::ModelData_PMISavedView::GraphicalElementIterator Class Reference

Iterator over added graphical elements. More...

#include <cadex/ModelData_PMISavedView.hxx>

Public Member Functions

 GraphicalElementIterator (const ModelData_PMISavedView &theView)
 
bool HasNext () const
 
const ModelData_PMIGraphicalElementNext () const
 
ModelData_PMIGraphicalElementNext ()
 

Protected Attributes

internal::Base_Handle myImpl
 

Detailed Description

Iterator over added graphical elements.

Supports a Java style iterator.

Constructor & Destructor Documentation

◆ GraphicalElementIterator()

cadex::ModelData_PMISavedView::GraphicalElementIterator::GraphicalElementIterator ( const ModelData_PMISavedView theView)

Iterator will iterate over elements in the order in which they were added with the AddGraphicalElement() method.