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