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