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