Open CASCADE Technology 6.6.0
|
#include <CDM_ReferenceIterator.hxx>
Public Member Functions | |
CDM_ReferenceIterator (const Handle< CDM_Document > &aDocument) | |
Standard_Boolean | More () const |
void | Next () |
Handle_CDM_Document | Document () const |
Standard_Integer | ReferenceIdentifier () const |
Standard_Integer | DocumentVersion () const |
returns the Document Version in the reference. |
CDM_ReferenceIterator::CDM_ReferenceIterator | ( | const Handle< CDM_Document > & | aDocument | ) |
Handle_CDM_Document CDM_ReferenceIterator::Document | ( | ) | const |
Standard_Integer CDM_ReferenceIterator::DocumentVersion | ( | ) | const |
Standard_Boolean CDM_ReferenceIterator::More | ( | ) | const |
void CDM_ReferenceIterator::Next | ( | ) |
Standard_Integer CDM_ReferenceIterator::ReferenceIdentifier | ( | ) | const |