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