Open CASCADE Technology
6.5.4
|
#include <AIS2D_HSequenceOfIO.hxx>
void AIS2D_HSequenceOfIO::Append | ( | const Handle< AIS2D_InteractiveObject > & | anItem | ) |
void AIS2D_HSequenceOfIO::Append | ( | const Handle< AIS2D_HSequenceOfIO > & | aSequence | ) |
Handle_AIS2D_InteractiveObject& AIS2D_HSequenceOfIO::ChangeValue | ( | const Standard_Integer | anIndex | ) |
void AIS2D_HSequenceOfIO::Exchange | ( | const Standard_Integer | anIndex, |
const Standard_Integer | anOtherIndex | ||
) |
void AIS2D_HSequenceOfIO::InsertAfter | ( | const Standard_Integer | anIndex, |
const Handle< AIS2D_InteractiveObject > & | anItem | ||
) |
void AIS2D_HSequenceOfIO::InsertAfter | ( | const Standard_Integer | anIndex, |
const Handle< AIS2D_HSequenceOfIO > & | aSequence | ||
) |
void AIS2D_HSequenceOfIO::InsertBefore | ( | const Standard_Integer | anIndex, |
const Handle< AIS2D_InteractiveObject > & | anItem | ||
) |
void AIS2D_HSequenceOfIO::InsertBefore | ( | const Standard_Integer | anIndex, |
const Handle< AIS2D_HSequenceOfIO > & | aSequence | ||
) |
Standard_Boolean AIS2D_HSequenceOfIO::IsEmpty | ( | ) | const |
Standard_Integer AIS2D_HSequenceOfIO::Length | ( | ) | const |
void AIS2D_HSequenceOfIO::Prepend | ( | const Handle< AIS2D_InteractiveObject > & | anItem | ) |
void AIS2D_HSequenceOfIO::Prepend | ( | const Handle< AIS2D_HSequenceOfIO > & | aSequence | ) |
void AIS2D_HSequenceOfIO::Remove | ( | const Standard_Integer | anIndex | ) |
void AIS2D_HSequenceOfIO::Remove | ( | const Standard_Integer | fromIndex, |
const Standard_Integer | toIndex | ||
) |
const AIS2D_SequenceOfIO& AIS2D_HSequenceOfIO::Sequence | ( | ) | const |
void AIS2D_HSequenceOfIO::SetValue | ( | const Standard_Integer | anIndex, |
const Handle< AIS2D_InteractiveObject > & | anItem | ||
) |
Handle_AIS2D_HSequenceOfIO AIS2D_HSequenceOfIO::ShallowCopy | ( | ) | const |
Handle_AIS2D_HSequenceOfIO AIS2D_HSequenceOfIO::Split | ( | const Standard_Integer | anIndex | ) |
const Handle_AIS2D_InteractiveObject& AIS2D_HSequenceOfIO::Value | ( | const Standard_Integer | anIndex | ) | const |