Open CASCADE Technology 6.6.0
|
#include <TColGeom_HArray1OfBoundedSurface.hxx>
Public Member Functions | |
TColGeom_HArray1OfBoundedSurface (const Standard_Integer Low, const Standard_Integer Up) | |
TColGeom_HArray1OfBoundedSurface (const Standard_Integer Low, const Standard_Integer Up, const Handle< Geom_BoundedSurface > &V) | |
void | Init (const Handle< Geom_BoundedSurface > &V) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const Handle< Geom_BoundedSurface > &Value) |
const Handle_Geom_BoundedSurface & | Value (const Standard_Integer Index) const |
Handle_Geom_BoundedSurface & | ChangeValue (const Standard_Integer Index) |
const TColGeom_Array1OfBoundedSurface & | Array1 () const |
TColGeom_Array1OfBoundedSurface & | ChangeArray1 () |
TColGeom_HArray1OfBoundedSurface::TColGeom_HArray1OfBoundedSurface | ( | const Standard_Integer | Low, |
const Standard_Integer | Up | ||
) |
TColGeom_HArray1OfBoundedSurface::TColGeom_HArray1OfBoundedSurface | ( | const Standard_Integer | Low, |
const Standard_Integer | Up, | ||
const Handle< Geom_BoundedSurface > & | V | ||
) |
const TColGeom_Array1OfBoundedSurface& TColGeom_HArray1OfBoundedSurface::Array1 | ( | ) | const |
TColGeom_Array1OfBoundedSurface& TColGeom_HArray1OfBoundedSurface::ChangeArray1 | ( | ) |
Handle_Geom_BoundedSurface& TColGeom_HArray1OfBoundedSurface::ChangeValue | ( | const Standard_Integer | Index | ) |
void TColGeom_HArray1OfBoundedSurface::Init | ( | const Handle< Geom_BoundedSurface > & | V | ) |
Standard_Integer TColGeom_HArray1OfBoundedSurface::Length | ( | ) | const |
Standard_Integer TColGeom_HArray1OfBoundedSurface::Lower | ( | ) | const |
void TColGeom_HArray1OfBoundedSurface::SetValue | ( | const Standard_Integer | Index, |
const Handle< Geom_BoundedSurface > & | Value | ||
) |
Standard_Integer TColGeom_HArray1OfBoundedSurface::Upper | ( | ) | const |
const Handle_Geom_BoundedSurface& TColGeom_HArray1OfBoundedSurface::Value | ( | const Standard_Integer | Index | ) | const |