// 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 _IFSelect_BasicDumper_HeaderFile #define _IFSelect_BasicDumper_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IFSelect_BasicDumper_HeaderFile #include #endif #ifndef _IFSelect_SessionDumper_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_Standard_Transient_HeaderFile #include #endif class IFSelect_SessionFile; class Standard_Transient; class TCollection_AsciiString; //! BasicDumper takes into account, for SessionFile, all the
//! classes defined in the package IFSelect : Selections,
//! Dispatches (there is no Modifier)
class IFSelect_BasicDumper : public IFSelect_SessionDumper { public: //! Creates a BasicDumper and puts it into the Library of Dumper
Standard_EXPORT IFSelect_BasicDumper(); //! Write the Own Parameters of Types defined in package IFSelect
//! Returns True if has been processed, False else
Standard_EXPORT Standard_Boolean WriteOwn(IFSelect_SessionFile& file,const Handle(Standard_Transient)& item) const; //! Recognizes and Read Own Parameters for Types of package
//! IFSelect. Returns True if done and created, False else
Standard_EXPORT Standard_Boolean ReadOwn(IFSelect_SessionFile& file,const TCollection_AsciiString& type,Handle(Standard_Transient)& item) const; DEFINE_STANDARD_RTTI(IFSelect_BasicDumper) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif