// 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 _TDataXtd_Position_HeaderFile #define _TDataXtd_Position_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_TDataXtd_Position_HeaderFile #include #endif #ifndef _gp_Pnt_HeaderFile #include #endif #ifndef _TDF_Attribute_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_TDF_Attribute_HeaderFile #include #endif #ifndef _Handle_TDF_RelocationTable_HeaderFile #include #endif class TDF_Label; class gp_Pnt; class Standard_GUID; class TDF_Attribute; class TDF_RelocationTable; //! Position of a Label
class TDataXtd_Position : public TDF_Attribute { public: //! Create if not found the TDataXtd_Position attribute set its position to
Standard_EXPORT static void Set(const TDF_Label& aLabel,const gp_Pnt& aPos) ; //! Find an existing, or create an empty, Position.
//! the Position attribute is returned.
Standard_EXPORT static Handle_TDataXtd_Position Set(const TDF_Label& aLabel) ; //! Search label //! if found returns True
Standard_EXPORT static Standard_Boolean Get(const TDF_Label& aLabel,gp_Pnt& aPos) ; Standard_EXPORT TDataXtd_Position(); //! Returns the ID of the attribute.
Standard_EXPORT const Standard_GUID& ID() const; //! Returns the ID of the attribute.
Standard_EXPORT static const Standard_GUID& GetID() ; //! Restores the contents from into this
//! one. It is used when aborting a transaction.
//!
Standard_EXPORT virtual void Restore(const Handle(TDF_Attribute)& anAttribute) ; //! Returns an new empty attribute from the good end
//! type. It is used by the copy algorithm.
Standard_EXPORT virtual Handle_TDF_Attribute NewEmpty() const; //! This method is different from the "Copy" one,
//! because it is used when copying an attribute from
//! a source structure into a target structure. This
//! method pastes the current attribute to the label
//! corresponding to the insertor. The pasted
//! attribute may be a brand new one or a new version
//! of the previous one.
Standard_EXPORT virtual void Paste(const Handle(TDF_Attribute)& intoAttribute,const Handle(TDF_RelocationTable)& aRelocTationable) const; Standard_EXPORT const gp_Pnt& GetPosition() const; Standard_EXPORT void SetPosition(const gp_Pnt& aPos) ; DEFINE_STANDARD_RTTI(TDataXtd_Position) protected: private: gp_Pnt myPosition; }; // other Inline functions and methods (like "C++: function call" methods) #endif