Open CASCADE Technology 6.6.0
|
#include <Visual3d_HSequenceOfPickPath.hxx>
Visual3d_HSequenceOfPickPath::Visual3d_HSequenceOfPickPath | ( | ) |
void Visual3d_HSequenceOfPickPath::Append | ( | const Visual3d_PickPath & | anItem | ) |
void Visual3d_HSequenceOfPickPath::Append | ( | const Handle< Visual3d_HSequenceOfPickPath > & | aSequence | ) |
Visual3d_SequenceOfPickPath& Visual3d_HSequenceOfPickPath::ChangeSequence | ( | ) |
Visual3d_PickPath& Visual3d_HSequenceOfPickPath::ChangeValue | ( | const Standard_Integer | anIndex | ) |
void Visual3d_HSequenceOfPickPath::Clear | ( | ) |
void Visual3d_HSequenceOfPickPath::Exchange | ( | const Standard_Integer | anIndex, |
const Standard_Integer | anOtherIndex | ||
) |
void Visual3d_HSequenceOfPickPath::InsertAfter | ( | const Standard_Integer | anIndex, |
const Visual3d_PickPath & | anItem | ||
) |
void Visual3d_HSequenceOfPickPath::InsertAfter | ( | const Standard_Integer | anIndex, |
const Handle< Visual3d_HSequenceOfPickPath > & | aSequence | ||
) |
void Visual3d_HSequenceOfPickPath::InsertBefore | ( | const Standard_Integer | anIndex, |
const Visual3d_PickPath & | anItem | ||
) |
void Visual3d_HSequenceOfPickPath::InsertBefore | ( | const Standard_Integer | anIndex, |
const Handle< Visual3d_HSequenceOfPickPath > & | aSequence | ||
) |
Standard_Boolean Visual3d_HSequenceOfPickPath::IsEmpty | ( | ) | const |
Standard_Integer Visual3d_HSequenceOfPickPath::Length | ( | ) | const |
void Visual3d_HSequenceOfPickPath::Prepend | ( | const Visual3d_PickPath & | anItem | ) |
void Visual3d_HSequenceOfPickPath::Prepend | ( | const Handle< Visual3d_HSequenceOfPickPath > & | aSequence | ) |
void Visual3d_HSequenceOfPickPath::Remove | ( | const Standard_Integer | fromIndex, |
const Standard_Integer | toIndex | ||
) |
void Visual3d_HSequenceOfPickPath::Remove | ( | const Standard_Integer | anIndex | ) |
void Visual3d_HSequenceOfPickPath::Reverse | ( | ) |
const Visual3d_SequenceOfPickPath& Visual3d_HSequenceOfPickPath::Sequence | ( | ) | const |
void Visual3d_HSequenceOfPickPath::SetValue | ( | const Standard_Integer | anIndex, |
const Visual3d_PickPath & | anItem | ||
) |
Handle_Visual3d_HSequenceOfPickPath Visual3d_HSequenceOfPickPath::ShallowCopy | ( | ) | const |
Handle_Visual3d_HSequenceOfPickPath Visual3d_HSequenceOfPickPath::Split | ( | const Standard_Integer | anIndex | ) |
const Visual3d_PickPath& Visual3d_HSequenceOfPickPath::Value | ( | const Standard_Integer | anIndex | ) | const |