|
Open CASCADE Technology
6.9.0
|
#include <TDF_DeltaList.hxx>
| TDF_DeltaList::TDF_DeltaList | ( | ) |
| TDF_DeltaList::TDF_DeltaList | ( | const TDF_DeltaList & | Other | ) |
|
inline |
| 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 |
| 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 |
|
inline |
| void TDF_DeltaList::Prepend | ( | const Handle< TDF_Delta > & | I, |
| TDF_ListIteratorOfDeltaList & | theIt | ||
| ) |
| void TDF_DeltaList::Prepend | ( | TDF_DeltaList & | Other | ) |
| void TDF_DeltaList::Remove | ( | TDF_ListIteratorOfDeltaList & | It | ) |
| void TDF_DeltaList::RemoveFirst | ( | ) |
1.8.5