Open CASCADE Technology 6.6.0
Public Member Functions
math_DoubleTabOfReal Class Reference

#include <math_DoubleTabOfReal.hxx>

Public Member Functions

 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_RealValue (const Standard_Integer RowIndex, const Standard_Integer ColIndex) const
Standard_Realoperator() (const Standard_Integer RowIndex, const Standard_Integer ColIndex) const
void Free ()
 ~math_DoubleTabOfReal ()

Constructor & Destructor Documentation

math_DoubleTabOfReal::math_DoubleTabOfReal ( const Standard_Integer  LowerRow,
const Standard_Integer  UpperRow,
const Standard_Integer  LowerCol,
const Standard_Integer  UpperCol 
)
math_DoubleTabOfReal::math_DoubleTabOfReal ( const Standard_Real Tab,
const Standard_Integer  LowerRow,
const Standard_Integer  UpperRow,
const Standard_Integer  LowerCol,
const Standard_Integer  UpperCol 
)
math_DoubleTabOfReal::math_DoubleTabOfReal ( const math_DoubleTabOfReal Other)
math_DoubleTabOfReal::~math_DoubleTabOfReal ( ) [inline]

Member Function Documentation

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

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines