// 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_DefaultGeneral_HeaderFile #define _IGESData_DefaultGeneral_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESData_DefaultGeneral_HeaderFile #include #endif #ifndef _IGESData_GeneralModule_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_IGESData_IGESEntity_HeaderFile #include #endif #ifndef _Handle_Interface_Check_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_Standard_Transient_HeaderFile #include #endif class IGESData_IGESEntity; class Interface_EntityIterator; class IGESData_DirChecker; class Interface_ShareTool; class Interface_Check; class Standard_Transient; class Interface_CopyTool; //! Processes the specific case of UndefinedEntity from IGESData
//! (Case Number 1)
class IGESData_DefaultGeneral : public IGESData_GeneralModule { public: //! Creates a DefaultGeneral and puts it into GeneralLib,
//! bound with a Protocol from IGESData
Standard_EXPORT IGESData_DefaultGeneral(); //! Lists the Entities shared by an IGESEntity, which must be
//! an UndefinedEntity
Standard_EXPORT void OwnSharedCase(const Standard_Integer CN,const Handle(IGESData_IGESEntity)& ent,Interface_EntityIterator& iter) const; //! Returns a DirChecker, specific for each type of Entity
//! Here, Returns an empty DirChecker (no constraint to check)
Standard_EXPORT IGESData_DirChecker DirChecker(const Standard_Integer CN,const Handle(IGESData_IGESEntity)& ent) const; //! Performs Specific Semantic Check for each type of Entity
//! Here, does nothing (no constraint to check)
Standard_EXPORT void OwnCheckCase(const Standard_Integer CN,const Handle(IGESData_IGESEntity)& ent,const Interface_ShareTool& shares,Handle(Interface_Check)& ach) const; //! Specific creation of a new void entity (UndefinedEntity only)
Standard_EXPORT Standard_Boolean NewVoid(const Standard_Integer CN,Handle(Standard_Transient)& entto) const; //! Copies parameters which are specific of each Type of Entity
Standard_EXPORT void OwnCopyCase(const Standard_Integer CN,const Handle(IGESData_IGESEntity)& entfrom,const Handle(IGESData_IGESEntity)& entto,Interface_CopyTool& TC) const; DEFINE_STANDARD_RTTI(IGESData_DefaultGeneral) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif