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