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

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