Open CASCADE Technology 6.6.0
|
#include <ShapeAnalysis_HSequenceOfFreeBounds.hxx>
Public Member Functions | |
ShapeAnalysis_HSequenceOfFreeBounds () | |
Standard_Boolean | IsEmpty () const |
Standard_Integer | Length () const |
void | Clear () |
void | Append (const Handle< ShapeAnalysis_FreeBoundData > &anItem) |
void | Append (const Handle< ShapeAnalysis_HSequenceOfFreeBounds > &aSequence) |
void | Prepend (const Handle< ShapeAnalysis_FreeBoundData > &anItem) |
void | Prepend (const Handle< ShapeAnalysis_HSequenceOfFreeBounds > &aSequence) |
void | Reverse () |
void | InsertBefore (const Standard_Integer anIndex, const Handle< ShapeAnalysis_FreeBoundData > &anItem) |
void | InsertBefore (const Standard_Integer anIndex, const Handle< ShapeAnalysis_HSequenceOfFreeBounds > &aSequence) |
void | InsertAfter (const Standard_Integer anIndex, const Handle< ShapeAnalysis_FreeBoundData > &anItem) |
void | InsertAfter (const Standard_Integer anIndex, const Handle< ShapeAnalysis_HSequenceOfFreeBounds > &aSequence) |
void | Exchange (const Standard_Integer anIndex, const Standard_Integer anOtherIndex) |
Handle_ShapeAnalysis_HSequenceOfFreeBounds | Split (const Standard_Integer anIndex) |
void | SetValue (const Standard_Integer anIndex, const Handle< ShapeAnalysis_FreeBoundData > &anItem) |
const Handle_ShapeAnalysis_FreeBoundData & | Value (const Standard_Integer anIndex) const |
Handle_ShapeAnalysis_FreeBoundData & | ChangeValue (const Standard_Integer anIndex) |
void | Remove (const Standard_Integer anIndex) |
void | Remove (const Standard_Integer fromIndex, const Standard_Integer toIndex) |
const ShapeAnalysis_SequenceOfFreeBounds & | Sequence () const |
ShapeAnalysis_SequenceOfFreeBounds & | ChangeSequence () |
Handle_ShapeAnalysis_HSequenceOfFreeBounds | ShallowCopy () const |
ShapeAnalysis_HSequenceOfFreeBounds::ShapeAnalysis_HSequenceOfFreeBounds | ( | ) |
void ShapeAnalysis_HSequenceOfFreeBounds::Append | ( | const Handle< ShapeAnalysis_FreeBoundData > & | anItem | ) |
void ShapeAnalysis_HSequenceOfFreeBounds::Append | ( | const Handle< ShapeAnalysis_HSequenceOfFreeBounds > & | aSequence | ) |
ShapeAnalysis_SequenceOfFreeBounds& ShapeAnalysis_HSequenceOfFreeBounds::ChangeSequence | ( | ) |
Handle_ShapeAnalysis_FreeBoundData& ShapeAnalysis_HSequenceOfFreeBounds::ChangeValue | ( | const Standard_Integer | anIndex | ) |
void ShapeAnalysis_HSequenceOfFreeBounds::Clear | ( | ) |
void ShapeAnalysis_HSequenceOfFreeBounds::Exchange | ( | const Standard_Integer | anIndex, |
const Standard_Integer | anOtherIndex | ||
) |
void ShapeAnalysis_HSequenceOfFreeBounds::InsertAfter | ( | const Standard_Integer | anIndex, |
const Handle< ShapeAnalysis_FreeBoundData > & | anItem | ||
) |
void ShapeAnalysis_HSequenceOfFreeBounds::InsertAfter | ( | const Standard_Integer | anIndex, |
const Handle< ShapeAnalysis_HSequenceOfFreeBounds > & | aSequence | ||
) |
void ShapeAnalysis_HSequenceOfFreeBounds::InsertBefore | ( | const Standard_Integer | anIndex, |
const Handle< ShapeAnalysis_FreeBoundData > & | anItem | ||
) |
void ShapeAnalysis_HSequenceOfFreeBounds::InsertBefore | ( | const Standard_Integer | anIndex, |
const Handle< ShapeAnalysis_HSequenceOfFreeBounds > & | aSequence | ||
) |
Standard_Boolean ShapeAnalysis_HSequenceOfFreeBounds::IsEmpty | ( | ) | const |
Standard_Integer ShapeAnalysis_HSequenceOfFreeBounds::Length | ( | ) | const |
void ShapeAnalysis_HSequenceOfFreeBounds::Prepend | ( | const Handle< ShapeAnalysis_FreeBoundData > & | anItem | ) |
void ShapeAnalysis_HSequenceOfFreeBounds::Prepend | ( | const Handle< ShapeAnalysis_HSequenceOfFreeBounds > & | aSequence | ) |
void ShapeAnalysis_HSequenceOfFreeBounds::Remove | ( | const Standard_Integer | fromIndex, |
const Standard_Integer | toIndex | ||
) |
void ShapeAnalysis_HSequenceOfFreeBounds::Remove | ( | const Standard_Integer | anIndex | ) |
void ShapeAnalysis_HSequenceOfFreeBounds::Reverse | ( | ) |
const ShapeAnalysis_SequenceOfFreeBounds& ShapeAnalysis_HSequenceOfFreeBounds::Sequence | ( | ) | const |
void ShapeAnalysis_HSequenceOfFreeBounds::SetValue | ( | const Standard_Integer | anIndex, |
const Handle< ShapeAnalysis_FreeBoundData > & | anItem | ||
) |
Handle_ShapeAnalysis_HSequenceOfFreeBounds ShapeAnalysis_HSequenceOfFreeBounds::ShallowCopy | ( | ) | const |
Handle_ShapeAnalysis_HSequenceOfFreeBounds ShapeAnalysis_HSequenceOfFreeBounds::Split | ( | const Standard_Integer | anIndex | ) |
const Handle_ShapeAnalysis_FreeBoundData& ShapeAnalysis_HSequenceOfFreeBounds::Value | ( | const Standard_Integer | anIndex | ) | const |