|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | math_DoubleTabOfReal (const Standard_Integer LowerRow, const Standard_Integer UpperRow, const Standard_Integer LowerCol, const Standard_Integer UpperCol) |
Standard_EXPORT | math_DoubleTabOfReal (const Standard_Real &Tab, const Standard_Integer LowerRow, const Standard_Integer UpperRow, const Standard_Integer LowerCol, const Standard_Integer UpperCol) |
Standard_EXPORT void | Init (const Standard_Real &InitValue) |
Standard_EXPORT | math_DoubleTabOfReal (const math_DoubleTabOfReal &Other) |
void | Copy (math_DoubleTabOfReal &Other) const |
Standard_EXPORT void | SetLowerRow (const Standard_Integer LowerRow) |
Standard_EXPORT 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 |
Standard_EXPORT void | Free () |
| ~math_DoubleTabOfReal () |
Private Member Functions |
Standard_EXPORT void | Allocate () |
Private Attributes |
Standard_Address | Addr |
Standard_Boolean | isAllocated |
Standard_Integer | LowR |
Standard_Integer | UppR |
Standard_Integer | LowC |
Standard_Integer | UppC |