Open CASCADE Technology
6.5.4
|
#include <IFSelect_HSeqOfSelection.hxx>
void IFSelect_HSeqOfSelection::Append | ( | const Handle< IFSelect_Selection > & | anItem | ) |
void IFSelect_HSeqOfSelection::Append | ( | const Handle< IFSelect_HSeqOfSelection > & | aSequence | ) |
Handle_IFSelect_Selection& IFSelect_HSeqOfSelection::ChangeValue | ( | const Standard_Integer | anIndex | ) |
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 | ||
) |
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::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 |