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