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