// Copyright (c) 1999-2014 OPEN CASCADE SAS // // This file is part of Open CASCADE Technology software library. // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License version 2.1 as published // by the Free Software Foundation, with special exception defined in the file // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT // distribution for complete text of the license and disclaimer of any warranty. // // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. #include #include #include #include #include #include #include #include #include #include #include #include IMPLEMENT_STANDARD_RTTIEXT(IGESData_DefaultSpecific,IGESData_SpecificModule) IGESData_DefaultSpecific::IGESData_DefaultSpecific () { IGESData_SpecificLib::SetGlobal(this, IGESData::Protocol()); } void IGESData_DefaultSpecific::OwnDump (const Standard_Integer /*CN*/, const Handle(IGESData_IGESEntity)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer /*own*/) const { DeclareAndCast(IGESData_UndefinedEntity,lent,ent); if (lent.IsNull()) return; Standard_Integer dstat = lent->DirStatus(); if (dstat != 0) S << " -- Directory Entry Error Status = " << dstat << " --" << Message_EndLine; Handle(Interface_UndefinedContent) cont = lent->UndefinedContent(); Standard_Integer nb = cont->NbParams(); S << " UNDEFINED ENTITY ...\n"<ParamType(i); if (ptyp == Interface_ParamVoid) S<<" ["<IsParamEntity(i)) { DeclareAndCast(IGESData_IGESEntity,anent,cont->ParamEntity(i)); S<<" ["<