#include <math_SingleTabOfReal.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | math_SingleTabOfReal (const Standard_Integer LowerIndex, const Standard_Integer UpperIndex) |
Standard_EXPORT | math_SingleTabOfReal (const Standard_Real &Tab, const Standard_Integer LowerIndex, const Standard_Integer UpperIndex) |
Standard_EXPORT void | Init (const Standard_Real &InitValue) |
Standard_EXPORT | math_SingleTabOfReal (const math_SingleTabOfReal &Other) |
void | Copy (math_SingleTabOfReal &Other) const |
Standard_EXPORT void | SetLower (const Standard_Integer LowerIndex) |
Standard_Real & | Value (const Standard_Integer Index) const |
Standard_Real & | operator() (const Standard_Integer Index) const |
Standard_EXPORT void | Free () |
~math_SingleTabOfReal () | |
Private Attributes | |
Standard_Address | Addr |
Standard_Boolean | isAllocated |
Standard_Integer | First |
Standard_Integer | Last |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|