Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
TColgp_SequenceOfXY Class Reference

#include <TColgp_SequenceOfXY.hxx>

Inheritance diagram for TColgp_SequenceOfXY:
Inheritance graph
[legend]

Public Member Functions

DEFINE_STANDARD_ALLOC TColgp_SequenceOfXY ()
void Clear ()
 ~TColgp_SequenceOfXY ()
const TColgp_SequenceOfXYAssign (const TColgp_SequenceOfXY &Other)
const TColgp_SequenceOfXYoperator= (const TColgp_SequenceOfXY &Other)
void Append (const gp_XY &T)
void Append (TColgp_SequenceOfXY &S)
void Prepend (const gp_XY &T)
void Prepend (TColgp_SequenceOfXY &S)
void InsertBefore (const Standard_Integer Index, const gp_XY &T)
void InsertBefore (const Standard_Integer Index, TColgp_SequenceOfXY &S)
void InsertAfter (const Standard_Integer Index, const gp_XY &T)
void InsertAfter (const Standard_Integer Index, TColgp_SequenceOfXY &S)
const gp_XYFirst () const
const gp_XYLast () const
void Split (const Standard_Integer Index, TColgp_SequenceOfXY &Sub)
const gp_XYValue (const Standard_Integer Index) const
const gp_XYoperator() (const Standard_Integer Index) const
void SetValue (const Standard_Integer Index, const gp_XY &I)
gp_XYChangeValue (const Standard_Integer Index)
gp_XYoperator() (const Standard_Integer Index)
void Remove (const Standard_Integer Index)
void Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex)

Constructor & Destructor Documentation


Member Function Documentation

const gp_XY& TColgp_SequenceOfXY::operator() ( const Standard_Integer  Index) const [inline]
gp_XY& TColgp_SequenceOfXY::operator() ( const Standard_Integer  Index) [inline]
const TColgp_SequenceOfXY& TColgp_SequenceOfXY::operator= ( const TColgp_SequenceOfXY Other) [inline]

The documentation for this class was generated from the following file: