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

#include <IntPatch_SequenceOfPoint.hxx>

Inheritance diagram for IntPatch_SequenceOfPoint:
Inheritance graph
[legend]

Public Member Functions

DEFINE_STANDARD_ALLOC IntPatch_SequenceOfPoint ()
void Clear ()
 ~IntPatch_SequenceOfPoint ()
const IntPatch_SequenceOfPointAssign (const IntPatch_SequenceOfPoint &Other)
const IntPatch_SequenceOfPointoperator= (const IntPatch_SequenceOfPoint &Other)
void Append (const IntPatch_Point &T)
void Append (IntPatch_SequenceOfPoint &S)
void Prepend (const IntPatch_Point &T)
void Prepend (IntPatch_SequenceOfPoint &S)
void InsertBefore (const Standard_Integer Index, const IntPatch_Point &T)
void InsertBefore (const Standard_Integer Index, IntPatch_SequenceOfPoint &S)
void InsertAfter (const Standard_Integer Index, const IntPatch_Point &T)
void InsertAfter (const Standard_Integer Index, IntPatch_SequenceOfPoint &S)
const IntPatch_PointFirst () const
const IntPatch_PointLast () const
void Split (const Standard_Integer Index, IntPatch_SequenceOfPoint &Sub)
const IntPatch_PointValue (const Standard_Integer Index) const
const IntPatch_Pointoperator() (const Standard_Integer Index) const
void SetValue (const Standard_Integer Index, const IntPatch_Point &I)
IntPatch_PointChangeValue (const Standard_Integer Index)
IntPatch_Pointoperator() (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 IntPatch_Point& IntPatch_SequenceOfPoint::operator() ( const Standard_Integer  Index) const [inline]
IntPatch_Point& IntPatch_SequenceOfPoint::operator() ( const Standard_Integer  Index) [inline]
const IntPatch_SequenceOfPoint& IntPatch_SequenceOfPoint::operator= ( const IntPatch_SequenceOfPoint Other) [inline]

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