Open CASCADE Technology 6.6.0
|
#include <TDF_DeltaList.hxx>
Public Member Functions | |
TDF_DeltaList () | |
void | Assign (const TDF_DeltaList &Other) |
void | operator= (const TDF_DeltaList &Other) |
Standard_Integer | Extent () const |
void | Clear () |
~TDF_DeltaList () | |
Standard_Boolean | IsEmpty () const |
void | Prepend (const Handle< TDF_Delta > &I) |
void | Prepend (const Handle< TDF_Delta > &I, TDF_ListIteratorOfDeltaList &theIt) |
void | Prepend (TDF_DeltaList &Other) |
void | Append (const Handle< TDF_Delta > &I) |
void | Append (const Handle< TDF_Delta > &I, TDF_ListIteratorOfDeltaList &theIt) |
void | Append (TDF_DeltaList &Other) |
Handle_TDF_Delta & | First () const |
Handle_TDF_Delta & | Last () const |
void | RemoveFirst () |
void | Remove (TDF_ListIteratorOfDeltaList &It) |
void | InsertBefore (const Handle< TDF_Delta > &I, TDF_ListIteratorOfDeltaList &It) |
void | InsertBefore (TDF_DeltaList &Other, TDF_ListIteratorOfDeltaList &It) |
void | InsertAfter (const Handle< TDF_Delta > &I, TDF_ListIteratorOfDeltaList &It) |
void | InsertAfter (TDF_DeltaList &Other, TDF_ListIteratorOfDeltaList &It) |
TDF_DeltaList::TDF_DeltaList | ( | ) |
TDF_DeltaList::~TDF_DeltaList | ( | ) | [inline] |
void TDF_DeltaList::Append | ( | const Handle< TDF_Delta > & | I | ) |
void TDF_DeltaList::Append | ( | const Handle< TDF_Delta > & | I, |
TDF_ListIteratorOfDeltaList & | theIt | ||
) |
void TDF_DeltaList::Append | ( | TDF_DeltaList & | Other | ) |
void TDF_DeltaList::Assign | ( | const TDF_DeltaList & | Other | ) |
void TDF_DeltaList::Clear | ( | ) |
Standard_Integer TDF_DeltaList::Extent | ( | ) | const |
Handle_TDF_Delta& TDF_DeltaList::First | ( | ) | const |
void TDF_DeltaList::InsertAfter | ( | const Handle< TDF_Delta > & | I, |
TDF_ListIteratorOfDeltaList & | It | ||
) |
void TDF_DeltaList::InsertAfter | ( | TDF_DeltaList & | Other, |
TDF_ListIteratorOfDeltaList & | It | ||
) |
void TDF_DeltaList::InsertBefore | ( | const Handle< TDF_Delta > & | I, |
TDF_ListIteratorOfDeltaList & | It | ||
) |
void TDF_DeltaList::InsertBefore | ( | TDF_DeltaList & | Other, |
TDF_ListIteratorOfDeltaList & | It | ||
) |
Standard_Boolean TDF_DeltaList::IsEmpty | ( | ) | const |
Handle_TDF_Delta& TDF_DeltaList::Last | ( | ) | const |
void TDF_DeltaList::operator= | ( | const TDF_DeltaList & | Other | ) | [inline] |
void TDF_DeltaList::Prepend | ( | const Handle< TDF_Delta > & | I, |
TDF_ListIteratorOfDeltaList & | theIt | ||
) |
void TDF_DeltaList::Prepend | ( | TDF_DeltaList & | Other | ) |
void TDF_DeltaList::Prepend | ( | const Handle< TDF_Delta > & | I | ) |
void TDF_DeltaList::Remove | ( | TDF_ListIteratorOfDeltaList & | It | ) |
void TDF_DeltaList::RemoveFirst | ( | ) |