// File: TDF_ChildIDIterator.lxx // ----------------------- // Author: DAUTRY Philippe // // Copyright: Matra Datavision 1997 // Version: 0.0 // History: Version Date Purpose // 0.0 Dec 1 1997 Creation inline Standard_Boolean TDF_ChildIDIterator::More() const { return !myAtt.IsNull(); } inline Handle(TDF_Attribute) TDF_ChildIDIterator::Value() const { return myAtt; }