|
Open CASCADE Technology 6.5.2
|
#include <Graphic2d_SequenceOfPrimitives.hxx>

| Graphic2d_SequenceOfPrimitives::Graphic2d_SequenceOfPrimitives | ( | ) |
| Graphic2d_SequenceOfPrimitives::~Graphic2d_SequenceOfPrimitives | ( | ) | [inline] |
| void Graphic2d_SequenceOfPrimitives::Append | ( | const Handle< Graphic2d_Primitive > & | T | ) |
| void Graphic2d_SequenceOfPrimitives::Append | ( | Graphic2d_SequenceOfPrimitives & | S | ) |
| const Graphic2d_SequenceOfPrimitives& Graphic2d_SequenceOfPrimitives::Assign | ( | const Graphic2d_SequenceOfPrimitives & | Other | ) |
| Handle_Graphic2d_Primitive& Graphic2d_SequenceOfPrimitives::ChangeValue | ( | const Standard_Integer | Index | ) |
| void Graphic2d_SequenceOfPrimitives::Clear | ( | ) |
| const Handle_Graphic2d_Primitive& Graphic2d_SequenceOfPrimitives::First | ( | ) | const |
| void Graphic2d_SequenceOfPrimitives::InsertAfter | ( | const Standard_Integer | Index, |
| const Handle< Graphic2d_Primitive > & | T | ||
| ) |
| void Graphic2d_SequenceOfPrimitives::InsertAfter | ( | const Standard_Integer | Index, |
| Graphic2d_SequenceOfPrimitives & | S | ||
| ) |
| void Graphic2d_SequenceOfPrimitives::InsertBefore | ( | const Standard_Integer | Index, |
| const Handle< Graphic2d_Primitive > & | T | ||
| ) |
| void Graphic2d_SequenceOfPrimitives::InsertBefore | ( | const Standard_Integer | Index, |
| Graphic2d_SequenceOfPrimitives & | S | ||
| ) |
| const Handle_Graphic2d_Primitive& Graphic2d_SequenceOfPrimitives::Last | ( | ) | const |
| void Graphic2d_SequenceOfPrimitives::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| void* Graphic2d_SequenceOfPrimitives::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| void* Graphic2d_SequenceOfPrimitives::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BaseSequence.
| Handle_Graphic2d_Primitive& Graphic2d_SequenceOfPrimitives::operator() | ( | const Standard_Integer | Index | ) | [inline] |
| const Handle_Graphic2d_Primitive& Graphic2d_SequenceOfPrimitives::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| const Graphic2d_SequenceOfPrimitives& Graphic2d_SequenceOfPrimitives::operator= | ( | const Graphic2d_SequenceOfPrimitives & | Other | ) | [inline] |
| void Graphic2d_SequenceOfPrimitives::Prepend | ( | Graphic2d_SequenceOfPrimitives & | S | ) |
| void Graphic2d_SequenceOfPrimitives::Prepend | ( | const Handle< Graphic2d_Primitive > & | T | ) |
| void Graphic2d_SequenceOfPrimitives::Remove | ( | const Standard_Integer | FromIndex, |
| const Standard_Integer | ToIndex | ||
| ) |
| void Graphic2d_SequenceOfPrimitives::Remove | ( | const Standard_Integer | Index | ) |
| void Graphic2d_SequenceOfPrimitives::SetValue | ( | const Standard_Integer | Index, |
| const Handle< Graphic2d_Primitive > & | I | ||
| ) |
| void Graphic2d_SequenceOfPrimitives::Split | ( | const Standard_Integer | Index, |
| Graphic2d_SequenceOfPrimitives & | Sub | ||
| ) |
| const Handle_Graphic2d_Primitive& Graphic2d_SequenceOfPrimitives::Value | ( | const Standard_Integer | Index | ) | const |
1.7.4