|
Open CASCADE Technology
6.5.4
|
#include <TDataStd_UAttribute.hxx>

Public Member Functions | |
| TDataStd_UAttribute () | |
| void | SetID (const Standard_GUID &LocalID) |
| const Standard_GUID & | ID () const |
| Returns the ID of the attribute. | |
| void | Restore (const Handle< TDF_Attribute > &with) |
| Restores the backuped contents from <anAttribute> into this one. It is used when aborting a transaction. | |
| Handle_TDF_Attribute | NewEmpty () const |
| Returns an new empty attribute from the good end type. It is used by the copy algorithm. | |
| void | Paste (const Handle< TDF_Attribute > &into, const Handle< TDF_RelocationTable > &RT) 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 may paste the contents of <me> into <intoAttribute>. The given pasted attribute can be full or empty of its contents. But don't make a NEW! Just set the contents! It is possible to use <aRelocationTable> to get/set the relocation value of a source attribute. | |
| virtual void | References (const Handle< TDF_DataSet > &DS) const |
| Adds the first level referenced attributes and labels to <aDataSet>. For this, use the AddLabel or AddAttribute of DataSet. If there is none, do not implement the method. | |
| virtual Standard_OStream & | Dump (Standard_OStream &anOS) const |
| Dumps the minimum information about <me> on <aStream>. | |
Static Public Member Functions | |
| static Handle_TDataStd_UAttribute | Set (const TDF_Label &label, const Standard_GUID &LocalID) |
| api class methods ============= //! Find, or create, a UAttribute attribute with <LocalID> as Local GUID. The UAttribute attribute is returned. //! UAttribute methods ============ | |
| virtual Standard_OStream& TDataStd_UAttribute::Dump | ( | Standard_OStream & | anOS | ) | const [virtual] |
Reimplemented from TDF_Attribute.
| const Standard_GUID& TDataStd_UAttribute::ID | ( | ) | const [virtual] |
Implements TDF_Attribute.
| Handle_TDF_Attribute TDataStd_UAttribute::NewEmpty | ( | ) | const [virtual] |
Implements TDF_Attribute.
| void TDataStd_UAttribute::Paste | ( | const Handle< TDF_Attribute > & | intoAttribute, |
| const Handle< TDF_RelocationTable > & | aRelocationTable | ||
| ) | const [virtual] |
Implements TDF_Attribute.
| virtual void TDataStd_UAttribute::References | ( | const Handle< TDF_DataSet > & | aDataSet | ) | const [virtual] |
Reimplemented from TDF_Attribute.
| void TDataStd_UAttribute::Restore | ( | const Handle< TDF_Attribute > & | anAttribute | ) | [virtual] |
Implements TDF_Attribute.
| static Handle_TDataStd_UAttribute TDataStd_UAttribute::Set | ( | const TDF_Label & | label, |
| const Standard_GUID & | LocalID | ||
| ) | [static] |
| void TDataStd_UAttribute::SetID | ( | const Standard_GUID & | LocalID | ) |
1.8.0