Open CASCADE Technology 6.6.0
|
#include <TColgp_HSequenceOfDir.hxx>
Public Member Functions | |
TColgp_HSequenceOfDir () | |
Standard_Boolean | IsEmpty () const |
Standard_Integer | Length () const |
void | Clear () |
void | Append (const gp_Dir &anItem) |
void | Append (const Handle< TColgp_HSequenceOfDir > &aSequence) |
void | Prepend (const gp_Dir &anItem) |
void | Prepend (const Handle< TColgp_HSequenceOfDir > &aSequence) |
void | Reverse () |
void | InsertBefore (const Standard_Integer anIndex, const gp_Dir &anItem) |
void | InsertBefore (const Standard_Integer anIndex, const Handle< TColgp_HSequenceOfDir > &aSequence) |
void | InsertAfter (const Standard_Integer anIndex, const gp_Dir &anItem) |
void | InsertAfter (const Standard_Integer anIndex, const Handle< TColgp_HSequenceOfDir > &aSequence) |
void | Exchange (const Standard_Integer anIndex, const Standard_Integer anOtherIndex) |
Handle_TColgp_HSequenceOfDir | Split (const Standard_Integer anIndex) |
void | SetValue (const Standard_Integer anIndex, const gp_Dir &anItem) |
const gp_Dir & | Value (const Standard_Integer anIndex) const |
gp_Dir & | ChangeValue (const Standard_Integer anIndex) |
void | Remove (const Standard_Integer anIndex) |
void | Remove (const Standard_Integer fromIndex, const Standard_Integer toIndex) |
const TColgp_SequenceOfDir & | Sequence () const |
TColgp_SequenceOfDir & | ChangeSequence () |
Handle_TColgp_HSequenceOfDir | ShallowCopy () const |
TColgp_HSequenceOfDir::TColgp_HSequenceOfDir | ( | ) |
void TColgp_HSequenceOfDir::Append | ( | const gp_Dir & | anItem | ) |
void TColgp_HSequenceOfDir::Append | ( | const Handle< TColgp_HSequenceOfDir > & | aSequence | ) |
TColgp_SequenceOfDir& TColgp_HSequenceOfDir::ChangeSequence | ( | ) |
gp_Dir& TColgp_HSequenceOfDir::ChangeValue | ( | const Standard_Integer | anIndex | ) |
void TColgp_HSequenceOfDir::Clear | ( | ) |
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 | ||
) |
Standard_Boolean TColgp_HSequenceOfDir::IsEmpty | ( | ) | const |
Standard_Integer TColgp_HSequenceOfDir::Length | ( | ) | const |
void TColgp_HSequenceOfDir::Prepend | ( | const gp_Dir & | anItem | ) |
void TColgp_HSequenceOfDir::Prepend | ( | const Handle< TColgp_HSequenceOfDir > & | aSequence | ) |
void TColgp_HSequenceOfDir::Remove | ( | const Standard_Integer | fromIndex, |
const Standard_Integer | toIndex | ||
) |
void TColgp_HSequenceOfDir::Remove | ( | const Standard_Integer | anIndex | ) |
void TColgp_HSequenceOfDir::Reverse | ( | ) |
const TColgp_SequenceOfDir& TColgp_HSequenceOfDir::Sequence | ( | ) | const |
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 |