Open CASCADE Technology 6.6.0
Public Member Functions
TColStd_HArray2OfReal Class Reference

#include <TColStd_HArray2OfReal.hxx>

Inheritance diagram for TColStd_HArray2OfReal:
Inheritance graph
[legend]

Public Member Functions

 TColStd_HArray2OfReal (const Standard_Integer R1, const Standard_Integer R2, const Standard_Integer C1, const Standard_Integer C2)
 TColStd_HArray2OfReal (const Standard_Integer R1, const Standard_Integer R2, const Standard_Integer C1, const Standard_Integer C2, const Standard_Real &V)
void Init (const Standard_Real &V)
Standard_Integer ColLength () const
Standard_Integer RowLength () const
Standard_Integer LowerCol () const
Standard_Integer LowerRow () const
Standard_Integer UpperCol () const
Standard_Integer UpperRow () const
void SetValue (const Standard_Integer Row, const Standard_Integer Col, const Standard_Real &Value)
const Standard_RealValue (const Standard_Integer Row, const Standard_Integer Col) const
Standard_RealChangeValue (const Standard_Integer Row, const Standard_Integer Col)
const TColStd_Array2OfRealArray2 () const
TColStd_Array2OfRealChangeArray2 ()

Constructor & Destructor Documentation

TColStd_HArray2OfReal::TColStd_HArray2OfReal ( const Standard_Integer  R1,
const Standard_Integer  R2,
const Standard_Integer  C1,
const Standard_Integer  C2 
)
TColStd_HArray2OfReal::TColStd_HArray2OfReal ( const Standard_Integer  R1,
const Standard_Integer  R2,
const Standard_Integer  C1,
const Standard_Integer  C2,
const Standard_Real V 
)

Member Function Documentation

const TColStd_Array2OfReal& TColStd_HArray2OfReal::Array2 ( ) const
TColStd_Array2OfReal& TColStd_HArray2OfReal::ChangeArray2 ( )
Standard_Real& TColStd_HArray2OfReal::ChangeValue ( const Standard_Integer  Row,
const Standard_Integer  Col 
)
Standard_Integer TColStd_HArray2OfReal::ColLength ( ) const
void TColStd_HArray2OfReal::Init ( const Standard_Real V)
Standard_Integer TColStd_HArray2OfReal::LowerCol ( ) const
Standard_Integer TColStd_HArray2OfReal::LowerRow ( ) const
Standard_Integer TColStd_HArray2OfReal::RowLength ( ) const
void TColStd_HArray2OfReal::SetValue ( const Standard_Integer  Row,
const Standard_Integer  Col,
const Standard_Real Value 
)
Standard_Integer TColStd_HArray2OfReal::UpperCol ( ) const
Standard_Integer TColStd_HArray2OfReal::UpperRow ( ) const
const Standard_Real& TColStd_HArray2OfReal::Value ( const Standard_Integer  Row,
const Standard_Integer  Col 
) const

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