Open CASCADE Technology 6.6.0
Public Member Functions
TColgp_SequenceOfXY Class Reference

#include <TColgp_SequenceOfXY.hxx>

Inheritance diagram for TColgp_SequenceOfXY:
Inheritance graph
[legend]

Public Member Functions

 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

TColgp_SequenceOfXY::TColgp_SequenceOfXY ( )
TColgp_SequenceOfXY::~TColgp_SequenceOfXY ( ) [inline]

Member Function Documentation

void TColgp_SequenceOfXY::Append ( const gp_XY T)
void TColgp_SequenceOfXY::Append ( TColgp_SequenceOfXY S)
const TColgp_SequenceOfXY& TColgp_SequenceOfXY::Assign ( const TColgp_SequenceOfXY Other)
gp_XY& TColgp_SequenceOfXY::ChangeValue ( const Standard_Integer  Index)
void TColgp_SequenceOfXY::Clear ( )
const gp_XY& TColgp_SequenceOfXY::First ( ) const
void TColgp_SequenceOfXY::InsertAfter ( const Standard_Integer  Index,
const gp_XY T 
)
void TColgp_SequenceOfXY::InsertAfter ( const Standard_Integer  Index,
TColgp_SequenceOfXY S 
)
void TColgp_SequenceOfXY::InsertBefore ( const Standard_Integer  Index,
const gp_XY T 
)
void TColgp_SequenceOfXY::InsertBefore ( const Standard_Integer  Index,
TColgp_SequenceOfXY S 
)
const gp_XY& TColgp_SequenceOfXY::Last ( ) const
gp_XY& TColgp_SequenceOfXY::operator() ( const Standard_Integer  Index) [inline]
const gp_XY& TColgp_SequenceOfXY::operator() ( const Standard_Integer  Index) const [inline]
const TColgp_SequenceOfXY& TColgp_SequenceOfXY::operator= ( const TColgp_SequenceOfXY Other) [inline]
void TColgp_SequenceOfXY::Prepend ( const gp_XY T)
void TColgp_SequenceOfXY::Prepend ( TColgp_SequenceOfXY S)
void TColgp_SequenceOfXY::Remove ( const Standard_Integer  FromIndex,
const Standard_Integer  ToIndex 
)
void TColgp_SequenceOfXY::Remove ( const Standard_Integer  Index)
void TColgp_SequenceOfXY::SetValue ( const Standard_Integer  Index,
const gp_XY I 
)
void TColgp_SequenceOfXY::Split ( const Standard_Integer  Index,
TColgp_SequenceOfXY Sub 
)
const gp_XY& TColgp_SequenceOfXY::Value ( const Standard_Integer  Index) const

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines