// 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 _IGESDraw_GeneralModule_HeaderFile #define _IGESDraw_GeneralModule_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESDraw_GeneralModule_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; //! Definition of General Services for IGESDraw (specific part)
//! This Services comprise : Shared & Implied Lists, Copy, Check
class IGESDraw_GeneralModule : public IGESData_GeneralModule { public: //! Creates a GeneralModule from IGESDraw and puts it into GeneralLib
Standard_EXPORT IGESDraw_GeneralModule(); //! Lists the Entities shared by a given IGESEntity , from
//! its specific parameters : specific for each type
Standard_EXPORT void OwnSharedCase(const Standard_Integer CN,const Handle(IGESData_IGESEntity)& ent,Interface_EntityIterator& iter) const; //! Specific list of Entities implied by an IGESEntity (in
//! addition to Associativities). Redefined for ViewsVisible ...
Standard_EXPORT virtual void OwnImpliedCase(const Standard_Integer CN,const Handle(IGESData_IGESEntity)& ent,Interface_EntityIterator& iter) const; //! Returns a DirChecker, specific for each type of Entity
//! (identified by its Case Number) : this DirChecker defines
//! constraints which must be respected by the DirectoryPart
Standard_EXPORT IGESData_DirChecker DirChecker(const Standard_Integer CN,const Handle(IGESData_IGESEntity)& ent) const; //! Performs Specific Semantic Check for each type of Entity
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
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; //! Renews parameters which are specific of each Type of Entity :
//! redefined for ViewsVisible ... (takes only the implied ref.s
//! which have also been copied)
Standard_EXPORT virtual void OwnRenewCase(const Standard_Integer CN,const Handle(IGESData_IGESEntity)& entfrom,const Handle(IGESData_IGESEntity)& entto,const Interface_CopyTool& TC) const; //! Clears parameters with can cause looping structures :
//! redefined for ViewsVisible ... (clears the implied ref.s)
Standard_EXPORT virtual void OwnDeleteCase(const Standard_Integer CN,const Handle(IGESData_IGESEntity)& ent) const; //! Returns a category number which characterizes an entity
//! Planar : Auxiliary
//! Subfigures and ConnectPoint : Structure
//! others : Drawing
Standard_EXPORT virtual Standard_Integer CategoryNumber(const Standard_Integer CN,const Handle(Standard_Transient)& ent,const Interface_ShareTool& shares) const; DEFINE_STANDARD_RTTI(IGESDraw_GeneralModule) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif