#include <math_DoubleTabOfReal.hxx>
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| | math_DoubleTabOfReal (const Standard_Integer LowerRow, const Standard_Integer UpperRow, const Standard_Integer LowerCol, const Standard_Integer UpperCol) |
| | math_DoubleTabOfReal (const Standard_Real &Tab, const Standard_Integer LowerRow, const Standard_Integer UpperRow, const Standard_Integer LowerCol, const Standard_Integer UpperCol) |
| void | Init (const Standard_Real &InitValue) |
| | math_DoubleTabOfReal (const math_DoubleTabOfReal &Other) |
| void | Copy (math_DoubleTabOfReal &Other) const |
| void | SetLowerRow (const Standard_Integer LowerRow) |
| void | SetLowerCol (const Standard_Integer LowerCol) |
| Standard_Real & | Value (const Standard_Integer RowIndex, const Standard_Integer ColIndex) const |
| Standard_Real & | operator() (const Standard_Integer RowIndex, const Standard_Integer ColIndex) const |
| void | Free () |
| | ~math_DoubleTabOfReal () |
Constructor & Destructor Documentation
| math_DoubleTabOfReal::~math_DoubleTabOfReal |
( |
| ) |
[inline] |
Member Function Documentation
| void math_DoubleTabOfReal::Free |
( |
| ) |
|
| void math_DoubleTabOfReal::Init |
( |
const Standard_Real & |
InitValue | ) |
|
| void math_DoubleTabOfReal::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* math_DoubleTabOfReal::operator new |
( |
size_t |
size | ) |
[inline] |
| void* math_DoubleTabOfReal::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
The documentation for this class was generated from the following file: