#include <TopTools_HSequenceOfShape.hxx>
Public Member Functions | |
TopTools_HSequenceOfShape () | |
Standard_Boolean | IsEmpty () const |
Standard_Integer | Length () const |
Standard_EXPORT void | Clear () |
Standard_EXPORT void | Append (const TopoDS_Shape &anItem) |
Standard_EXPORT void | Append (const Handle(TopTools_HSequenceOfShape)&aSequence) |
Standard_EXPORT void | Prepend (const TopoDS_Shape &anItem) |
Standard_EXPORT void | Prepend (const Handle(TopTools_HSequenceOfShape)&aSequence) |
Standard_EXPORT void | Reverse () |
Standard_EXPORT void | InsertBefore (const Standard_Integer anIndex, const TopoDS_Shape &anItem) |
Standard_EXPORT void | InsertBefore (const Standard_Integer anIndex, const Handle(TopTools_HSequenceOfShape)&aSequence) |
Standard_EXPORT void | InsertAfter (const Standard_Integer anIndex, const TopoDS_Shape &anItem) |
Standard_EXPORT void | InsertAfter (const Standard_Integer anIndex, const Handle(TopTools_HSequenceOfShape)&aSequence) |
Standard_EXPORT void | Exchange (const Standard_Integer anIndex, const Standard_Integer anOtherIndex) |
Standard_EXPORT Handle_TopTools_HSequenceOfShape | Split (const Standard_Integer anIndex) |
Standard_EXPORT void | SetValue (const Standard_Integer anIndex, const TopoDS_Shape &anItem) |
Standard_EXPORT const TopoDS_Shape & | Value (const Standard_Integer anIndex) const |
Standard_EXPORT TopoDS_Shape & | ChangeValue (const Standard_Integer anIndex) |
Standard_EXPORT void | Remove (const Standard_Integer anIndex) |
Standard_EXPORT void | Remove (const Standard_Integer fromIndex, const Standard_Integer toIndex) |
const TopTools_SequenceOfShape & | Sequence () const |
TopTools_SequenceOfShape & | ChangeSequence () |
Standard_EXPORT Handle_TopTools_HSequenceOfShape | ShallowCopy () const |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
TopTools_SequenceOfShape | mySequence |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|