Open CASCADE Technology
6.9.1
|
#include <TDF_AttributeDeltaList.hxx>
TDF_AttributeDeltaList::TDF_AttributeDeltaList | ( | ) |
TDF_AttributeDeltaList::TDF_AttributeDeltaList | ( | const TDF_AttributeDeltaList & | Other | ) |
|
inline |
void TDF_AttributeDeltaList::Append | ( | const Handle< TDF_AttributeDelta > & | I | ) |
void TDF_AttributeDeltaList::Append | ( | const Handle< TDF_AttributeDelta > & | I, |
TDF_ListIteratorOfAttributeDeltaList & | theIt | ||
) |
void TDF_AttributeDeltaList::Append | ( | TDF_AttributeDeltaList & | Other | ) |
void TDF_AttributeDeltaList::Assign | ( | const TDF_AttributeDeltaList & | Other | ) |
void TDF_AttributeDeltaList::Clear | ( | ) |
Standard_Integer TDF_AttributeDeltaList::Extent | ( | ) | const |
Handle< TDF_AttributeDelta >& TDF_AttributeDeltaList::First | ( | ) | const |
void TDF_AttributeDeltaList::InsertAfter | ( | const Handle< TDF_AttributeDelta > & | I, |
TDF_ListIteratorOfAttributeDeltaList & | It | ||
) |
void TDF_AttributeDeltaList::InsertAfter | ( | TDF_AttributeDeltaList & | Other, |
TDF_ListIteratorOfAttributeDeltaList & | It | ||
) |
void TDF_AttributeDeltaList::InsertBefore | ( | const Handle< TDF_AttributeDelta > & | I, |
TDF_ListIteratorOfAttributeDeltaList & | It | ||
) |
void TDF_AttributeDeltaList::InsertBefore | ( | TDF_AttributeDeltaList & | Other, |
TDF_ListIteratorOfAttributeDeltaList & | It | ||
) |
Standard_Boolean TDF_AttributeDeltaList::IsEmpty | ( | ) | const |
Handle< TDF_AttributeDelta >& TDF_AttributeDeltaList::Last | ( | ) | const |
|
inline |
void TDF_AttributeDeltaList::Prepend | ( | const Handle< TDF_AttributeDelta > & | I | ) |
void TDF_AttributeDeltaList::Prepend | ( | const Handle< TDF_AttributeDelta > & | I, |
TDF_ListIteratorOfAttributeDeltaList & | theIt | ||
) |
void TDF_AttributeDeltaList::Prepend | ( | TDF_AttributeDeltaList & | Other | ) |
void TDF_AttributeDeltaList::Remove | ( | TDF_ListIteratorOfAttributeDeltaList & | It | ) |
void TDF_AttributeDeltaList::RemoveFirst | ( | ) |