// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _IGESBasic_SpecificModule_HeaderFile #define _IGESBasic_SpecificModule_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESBasic_SpecificModule_HeaderFile #include #endif #ifndef _IGESData_SpecificModule_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_IGESData_IGESEntity_HeaderFile #include #endif #ifndef _Handle_Message_Messenger_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class IGESData_IGESEntity; class IGESData_IGESDumper; class Message_Messenger; //! Defines Services attached to IGES Entities :
//! Dump & OwnCorrect, for IGESBasic
class IGESBasic_SpecificModule : public IGESData_SpecificModule { public: //! Creates a SpecificModule from IGESBasic & puts it into SpecificLib
Standard_EXPORT IGESBasic_SpecificModule(); //! Specific Dump (own parameters) for IGESBasic
Standard_EXPORT void OwnDump(const Standard_Integer CN,const Handle(IGESData_IGESEntity)& ent,const IGESData_IGESDumper& dumper,const Handle(Message_Messenger)& S,const Standard_Integer own) const; //! Performs non-ambiguous Corrections on Entities which support
//! them (AssocGroupType,Hierarchy,Name,SingleParent)
Standard_EXPORT virtual Standard_Boolean OwnCorrect(const Standard_Integer CN,const Handle(IGESData_IGESEntity)& ent) const; DEFINE_STANDARD_RTTI(IGESBasic_SpecificModule) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif