|
Public Member Functions |
| Standard_EXPORT | IGESBasic_AssocGroupType () |
| Standard_EXPORT void | Init (const Standard_Integer nbDataFields, const Standard_Integer aType, const Handle(TCollection_HAsciiString)&aName) |
| | This method is used to set the fields of the class
AssocGroupType
- nbDataFields : number of parameter data fields = 2
- aType : type of attached associativity
- aName : identifier of associativity of type AType
.
|
| Standard_EXPORT Standard_Integer | NbData () const |
| | returns the number of parameter data fields, always = 2
|
| Standard_EXPORT Standard_Integer | AssocType () const |
| | returns the type of attached associativity
|
| Standard_EXPORT Handle_TCollection_HAsciiString | Name () const |
| | returns identifier of instance of specified associativity
|
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
| Standard_Integer | theNbData |
| Standard_Integer | theType |
| Handle_TCollection_HAsciiString | theName |