Open CASCADE Technology 6.6.0
|
#include <AIS_SequenceOfInteractive.hxx>
AIS_SequenceOfInteractive::AIS_SequenceOfInteractive | ( | ) |
AIS_SequenceOfInteractive::~AIS_SequenceOfInteractive | ( | ) | [inline] |
void AIS_SequenceOfInteractive::Append | ( | const Handle< AIS_InteractiveObject > & | T | ) |
void AIS_SequenceOfInteractive::Append | ( | AIS_SequenceOfInteractive & | S | ) |
const AIS_SequenceOfInteractive& AIS_SequenceOfInteractive::Assign | ( | const AIS_SequenceOfInteractive & | Other | ) |
Handle_AIS_InteractiveObject& AIS_SequenceOfInteractive::ChangeValue | ( | const Standard_Integer | Index | ) |
void AIS_SequenceOfInteractive::Clear | ( | ) |
const Handle_AIS_InteractiveObject& AIS_SequenceOfInteractive::First | ( | ) | const |
void AIS_SequenceOfInteractive::InsertAfter | ( | const Standard_Integer | Index, |
const Handle< AIS_InteractiveObject > & | T | ||
) |
void AIS_SequenceOfInteractive::InsertAfter | ( | const Standard_Integer | Index, |
AIS_SequenceOfInteractive & | S | ||
) |
void AIS_SequenceOfInteractive::InsertBefore | ( | const Standard_Integer | Index, |
const Handle< AIS_InteractiveObject > & | T | ||
) |
void AIS_SequenceOfInteractive::InsertBefore | ( | const Standard_Integer | Index, |
AIS_SequenceOfInteractive & | S | ||
) |
const Handle_AIS_InteractiveObject& AIS_SequenceOfInteractive::Last | ( | ) | const |
Handle_AIS_InteractiveObject& AIS_SequenceOfInteractive::operator() | ( | const Standard_Integer | Index | ) | [inline] |
const Handle_AIS_InteractiveObject& AIS_SequenceOfInteractive::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
const AIS_SequenceOfInteractive& AIS_SequenceOfInteractive::operator= | ( | const AIS_SequenceOfInteractive & | Other | ) | [inline] |
void AIS_SequenceOfInteractive::Prepend | ( | const Handle< AIS_InteractiveObject > & | T | ) |
void AIS_SequenceOfInteractive::Prepend | ( | AIS_SequenceOfInteractive & | S | ) |
void AIS_SequenceOfInteractive::Remove | ( | const Standard_Integer | FromIndex, |
const Standard_Integer | ToIndex | ||
) |
void AIS_SequenceOfInteractive::Remove | ( | const Standard_Integer | Index | ) |
void AIS_SequenceOfInteractive::SetValue | ( | const Standard_Integer | Index, |
const Handle< AIS_InteractiveObject > & | I | ||
) |
void AIS_SequenceOfInteractive::Split | ( | const Standard_Integer | Index, |
AIS_SequenceOfInteractive & | Sub | ||
) |
const Handle_AIS_InteractiveObject& AIS_SequenceOfInteractive::Value | ( | const Standard_Integer | Index | ) | const |