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

#include <TColgp_SequenceOfPnt.hxx>

Inheritance diagram for TColgp_SequenceOfPnt:
Inheritance graph
[legend]

Public Member Functions

DEFINE_STANDARD_ALLOC TColgp_SequenceOfPnt ()
void Clear ()
 ~TColgp_SequenceOfPnt ()
const TColgp_SequenceOfPntAssign (const TColgp_SequenceOfPnt &Other)
const TColgp_SequenceOfPntoperator= (const TColgp_SequenceOfPnt &Other)
void Append (const gp_Pnt &T)
void Append (TColgp_SequenceOfPnt &S)
void Prepend (const gp_Pnt &T)
void Prepend (TColgp_SequenceOfPnt &S)
void InsertBefore (const Standard_Integer Index, const gp_Pnt &T)
void InsertBefore (const Standard_Integer Index, TColgp_SequenceOfPnt &S)
void InsertAfter (const Standard_Integer Index, const gp_Pnt &T)
void InsertAfter (const Standard_Integer Index, TColgp_SequenceOfPnt &S)
const gp_PntFirst () const
const gp_PntLast () const
void Split (const Standard_Integer Index, TColgp_SequenceOfPnt &Sub)
const gp_PntValue (const Standard_Integer Index) const
const gp_Pntoperator() (const Standard_Integer Index) const
void SetValue (const Standard_Integer Index, const gp_Pnt &I)
gp_PntChangeValue (const Standard_Integer Index)
gp_Pntoperator() (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_Pnt& TColgp_SequenceOfPnt::operator() ( const Standard_Integer  Index) const [inline]
gp_Pnt& TColgp_SequenceOfPnt::operator() ( const Standard_Integer  Index) [inline]
const TColgp_SequenceOfPnt& TColgp_SequenceOfPnt::operator= ( const TColgp_SequenceOfPnt Other) [inline]

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