// File: TDF_DataSet.cxx // --------------- // Author: DAUTRY Philippe // // Copyright: Matra Datavision 1997 // Version: 0.0 // History: Version Date Purpose // 0.0 Mar 11 1997 Creation #include #include #include #include //======================================================================= //function : TDF_DataSet //purpose : Creates a DataSet. //======================================================================= TDF_DataSet::TDF_DataSet() {} //======================================================================= //function : Clear //purpose : //======================================================================= void TDF_DataSet::Clear() { myRootLabels.Clear(); myLabelMap.Clear(); myAttributeMap.Clear(); } //======================================================================= //function : Dump //purpose : //======================================================================= Standard_OStream& TDF_DataSet::Dump(Standard_OStream& anOS) const { anOS<<"\t\t=====< TDF_DataSet dump >====="<Label().EntryDump(anOS); anOS<<" \t"; itr3.Key()->Dump(anOS); anOS<