#include <IGESBasic_Group.hxx>
Inheritance diagram for IGESBasic_Group:
Public Member Functions | |
Standard_EXPORT | IGESBasic_Group () |
Standard_EXPORT | IGESBasic_Group (const Standard_Integer nb) |
Creates a Group with a predefined count of items (which all start as null) . | |
Standard_EXPORT void | Init (const Handle(IGESData_HArray1OfIGESEntity)&allEntities) |
This method is used to set the fields of the class Group - allEntities : Used to store pointers to members of the Group. . | |
Standard_EXPORT void | SetOrdered (const Standard_Boolean mode) |
Sets a Group to be, or not to be Ordered (according mode) . | |
Standard_EXPORT void | SetWithoutBackP (const Standard_Boolean mode) |
Sets a Group to be, or not to be WithoutBackP . | |
Standard_EXPORT Standard_Boolean | IsOrdered () const |
Returns True if <me> is Ordered . | |
Standard_EXPORT Standard_Boolean | IsWithoutBackP () const |
Returns True if <me> is WithoutBackP . | |
Standard_EXPORT void | SetUser (const Standard_Integer type, const Standard_Integer form) |
Enforce a new value for the type and form . | |
Standard_EXPORT void | SetNb (const Standard_Integer nb) |
Changes the count of item If greater, new items are null If lower, old items are lost . | |
Standard_EXPORT Standard_Integer | NbEntities () const |
returns the number of IGESEntities in the Group | |
Standard_EXPORT Handle_IGESData_IGESEntity | Entity (const Standard_Integer Index) const |
returns the specific entity from the Group | |
Standard_EXPORT Handle_Standard_Transient | Value (const Standard_Integer Index) const |
returns the specific entity from the Group | |
Standard_EXPORT void | SetValue (const Standard_Integer Index, const Handle(IGESData_IGESEntity)&ent) |
Sets a new value for item <index> . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_IGESData_HArray1OfIGESEntity | theEntities |
|
|
|
|
|
|
|
Reimplemented from IGESData_IGESEntity. Reimplemented in IGESBasic_GroupWithoutBackP, IGESBasic_OrderedGroup, and IGESBasic_OrderedGroupWithoutBackP. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|