Open CASCADE Technology  6.9.0
Public Member Functions

math_DoubleTab Class Reference

#include <math_DoubleTab.hxx>

Public Member Functions

 math_DoubleTab (const Standard_Integer LowerRow, const Standard_Integer UpperRow, const Standard_Integer LowerCol, const Standard_Integer UpperCol)
 
 math_DoubleTab (const Standard_Address Tab, const Standard_Integer LowerRow, const Standard_Integer UpperRow, const Standard_Integer LowerCol, const Standard_Integer UpperCol)
 
void Init (const Standard_Real InitValue)
 
 math_DoubleTab (const math_DoubleTab &Other)
 
void Copy (math_DoubleTab &Other) const
 
void SetLowerRow (const Standard_Integer LowerRow)
 
void SetLowerCol (const Standard_Integer LowerCol)
 
Standard_RealValue (const Standard_Integer RowIndex, const Standard_Integer ColIndex) const
 
Standard_Realoperator() (const Standard_Integer RowIndex, const Standard_Integer ColIndex) const
 
void Free ()
 
 ~math_DoubleTab ()
 

Constructor & Destructor Documentation

math_DoubleTab::math_DoubleTab ( const Standard_Integer  LowerRow,
const Standard_Integer  UpperRow,
const Standard_Integer  LowerCol,
const Standard_Integer  UpperCol 
)
math_DoubleTab::math_DoubleTab ( const Standard_Address  Tab,
const Standard_Integer  LowerRow,
const Standard_Integer  UpperRow,
const Standard_Integer  LowerCol,
const Standard_Integer  UpperCol 
)
math_DoubleTab::math_DoubleTab ( const math_DoubleTab Other)
math_DoubleTab::~math_DoubleTab ( )
inline

Member Function Documentation

void math_DoubleTab::Copy ( math_DoubleTab Other) const
void math_DoubleTab::Free ( )
void math_DoubleTab::Init ( const Standard_Real  InitValue)
Standard_Real& math_DoubleTab::operator() ( const Standard_Integer  RowIndex,
const Standard_Integer  ColIndex 
) const
inline
void math_DoubleTab::SetLowerCol ( const Standard_Integer  LowerCol)
void math_DoubleTab::SetLowerRow ( const Standard_Integer  LowerRow)
Standard_Real& math_DoubleTab::Value ( const Standard_Integer  RowIndex,
const Standard_Integer  ColIndex 
) const

The documentation for this class was generated from the following file: