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