Open CASCADE Technology 6.6.0
Public Member Functions
TColStd_HArray2OfInteger Class Reference

#include <TColStd_HArray2OfInteger.hxx>

Inheritance diagram for TColStd_HArray2OfInteger:
Inheritance graph
[legend]

Public Member Functions

 TColStd_HArray2OfInteger (const Standard_Integer R1, const Standard_Integer R2, const Standard_Integer C1, const Standard_Integer C2)
 TColStd_HArray2OfInteger (const Standard_Integer R1, const Standard_Integer R2, const Standard_Integer C1, const Standard_Integer C2, const Standard_Integer &V)
void Init (const Standard_Integer &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_Integer &Value)
const Standard_IntegerValue (const Standard_Integer Row, const Standard_Integer Col) const
Standard_IntegerChangeValue (const Standard_Integer Row, const Standard_Integer Col)
const TColStd_Array2OfIntegerArray2 () const
TColStd_Array2OfIntegerChangeArray2 ()

Constructor & Destructor Documentation

TColStd_HArray2OfInteger::TColStd_HArray2OfInteger ( const Standard_Integer  R1,
const Standard_Integer  R2,
const Standard_Integer  C1,
const Standard_Integer  C2 
)
TColStd_HArray2OfInteger::TColStd_HArray2OfInteger ( const Standard_Integer  R1,
const Standard_Integer  R2,
const Standard_Integer  C1,
const Standard_Integer  C2,
const Standard_Integer V 
)

Member Function Documentation

const TColStd_Array2OfInteger& TColStd_HArray2OfInteger::Array2 ( ) const
TColStd_Array2OfInteger& TColStd_HArray2OfInteger::ChangeArray2 ( )
Standard_Integer& TColStd_HArray2OfInteger::ChangeValue ( const Standard_Integer  Row,
const Standard_Integer  Col 
)
Standard_Integer TColStd_HArray2OfInteger::ColLength ( ) const
void TColStd_HArray2OfInteger::Init ( const Standard_Integer V)
Standard_Integer TColStd_HArray2OfInteger::LowerCol ( ) const
Standard_Integer TColStd_HArray2OfInteger::LowerRow ( ) const
Standard_Integer TColStd_HArray2OfInteger::RowLength ( ) const
void TColStd_HArray2OfInteger::SetValue ( const Standard_Integer  Row,
const Standard_Integer  Col,
const Standard_Integer Value 
)
Standard_Integer TColStd_HArray2OfInteger::UpperCol ( ) const
Standard_Integer TColStd_HArray2OfInteger::UpperRow ( ) const
const Standard_Integer& TColStd_HArray2OfInteger::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