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