// 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 _IGESData_DefaultSpecific_HeaderFile #define _IGESData_DefaultSpecific_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESData_DefaultSpecific_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 class IGESData_IGESEntity; class IGESData_IGESDumper; class Message_Messenger; //! Specific IGES Services for UndefinedEntity, FreeFormatEntity
class IGESData_DefaultSpecific : public IGESData_SpecificModule { public: //! Creates a DefaultSpecific and puts it into SpecificLib
Standard_EXPORT IGESData_DefaultSpecific(); //! Specific Dump for UndefinedEntity : it concerns only
//! own parameters, the general data (Directory Part, Lists) are
//! taken into account by the IGESDumper
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; DEFINE_STANDARD_RTTI(IGESData_DefaultSpecific) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif