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

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