#include <GEOMAlgo_ListOfPnt.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | GEOMAlgo_ListOfPnt () |
| Standard_EXPORT void | Assign (const GEOMAlgo_ListOfPnt &Other) |
| void | operator= (const GEOMAlgo_ListOfPnt &Other) |
| Standard_EXPORT Standard_Integer | Extent () const |
| Standard_EXPORT void | Clear () |
| ~GEOMAlgo_ListOfPnt () | |
| Standard_Boolean | IsEmpty () const |
| Standard_EXPORT void | Prepend (const gp_Pnt &I) |
| Standard_EXPORT void | Prepend (const gp_Pnt &I, GEOMAlgo_ListIteratorOfListOfPnt &theIt) |
| Standard_EXPORT void | Prepend (GEOMAlgo_ListOfPnt &Other) |
| Standard_EXPORT void | Append (const gp_Pnt &I) |
| Standard_EXPORT void | Append (const gp_Pnt &I, GEOMAlgo_ListIteratorOfListOfPnt &theIt) |
| Standard_EXPORT void | Append (GEOMAlgo_ListOfPnt &Other) |
| Standard_EXPORT gp_Pnt & | First () const |
| Standard_EXPORT gp_Pnt & | Last () const |
| Standard_EXPORT void | RemoveFirst () |
| Standard_EXPORT void | Remove (GEOMAlgo_ListIteratorOfListOfPnt &It) |
| Standard_EXPORT void | InsertBefore (const gp_Pnt &I, GEOMAlgo_ListIteratorOfListOfPnt &It) |
| Standard_EXPORT void | InsertBefore (GEOMAlgo_ListOfPnt &Other, GEOMAlgo_ListIteratorOfListOfPnt &It) |
| Standard_EXPORT void | InsertAfter (const gp_Pnt &I, GEOMAlgo_ListIteratorOfListOfPnt &It) |
| Standard_EXPORT void | InsertAfter (GEOMAlgo_ListOfPnt &Other, GEOMAlgo_ListIteratorOfListOfPnt &It) |
Private Member Functions | |
| Standard_EXPORT | GEOMAlgo_ListOfPnt (const GEOMAlgo_ListOfPnt &Other) |
Private Attributes | |
| Standard_Address | myFirst |
| Standard_Address | myLast |
Friends | |
| class | GEOMAlgo_ListIteratorOfListOfPnt |
| Standard_EXPORT GEOMAlgo_ListOfPnt.GEOMAlgo_ListOfPnt | ( | ) |
| GEOMAlgo_ListOfPnt.~GEOMAlgo_ListOfPnt | ( | ) |
References Clear().
| Standard_EXPORT GEOMAlgo_ListOfPnt.GEOMAlgo_ListOfPnt | ( | const GEOMAlgo_ListOfPnt & | Other | ) | [private] |
| void* GEOMAlgo_ListOfPnt.operator new | ( | size_t | , |
| void * | anAddress | ||
| ) |
| void* GEOMAlgo_ListOfPnt.operator new | ( | size_t | size | ) |
| void GEOMAlgo_ListOfPnt.operator delete | ( | void * | anAddress | ) |
| Standard_EXPORT void GEOMAlgo_ListOfPnt.Assign | ( | const GEOMAlgo_ListOfPnt & | Other | ) |
| void GEOMAlgo_ListOfPnt.operator= | ( | const GEOMAlgo_ListOfPnt & | Other | ) |
References Assign().
| Standard_EXPORT Standard_Integer GEOMAlgo_ListOfPnt.Extent | ( | ) | const |
| Standard_EXPORT void GEOMAlgo_ListOfPnt.Clear | ( | ) |
| Standard_Boolean GEOMAlgo_ListOfPnt.IsEmpty | ( | ) | const |
| Standard_EXPORT void GEOMAlgo_ListOfPnt.Prepend | ( | const gp_Pnt & | I | ) |
| Standard_EXPORT void GEOMAlgo_ListOfPnt.Prepend | ( | const gp_Pnt & | I, |
| GEOMAlgo_ListIteratorOfListOfPnt & | theIt | ||
| ) |
| Standard_EXPORT void GEOMAlgo_ListOfPnt.Prepend | ( | GEOMAlgo_ListOfPnt & | Other | ) |
| Standard_EXPORT void GEOMAlgo_ListOfPnt.Append | ( | const gp_Pnt & | I | ) |
| Standard_EXPORT void GEOMAlgo_ListOfPnt.Append | ( | const gp_Pnt & | I, |
| GEOMAlgo_ListIteratorOfListOfPnt & | theIt | ||
| ) |
| Standard_EXPORT void GEOMAlgo_ListOfPnt.Append | ( | GEOMAlgo_ListOfPnt & | Other | ) |
| Standard_EXPORT gp_Pnt& GEOMAlgo_ListOfPnt.First | ( | ) | const |
| Standard_EXPORT gp_Pnt& GEOMAlgo_ListOfPnt.Last | ( | ) | const |
| Standard_EXPORT void GEOMAlgo_ListOfPnt.RemoveFirst | ( | ) |
| Standard_EXPORT void GEOMAlgo_ListOfPnt.Remove | ( | GEOMAlgo_ListIteratorOfListOfPnt & | It | ) |
| Standard_EXPORT void GEOMAlgo_ListOfPnt.InsertBefore | ( | const gp_Pnt & | I, |
| GEOMAlgo_ListIteratorOfListOfPnt & | It | ||
| ) |
| Standard_EXPORT void GEOMAlgo_ListOfPnt.InsertBefore | ( | GEOMAlgo_ListOfPnt & | Other, |
| GEOMAlgo_ListIteratorOfListOfPnt & | It | ||
| ) |
| Standard_EXPORT void GEOMAlgo_ListOfPnt.InsertAfter | ( | const gp_Pnt & | I, |
| GEOMAlgo_ListIteratorOfListOfPnt & | It | ||
| ) |
| Standard_EXPORT void GEOMAlgo_ListOfPnt.InsertAfter | ( | GEOMAlgo_ListOfPnt & | Other, |
| GEOMAlgo_ListIteratorOfListOfPnt & | It | ||
| ) |
friend class GEOMAlgo_ListIteratorOfListOfPnt [friend] |
Standard_Address GEOMAlgo_ListOfPnt.myFirst [private] |
Standard_Address GEOMAlgo_ListOfPnt.myLast [private] |