#include <IntTools_SequenceOfRoots.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
IntTools_SequenceOfRoots () | |
Standard_EXPORT void | Clear () |
~IntTools_SequenceOfRoots () | |
Standard_EXPORT const IntTools_SequenceOfRoots & | Assign (const IntTools_SequenceOfRoots &Other) |
const IntTools_SequenceOfRoots & | operator= (const IntTools_SequenceOfRoots &Other) |
Standard_EXPORT void | Append (const IntTools_Root &T) |
void | Append (IntTools_SequenceOfRoots &S) |
Standard_EXPORT void | Prepend (const IntTools_Root &T) |
void | Prepend (IntTools_SequenceOfRoots &S) |
void | InsertBefore (const Standard_Integer Index, const IntTools_Root &T) |
void | InsertBefore (const Standard_Integer Index, IntTools_SequenceOfRoots &S) |
Standard_EXPORT void | InsertAfter (const Standard_Integer Index, const IntTools_Root &T) |
void | InsertAfter (const Standard_Integer Index, IntTools_SequenceOfRoots &S) |
Standard_EXPORT const IntTools_Root & | First () const |
Standard_EXPORT const IntTools_Root & | Last () const |
void | Split (const Standard_Integer Index, IntTools_SequenceOfRoots &Sub) |
Standard_EXPORT const IntTools_Root & | Value (const Standard_Integer Index) const |
const IntTools_Root & | operator() (const Standard_Integer Index) const |
Standard_EXPORT void | SetValue (const Standard_Integer Index, const IntTools_Root &I) |
Standard_EXPORT IntTools_Root & | ChangeValue (const Standard_Integer Index) |
IntTools_Root & | 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 | IntTools_SequenceOfRoots (const IntTools_SequenceOfRoots &Other) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|