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

#include <TopTools_SequenceOfShape.hxx>

Inheritance diagram for TopTools_SequenceOfShape:
Inheritance graph
[legend]

Public Member Functions

DEFINE_STANDARD_ALLOC TopTools_SequenceOfShape ()
void Clear ()
 ~TopTools_SequenceOfShape ()
const TopTools_SequenceOfShapeAssign (const TopTools_SequenceOfShape &Other)
const TopTools_SequenceOfShapeoperator= (const TopTools_SequenceOfShape &Other)
void Append (const TopoDS_Shape &T)
void Append (TopTools_SequenceOfShape &S)
void Prepend (const TopoDS_Shape &T)
void Prepend (TopTools_SequenceOfShape &S)
void InsertBefore (const Standard_Integer Index, const TopoDS_Shape &T)
void InsertBefore (const Standard_Integer Index, TopTools_SequenceOfShape &S)
void InsertAfter (const Standard_Integer Index, const TopoDS_Shape &T)
void InsertAfter (const Standard_Integer Index, TopTools_SequenceOfShape &S)
const TopoDS_ShapeFirst () const
const TopoDS_ShapeLast () const
void Split (const Standard_Integer Index, TopTools_SequenceOfShape &Sub)
const TopoDS_ShapeValue (const Standard_Integer Index) const
const TopoDS_Shapeoperator() (const Standard_Integer Index) const
void SetValue (const Standard_Integer Index, const TopoDS_Shape &I)
TopoDS_ShapeChangeValue (const Standard_Integer Index)
TopoDS_Shapeoperator() (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 TopoDS_Shape& TopTools_SequenceOfShape::operator() ( const Standard_Integer  Index) const [inline]
TopoDS_Shape& TopTools_SequenceOfShape::operator() ( const Standard_Integer  Index) [inline]
const TopTools_SequenceOfShape& TopTools_SequenceOfShape::operator= ( const TopTools_SequenceOfShape Other) [inline]

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