#include <Bnd_SeqOfBox.hxx>
Inheritance diagram for Bnd_SeqOfBox:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Bnd_SeqOfBox () | |
Standard_EXPORT void | Clear () |
~Bnd_SeqOfBox () | |
Standard_EXPORT const Bnd_SeqOfBox & | Assign (const Bnd_SeqOfBox &Other) |
const Bnd_SeqOfBox & | operator= (const Bnd_SeqOfBox &Other) |
Standard_EXPORT void | Append (const Bnd_Box &T) |
void | Append (Bnd_SeqOfBox &S) |
Standard_EXPORT void | Prepend (const Bnd_Box &T) |
void | Prepend (Bnd_SeqOfBox &S) |
void | InsertBefore (const Standard_Integer Index, const Bnd_Box &T) |
void | InsertBefore (const Standard_Integer Index, Bnd_SeqOfBox &S) |
Standard_EXPORT void | InsertAfter (const Standard_Integer Index, const Bnd_Box &T) |
void | InsertAfter (const Standard_Integer Index, Bnd_SeqOfBox &S) |
Standard_EXPORT const Bnd_Box & | First () const |
Standard_EXPORT const Bnd_Box & | Last () const |
void | Split (const Standard_Integer Index, Bnd_SeqOfBox &Sub) |
Standard_EXPORT const Bnd_Box & | Value (const Standard_Integer Index) const |
const Bnd_Box & | operator() (const Standard_Integer Index) const |
Standard_EXPORT void | SetValue (const Standard_Integer Index, const Bnd_Box &I) |
Standard_EXPORT Bnd_Box & | ChangeValue (const Standard_Integer Index) |
Bnd_Box & | operator() (const Standard_Integer Index) |
Standard_EXPORT void | Remove (const Standard_Integer Index) |
Standard_EXPORT void | Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex) |
Private Member Functions | |
Standard_EXPORT | Bnd_SeqOfBox (const Bnd_SeqOfBox &Other) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from TCollection_BaseSequence. |
|
Reimplemented from TCollection_BaseSequence. |
|
Reimplemented from TCollection_BaseSequence. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|