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