Open CASCADE Technology
6.5.4
|
#include <TColgp_HSequenceOfDir.hxx>
void TColgp_HSequenceOfDir::Append | ( | const gp_Dir & | anItem | ) |
void TColgp_HSequenceOfDir::Append | ( | const Handle< TColgp_HSequenceOfDir > & | aSequence | ) |
void TColgp_HSequenceOfDir::Exchange | ( | const Standard_Integer | anIndex, |
const Standard_Integer | anOtherIndex | ||
) |
void TColgp_HSequenceOfDir::InsertAfter | ( | const Standard_Integer | anIndex, |
const gp_Dir & | anItem | ||
) |
void TColgp_HSequenceOfDir::InsertAfter | ( | const Standard_Integer | anIndex, |
const Handle< TColgp_HSequenceOfDir > & | aSequence | ||
) |
void TColgp_HSequenceOfDir::InsertBefore | ( | const Standard_Integer | anIndex, |
const gp_Dir & | anItem | ||
) |
void TColgp_HSequenceOfDir::InsertBefore | ( | const Standard_Integer | anIndex, |
const Handle< TColgp_HSequenceOfDir > & | aSequence | ||
) |
void TColgp_HSequenceOfDir::Prepend | ( | const gp_Dir & | anItem | ) |
void TColgp_HSequenceOfDir::Prepend | ( | const Handle< TColgp_HSequenceOfDir > & | aSequence | ) |
void TColgp_HSequenceOfDir::Remove | ( | const Standard_Integer | anIndex | ) |
void TColgp_HSequenceOfDir::Remove | ( | const Standard_Integer | fromIndex, |
const Standard_Integer | toIndex | ||
) |
void TColgp_HSequenceOfDir::SetValue | ( | const Standard_Integer | anIndex, |
const gp_Dir & | anItem | ||
) |
Handle_TColgp_HSequenceOfDir TColgp_HSequenceOfDir::ShallowCopy | ( | ) | const |
Handle_TColgp_HSequenceOfDir TColgp_HSequenceOfDir::Split | ( | const Standard_Integer | anIndex | ) |
const gp_Dir& TColgp_HSequenceOfDir::Value | ( | const Standard_Integer | anIndex | ) | const |