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