Open CASCADE Technology 6.6.0
Public Member Functions
IntPatch_SequenceOfPoint Class Reference

#include <IntPatch_SequenceOfPoint.hxx>

Inheritance diagram for IntPatch_SequenceOfPoint:
Inheritance graph
[legend]

Public Member Functions

 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

IntPatch_SequenceOfPoint::IntPatch_SequenceOfPoint ( )
IntPatch_SequenceOfPoint::~IntPatch_SequenceOfPoint ( ) [inline]

Member Function Documentation

void IntPatch_SequenceOfPoint::Append ( const IntPatch_Point T)
void IntPatch_SequenceOfPoint::Append ( IntPatch_SequenceOfPoint S)
const IntPatch_SequenceOfPoint& IntPatch_SequenceOfPoint::Assign ( const IntPatch_SequenceOfPoint Other)
IntPatch_Point& IntPatch_SequenceOfPoint::ChangeValue ( const Standard_Integer  Index)
void IntPatch_SequenceOfPoint::Clear ( )
const IntPatch_Point& IntPatch_SequenceOfPoint::First ( ) const
void IntPatch_SequenceOfPoint::InsertAfter ( const Standard_Integer  Index,
const IntPatch_Point T 
)
void IntPatch_SequenceOfPoint::InsertAfter ( const Standard_Integer  Index,
IntPatch_SequenceOfPoint S 
)
void IntPatch_SequenceOfPoint::InsertBefore ( const Standard_Integer  Index,
const IntPatch_Point T 
)
void IntPatch_SequenceOfPoint::InsertBefore ( const Standard_Integer  Index,
IntPatch_SequenceOfPoint S 
)
const IntPatch_Point& IntPatch_SequenceOfPoint::Last ( ) const
IntPatch_Point& IntPatch_SequenceOfPoint::operator() ( const Standard_Integer  Index) [inline]
const IntPatch_Point& IntPatch_SequenceOfPoint::operator() ( const Standard_Integer  Index) const [inline]
const IntPatch_SequenceOfPoint& IntPatch_SequenceOfPoint::operator= ( const IntPatch_SequenceOfPoint Other) [inline]
void IntPatch_SequenceOfPoint::Prepend ( const IntPatch_Point T)
void IntPatch_SequenceOfPoint::Prepend ( IntPatch_SequenceOfPoint S)
void IntPatch_SequenceOfPoint::Remove ( const Standard_Integer  FromIndex,
const Standard_Integer  ToIndex 
)
void IntPatch_SequenceOfPoint::Remove ( const Standard_Integer  Index)
void IntPatch_SequenceOfPoint::SetValue ( const Standard_Integer  Index,
const IntPatch_Point I 
)
void IntPatch_SequenceOfPoint::Split ( const Standard_Integer  Index,
IntPatch_SequenceOfPoint Sub 
)
const IntPatch_Point& IntPatch_SequenceOfPoint::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