Open CASCADE Technology  7.7.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() [1/3]

math_DoubleTab::math_DoubleTab ( const Standard_Integer  LowerRow,
const Standard_Integer  UpperRow,
const Standard_Integer  LowerCol,
const Standard_Integer  UpperCol 
)

◆ math_DoubleTab() [2/3]

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() [3/3]

math_DoubleTab::math_DoubleTab ( const math_DoubleTab Other)

◆ ~math_DoubleTab()

math_DoubleTab::~math_DoubleTab ( )
inline

Member Function Documentation

◆ Copy()

void math_DoubleTab::Copy ( math_DoubleTab Other) const

◆ Free()

void math_DoubleTab::Free ( )

◆ Init()

void math_DoubleTab::Init ( const Standard_Real  InitValue)

◆ operator()()

Standard_Real& math_DoubleTab::operator() ( const Standard_Integer  RowIndex,
const Standard_Integer  ColIndex 
) const
inline

◆ SetLowerCol()

void math_DoubleTab::SetLowerCol ( const Standard_Integer  LowerCol)

◆ SetLowerRow()

void math_DoubleTab::SetLowerRow ( const Standard_Integer  LowerRow)

◆ Value()

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: