|
Open CASCADE Technology 6.5.2
|
#include <TColGeom_HSequenceOfSurface.hxx>

Public Member Functions | |
| TColGeom_HSequenceOfSurface () | |
| Standard_Boolean | IsEmpty () const |
| Standard_Integer | Length () const |
| void | Clear () |
| void | Append (const Handle< Geom_Surface > &anItem) |
| void | Append (const Handle< TColGeom_HSequenceOfSurface > &aSequence) |
| void | Prepend (const Handle< Geom_Surface > &anItem) |
| void | Prepend (const Handle< TColGeom_HSequenceOfSurface > &aSequence) |
| void | Reverse () |
| void | InsertBefore (const Standard_Integer anIndex, const Handle< Geom_Surface > &anItem) |
| void | InsertBefore (const Standard_Integer anIndex, const Handle< TColGeom_HSequenceOfSurface > &aSequence) |
| void | InsertAfter (const Standard_Integer anIndex, const Handle< Geom_Surface > &anItem) |
| void | InsertAfter (const Standard_Integer anIndex, const Handle< TColGeom_HSequenceOfSurface > &aSequence) |
| void | Exchange (const Standard_Integer anIndex, const Standard_Integer anOtherIndex) |
| Handle_TColGeom_HSequenceOfSurface | Split (const Standard_Integer anIndex) |
| void | SetValue (const Standard_Integer anIndex, const Handle< Geom_Surface > &anItem) |
| const Handle_Geom_Surface & | Value (const Standard_Integer anIndex) const |
| Handle_Geom_Surface & | ChangeValue (const Standard_Integer anIndex) |
| void | Remove (const Standard_Integer anIndex) |
| void | Remove (const Standard_Integer fromIndex, const Standard_Integer toIndex) |
| const TColGeom_SequenceOfSurface & | Sequence () const |
| TColGeom_SequenceOfSurface & | ChangeSequence () |
| Handle_TColGeom_HSequenceOfSurface | ShallowCopy () const |
| TColGeom_HSequenceOfSurface::TColGeom_HSequenceOfSurface | ( | ) |
| void TColGeom_HSequenceOfSurface::Append | ( | const Handle< Geom_Surface > & | anItem | ) |
| void TColGeom_HSequenceOfSurface::Append | ( | const Handle< TColGeom_HSequenceOfSurface > & | aSequence | ) |
| TColGeom_SequenceOfSurface& TColGeom_HSequenceOfSurface::ChangeSequence | ( | ) |
| Handle_Geom_Surface& TColGeom_HSequenceOfSurface::ChangeValue | ( | const Standard_Integer | anIndex | ) |
| void TColGeom_HSequenceOfSurface::Clear | ( | ) |
| void TColGeom_HSequenceOfSurface::Exchange | ( | const Standard_Integer | anIndex, |
| const Standard_Integer | anOtherIndex | ||
| ) |
| void TColGeom_HSequenceOfSurface::InsertAfter | ( | const Standard_Integer | anIndex, |
| const Handle< Geom_Surface > & | anItem | ||
| ) |
| void TColGeom_HSequenceOfSurface::InsertAfter | ( | const Standard_Integer | anIndex, |
| const Handle< TColGeom_HSequenceOfSurface > & | aSequence | ||
| ) |
| void TColGeom_HSequenceOfSurface::InsertBefore | ( | const Standard_Integer | anIndex, |
| const Handle< Geom_Surface > & | anItem | ||
| ) |
| void TColGeom_HSequenceOfSurface::InsertBefore | ( | const Standard_Integer | anIndex, |
| const Handle< TColGeom_HSequenceOfSurface > & | aSequence | ||
| ) |
| Standard_Boolean TColGeom_HSequenceOfSurface::IsEmpty | ( | ) | const |
| Standard_Integer TColGeom_HSequenceOfSurface::Length | ( | ) | const |
| void TColGeom_HSequenceOfSurface::Prepend | ( | const Handle< Geom_Surface > & | anItem | ) |
| void TColGeom_HSequenceOfSurface::Prepend | ( | const Handle< TColGeom_HSequenceOfSurface > & | aSequence | ) |
| void TColGeom_HSequenceOfSurface::Remove | ( | const Standard_Integer | fromIndex, |
| const Standard_Integer | toIndex | ||
| ) |
| void TColGeom_HSequenceOfSurface::Remove | ( | const Standard_Integer | anIndex | ) |
| void TColGeom_HSequenceOfSurface::Reverse | ( | ) |
| const TColGeom_SequenceOfSurface& TColGeom_HSequenceOfSurface::Sequence | ( | ) | const |
| void TColGeom_HSequenceOfSurface::SetValue | ( | const Standard_Integer | anIndex, |
| const Handle< Geom_Surface > & | anItem | ||
| ) |
| Handle_TColGeom_HSequenceOfSurface TColGeom_HSequenceOfSurface::ShallowCopy | ( | ) | const |
| Handle_TColGeom_HSequenceOfSurface TColGeom_HSequenceOfSurface::Split | ( | const Standard_Integer | anIndex | ) |
| const Handle_Geom_Surface& TColGeom_HSequenceOfSurface::Value | ( | const Standard_Integer | anIndex | ) | const |
1.7.4