Open CASCADE Technology
6.5.4
|
#include <TColGeom_Array1OfSurface.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | TColGeom_Array1OfSurface (const Standard_Integer Low, const Standard_Integer Up) |
TColGeom_Array1OfSurface (const Handle< Geom_Surface > &Item, const Standard_Integer Low, const Standard_Integer Up) | |
void | Init (const Handle< Geom_Surface > &V) |
void | Destroy () |
~TColGeom_Array1OfSurface () | |
Standard_Boolean | IsAllocated () const |
const TColGeom_Array1OfSurface & | Assign (const TColGeom_Array1OfSurface &Other) |
const TColGeom_Array1OfSurface & | operator= (const TColGeom_Array1OfSurface &Other) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const Handle< Geom_Surface > &Value) |
const Handle_Geom_Surface & | Value (const Standard_Integer Index) const |
const Handle_Geom_Surface & | operator() (const Standard_Integer Index) const |
Handle_Geom_Surface & | ChangeValue (const Standard_Integer Index) |
Handle_Geom_Surface & | operator() (const Standard_Integer Index) |
DEFINE_STANDARD_ALLOC TColGeom_Array1OfSurface::TColGeom_Array1OfSurface | ( | const Standard_Integer | Low, |
const Standard_Integer | Up | ||
) |
TColGeom_Array1OfSurface::TColGeom_Array1OfSurface | ( | const Handle< Geom_Surface > & | Item, |
const Standard_Integer | Low, | ||
const Standard_Integer | Up | ||
) |
TColGeom_Array1OfSurface::~TColGeom_Array1OfSurface | ( | ) | [inline] |
const TColGeom_Array1OfSurface& TColGeom_Array1OfSurface::Assign | ( | const TColGeom_Array1OfSurface & | Other | ) |
Handle_Geom_Surface& TColGeom_Array1OfSurface::ChangeValue | ( | const Standard_Integer | Index | ) |
const Handle_Geom_Surface& TColGeom_Array1OfSurface::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
Handle_Geom_Surface& TColGeom_Array1OfSurface::operator() | ( | const Standard_Integer | Index | ) | [inline] |
const TColGeom_Array1OfSurface& TColGeom_Array1OfSurface::operator= | ( | const TColGeom_Array1OfSurface & | Other | ) | [inline] |
void TColGeom_Array1OfSurface::SetValue | ( | const Standard_Integer | Index, |
const Handle< Geom_Surface > & | Value | ||
) |
const Handle_Geom_Surface& TColGeom_Array1OfSurface::Value | ( | const Standard_Integer | Index | ) | const |