Open CASCADE Technology 6.6.0
|
#include <AIS_SequenceOfDimension.hxx>
Public Member Functions | |
AIS_SequenceOfDimension () | |
void | Clear () |
~AIS_SequenceOfDimension () | |
const AIS_SequenceOfDimension & | Assign (const AIS_SequenceOfDimension &Other) |
const AIS_SequenceOfDimension & | operator= (const AIS_SequenceOfDimension &Other) |
void | Append (const Handle< AIS_Relation > &T) |
void | Append (AIS_SequenceOfDimension &S) |
void | Prepend (const Handle< AIS_Relation > &T) |
void | Prepend (AIS_SequenceOfDimension &S) |
void | InsertBefore (const Standard_Integer Index, const Handle< AIS_Relation > &T) |
void | InsertBefore (const Standard_Integer Index, AIS_SequenceOfDimension &S) |
void | InsertAfter (const Standard_Integer Index, const Handle< AIS_Relation > &T) |
void | InsertAfter (const Standard_Integer Index, AIS_SequenceOfDimension &S) |
const Handle_AIS_Relation & | First () const |
const Handle_AIS_Relation & | Last () const |
void | Split (const Standard_Integer Index, AIS_SequenceOfDimension &Sub) |
const Handle_AIS_Relation & | Value (const Standard_Integer Index) const |
const Handle_AIS_Relation & | operator() (const Standard_Integer Index) const |
void | SetValue (const Standard_Integer Index, const Handle< AIS_Relation > &I) |
Handle_AIS_Relation & | ChangeValue (const Standard_Integer Index) |
Handle_AIS_Relation & | operator() (const Standard_Integer Index) |
void | Remove (const Standard_Integer Index) |
void | Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex) |
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 |
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 | ( | const Handle< AIS_Relation > & | T | ) |
void AIS_SequenceOfDimension::Prepend | ( | AIS_SequenceOfDimension & | S | ) |
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 |