// 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 _IGESSelect_FileModifier_HeaderFile #define _IGESSelect_FileModifier_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESSelect_FileModifier_HeaderFile #include #endif #ifndef _IFSelect_GeneralModifier_HeaderFile #include #endif class IGESData_IGESWriter; class IFSelect_ContextWrite; class IGESSelect_FileModifier : public IFSelect_GeneralModifier { public: Standard_EXPORT virtual void Perform(IFSelect_ContextWrite& ctx,IGESData_IGESWriter& writer) const = 0; DEFINE_STANDARD_RTTI(IGESSelect_FileModifier) protected: Standard_EXPORT IGESSelect_FileModifier(); private: }; // other Inline functions and methods (like "C++: function call" methods) #endif