#include <TColgp_HSequenceOfPnt2d.hxx>
Inheritance diagram for TColgp_HSequenceOfPnt2d:
Public Member Functions | |
TColgp_HSequenceOfPnt2d () | |
Standard_Boolean | IsEmpty () const |
Standard_Integer | Length () const |
Standard_EXPORT void | Clear () |
Standard_EXPORT void | Append (const gp_Pnt2d &anItem) |
Standard_EXPORT void | Append (const Handle(TColgp_HSequenceOfPnt2d)&aSequence) |
Standard_EXPORT void | Prepend (const gp_Pnt2d &anItem) |
Standard_EXPORT void | Prepend (const Handle(TColgp_HSequenceOfPnt2d)&aSequence) |
Standard_EXPORT void | Reverse () |
Standard_EXPORT void | InsertBefore (const Standard_Integer anIndex, const gp_Pnt2d &anItem) |
Standard_EXPORT void | InsertBefore (const Standard_Integer anIndex, const Handle(TColgp_HSequenceOfPnt2d)&aSequence) |
Standard_EXPORT void | InsertAfter (const Standard_Integer anIndex, const gp_Pnt2d &anItem) |
Standard_EXPORT void | InsertAfter (const Standard_Integer anIndex, const Handle(TColgp_HSequenceOfPnt2d)&aSequence) |
Standard_EXPORT void | Exchange (const Standard_Integer anIndex, const Standard_Integer anOtherIndex) |
Standard_EXPORT Handle_TColgp_HSequenceOfPnt2d | Split (const Standard_Integer anIndex) |
Standard_EXPORT void | SetValue (const Standard_Integer anIndex, const gp_Pnt2d &anItem) |
Standard_EXPORT const gp_Pnt2d & | Value (const Standard_Integer anIndex) const |
Standard_EXPORT gp_Pnt2d & | 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 TColgp_SequenceOfPnt2d & | Sequence () const |
TColgp_SequenceOfPnt2d & | ChangeSequence () |
Standard_EXPORT Handle_TColgp_HSequenceOfPnt2d | ShallowCopy () const |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
TColgp_SequenceOfPnt2d | mySequence |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from MMgt_TShared. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|