Open CASCADE Technology 6.6.0
|
#include <TColGeom_HArray2OfSurface.hxx>
Public Member Functions | |
TColGeom_HArray2OfSurface (const Standard_Integer R1, const Standard_Integer R2, const Standard_Integer C1, const Standard_Integer C2) | |
TColGeom_HArray2OfSurface (const Standard_Integer R1, const Standard_Integer R2, const Standard_Integer C1, const Standard_Integer C2, const Handle< Geom_Surface > &V) | |
void | Init (const Handle< Geom_Surface > &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 Handle< Geom_Surface > &Value) |
const Handle_Geom_Surface & | Value (const Standard_Integer Row, const Standard_Integer Col) const |
Handle_Geom_Surface & | ChangeValue (const Standard_Integer Row, const Standard_Integer Col) |
const TColGeom_Array2OfSurface & | Array2 () const |
TColGeom_Array2OfSurface & | ChangeArray2 () |
TColGeom_HArray2OfSurface::TColGeom_HArray2OfSurface | ( | const Standard_Integer | R1, |
const Standard_Integer | R2, | ||
const Standard_Integer | C1, | ||
const Standard_Integer | C2 | ||
) |
TColGeom_HArray2OfSurface::TColGeom_HArray2OfSurface | ( | const Standard_Integer | R1, |
const Standard_Integer | R2, | ||
const Standard_Integer | C1, | ||
const Standard_Integer | C2, | ||
const Handle< Geom_Surface > & | V | ||
) |
const TColGeom_Array2OfSurface& TColGeom_HArray2OfSurface::Array2 | ( | ) | const |
TColGeom_Array2OfSurface& TColGeom_HArray2OfSurface::ChangeArray2 | ( | ) |
Handle_Geom_Surface& TColGeom_HArray2OfSurface::ChangeValue | ( | const Standard_Integer | Row, |
const Standard_Integer | Col | ||
) |
Standard_Integer TColGeom_HArray2OfSurface::ColLength | ( | ) | const |
void TColGeom_HArray2OfSurface::Init | ( | const Handle< Geom_Surface > & | V | ) |
Standard_Integer TColGeom_HArray2OfSurface::LowerCol | ( | ) | const |
Standard_Integer TColGeom_HArray2OfSurface::LowerRow | ( | ) | const |
Standard_Integer TColGeom_HArray2OfSurface::RowLength | ( | ) | const |
void TColGeom_HArray2OfSurface::SetValue | ( | const Standard_Integer | Row, |
const Standard_Integer | Col, | ||
const Handle< Geom_Surface > & | Value | ||
) |
Standard_Integer TColGeom_HArray2OfSurface::UpperCol | ( | ) | const |
Standard_Integer TColGeom_HArray2OfSurface::UpperRow | ( | ) | const |
const Handle_Geom_Surface& TColGeom_HArray2OfSurface::Value | ( | const Standard_Integer | Row, |
const Standard_Integer | Col | ||
) | const |