|
Open CASCADE Technology 6.5.2
|
#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) |
| math_SingleTabOfReal (const Standard_Integer LowerIndex, const Standard_Integer UpperIndex) | |
| math_SingleTabOfReal (const Standard_Real &Tab, const Standard_Integer LowerIndex, const Standard_Integer UpperIndex) | |
| void | Init (const Standard_Real &InitValue) |
| math_SingleTabOfReal (const math_SingleTabOfReal &Other) | |
| void | Copy (math_SingleTabOfReal &Other) const |
| void | SetLower (const Standard_Integer LowerIndex) |
| Standard_Real & | Value (const Standard_Integer Index) const |
| Standard_Real & | operator() (const Standard_Integer Index) const |
| void | Free () |
| ~math_SingleTabOfReal () | |
| math_SingleTabOfReal::math_SingleTabOfReal | ( | const Standard_Integer | LowerIndex, |
| const Standard_Integer | UpperIndex | ||
| ) |
| math_SingleTabOfReal::math_SingleTabOfReal | ( | const Standard_Real & | Tab, |
| const Standard_Integer | LowerIndex, | ||
| const Standard_Integer | UpperIndex | ||
| ) |
| math_SingleTabOfReal::math_SingleTabOfReal | ( | const math_SingleTabOfReal & | Other | ) |
| math_SingleTabOfReal::~math_SingleTabOfReal | ( | ) | [inline] |
| void math_SingleTabOfReal::Copy | ( | math_SingleTabOfReal & | Other | ) | const |
| void math_SingleTabOfReal::Free | ( | ) |
| void math_SingleTabOfReal::Init | ( | const Standard_Real & | InitValue | ) |
| void math_SingleTabOfReal::operator delete | ( | void * | anAddress | ) | [inline] |
| void* math_SingleTabOfReal::operator new | ( | size_t | size | ) | [inline] |
| void* math_SingleTabOfReal::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Standard_Real& math_SingleTabOfReal::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| void math_SingleTabOfReal::SetLower | ( | const Standard_Integer | LowerIndex | ) |
| Standard_Real& math_SingleTabOfReal::Value | ( | const Standard_Integer | Index | ) | const |
1.7.4