OCC Main Page | ModelingAlgorithms | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

ModelingAlgorithms
TKGeomAlgo
GeomFill


GeomFill_Tensor Class Reference

used to store the "gradient of gradient"

#include <GeomFill_Tensor.hxx>


Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
Standard_EXPORT GeomFill_Tensor (const Standard_Integer NbRow, const Standard_Integer NbCol, const Standard_Integer NbMat)
Standard_EXPORT void Init (const Standard_Real InitialValue)
 Initialize all the elements of a Tensor to InitialValue.
.
const Standard_Real & Value (const Standard_Integer Row, const Standard_Integer Col, const Standard_Integer Mat) const
 accesses (in read or write mode) the value of index <row>,
<col> and <mat> of a Tensor.
An exception is raised if <row>, <col> or <mat> are not
in the correct range.

const Standard_Real & operator() (const Standard_Integer Row, const Standard_Integer Col, const Standard_Integer Mat) const
Standard_Real & ChangeValue (const Standard_Integer Row, const Standard_Integer Col, const Standard_Integer Mat)
 accesses (in read or write mode) the value of index <row>,
<col> and <mat> of a Tensor.
An exception is raised if <row>, <col> or <mat> are not
in the correct range.

Standard_Real & operator() (const Standard_Integer Row, const Standard_Integer Col, const Standard_Integer Mat)
Standard_EXPORT void Multiply (const math_Vector &Right, math_Matrix &Product) const

Private Attributes

TColStd_Array1OfReal Tab
Standard_Integer nbrow
Standard_Integer nbcol
Standard_Integer nbmat
Standard_Integer nbmtcl


Constructor & Destructor Documentation

Standard_EXPORT GeomFill_Tensor::GeomFill_Tensor const Standard_Integer  NbRow,
const Standard_Integer  NbCol,
const Standard_Integer  NbMat
 


Member Function Documentation

Standard_Real & GeomFill_Tensor::ChangeValue const Standard_Integer  Row,
const Standard_Integer  Col,
const Standard_Integer  Mat
[inline]
 

Standard_EXPORT void GeomFill_Tensor::Init const Standard_Real  InitialValue  ) 
 

Standard_EXPORT void GeomFill_Tensor::Multiply const math_Vector &  Right,
math_Matrix &  Product
const
 

void GeomFill_Tensor::operator delete void *  anAddress  )  [inline]
 

void* GeomFill_Tensor::operator new size_t  size  )  [inline]
 

void* GeomFill_Tensor::operator new size_t  ,
void *  anAddress
[inline]
 

Standard_Real& GeomFill_Tensor::operator() const Standard_Integer  Row,
const Standard_Integer  Col,
const Standard_Integer  Mat
[inline]
 

const Standard_Real& GeomFill_Tensor::operator() const Standard_Integer  Row,
const Standard_Integer  Col,
const Standard_Integer  Mat
const [inline]
 

const Standard_Real & GeomFill_Tensor::Value const Standard_Integer  Row,
const Standard_Integer  Col,
const Standard_Integer  Mat
const [inline]
 


Field Documentation

Standard_Integer GeomFill_Tensor::nbcol [private]
 

Standard_Integer GeomFill_Tensor::nbmat [private]
 

Standard_Integer GeomFill_Tensor::nbmtcl [private]
 

Standard_Integer GeomFill_Tensor::nbrow [private]
 

TColStd_Array1OfReal GeomFill_Tensor::Tab [private]
 


The documentation for this class was generated from the following files:
Generated on Mon Aug 25 13:41:57 2008 for OpenCASCADE by  doxygen 1.4.1