|
Open CASCADE Technology 6.5.2
|
Representation of STEP entity ConfigurationItem
#include <StepRepr_ConfigurationItem.hxx>

Public Member Functions | |
| StepRepr_ConfigurationItem () | |
| Empty constructor | |
| void | Init (const Handle< TCollection_HAsciiString > &aId, const Handle< TCollection_HAsciiString > &aName, const Standard_Boolean hasDescription, const Handle< TCollection_HAsciiString > &aDescription, const Handle< StepRepr_ProductConcept > &aItemConcept, const Standard_Boolean hasPurpose, const Handle< TCollection_HAsciiString > &aPurpose) |
| 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 | |
| Handle_StepRepr_ProductConcept | ItemConcept () const |
| Returns field ItemConcept | |
| void | SetItemConcept (const Handle< StepRepr_ProductConcept > &ItemConcept) |
| Set field ItemConcept | |
| Handle_TCollection_HAsciiString | Purpose () const |
| Returns field Purpose | |
| void | SetPurpose (const Handle< TCollection_HAsciiString > &Purpose) |
| Set field Purpose | |
| Standard_Boolean | HasPurpose () const |
| Returns True if optional field Purpose is defined | |
| StepRepr_ConfigurationItem::StepRepr_ConfigurationItem | ( | ) |
| Handle_TCollection_HAsciiString StepRepr_ConfigurationItem::Description | ( | ) | const |
| Standard_Boolean StepRepr_ConfigurationItem::HasDescription | ( | ) | const |
| Standard_Boolean StepRepr_ConfigurationItem::HasPurpose | ( | ) | const |
| Handle_TCollection_HAsciiString StepRepr_ConfigurationItem::Id | ( | ) | const |
| void StepRepr_ConfigurationItem::Init | ( | const Handle< TCollection_HAsciiString > & | aId, |
| const Handle< TCollection_HAsciiString > & | aName, | ||
| const Standard_Boolean | hasDescription, | ||
| const Handle< TCollection_HAsciiString > & | aDescription, | ||
| const Handle< StepRepr_ProductConcept > & | aItemConcept, | ||
| const Standard_Boolean | hasPurpose, | ||
| const Handle< TCollection_HAsciiString > & | aPurpose | ||
| ) |
| Handle_StepRepr_ProductConcept StepRepr_ConfigurationItem::ItemConcept | ( | ) | const |
| Handle_TCollection_HAsciiString StepRepr_ConfigurationItem::Name | ( | ) | const |
| Handle_TCollection_HAsciiString StepRepr_ConfigurationItem::Purpose | ( | ) | const |
| void StepRepr_ConfigurationItem::SetDescription | ( | const Handle< TCollection_HAsciiString > & | Description | ) |
| void StepRepr_ConfigurationItem::SetId | ( | const Handle< TCollection_HAsciiString > & | Id | ) |
| void StepRepr_ConfigurationItem::SetItemConcept | ( | const Handle< StepRepr_ProductConcept > & | ItemConcept | ) |
| void StepRepr_ConfigurationItem::SetName | ( | const Handle< TCollection_HAsciiString > & | Name | ) |
| void StepRepr_ConfigurationItem::SetPurpose | ( | const Handle< TCollection_HAsciiString > & | Purpose | ) |
1.7.4