// 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 _IGESGraph_Protocol_HeaderFile #define _IGESGraph_Protocol_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESGraph_Protocol_HeaderFile #include #endif #ifndef _IGESData_Protocol_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_Interface_Protocol_HeaderFile #include #endif #ifndef _Handle_Standard_Type_HeaderFile #include #endif class Interface_Protocol; class Standard_Type; //! Description of Protocol for IGESGraph
class IGESGraph_Protocol : public IGESData_Protocol { public: Standard_EXPORT IGESGraph_Protocol(); //! Gives the count of Resource Protocol. Here, one
//! (Protocol from IGESBasic)
Standard_EXPORT virtual Standard_Integer NbResources() const; //! Returns a Resource, given a rank.
Standard_EXPORT virtual Handle_Interface_Protocol Resource(const Standard_Integer num) const; //! Returns a Case Number, specific of each recognized Type
//! This Case Number is then used in Libraries : the various
//! Modules attached to this class of Protocol must use them
//! in accordance (for a given value of TypeNumber, they must
//! consider the same Type as the Protocol defines)
Standard_EXPORT virtual Standard_Integer TypeNumber(const Handle(Standard_Type)& atype) const; DEFINE_STANDARD_RTTI(IGESGraph_Protocol) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif