|
Open CASCADE Technology 6.5.2
|
Representation of STEP entity GeneralProperty
#include <StepBasic_GeneralProperty.hxx>

Public Member Functions | |
| StepBasic_GeneralProperty () | |
| Empty constructor | |
| void | Init (const Handle< TCollection_HAsciiString > &aId, const Handle< TCollection_HAsciiString > &aName, const Standard_Boolean hasDescription, const Handle< TCollection_HAsciiString > &aDescription) |
| Initialize all fields (own and inherited) | |
| Handle_TCollection_HAsciiString | Id () const |
| Returns field Id | |
| void | SetId (const Handle< TCollection_HAsciiString > &Id) |
| Set field Id | |
| Handle_TCollection_HAsciiString | Name () const |
| Returns field Name | |
| void | SetName (const Handle< TCollection_HAsciiString > &Name) |
| Set field Name | |
| Handle_TCollection_HAsciiString | Description () const |
| Returns field Description | |
| void | SetDescription (const Handle< TCollection_HAsciiString > &Description) |
| Set field Description | |
| Standard_Boolean | HasDescription () const |
| Returns True if optional field Description is defined | |
| StepBasic_GeneralProperty::StepBasic_GeneralProperty | ( | ) |
| Handle_TCollection_HAsciiString StepBasic_GeneralProperty::Description | ( | ) | const |
| Standard_Boolean StepBasic_GeneralProperty::HasDescription | ( | ) | const |
| Handle_TCollection_HAsciiString StepBasic_GeneralProperty::Id | ( | ) | const |
| void StepBasic_GeneralProperty::Init | ( | const Handle< TCollection_HAsciiString > & | aId, |
| const Handle< TCollection_HAsciiString > & | aName, | ||
| const Standard_Boolean | hasDescription, | ||
| const Handle< TCollection_HAsciiString > & | aDescription | ||
| ) |
| Handle_TCollection_HAsciiString StepBasic_GeneralProperty::Name | ( | ) | const |
| void StepBasic_GeneralProperty::SetDescription | ( | const Handle< TCollection_HAsciiString > & | Description | ) |
| void StepBasic_GeneralProperty::SetId | ( | const Handle< TCollection_HAsciiString > & | Id | ) |
| void StepBasic_GeneralProperty::SetName | ( | const Handle< TCollection_HAsciiString > & | Name | ) |
1.7.4