Open CASCADE Technology
6.9.0
|
#include <TColGeom_Array1OfSurface.hxx>
Public Member Functions | |
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) |
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 | ||
) |
|
inline |
const TColGeom_Array1OfSurface& TColGeom_Array1OfSurface::Assign | ( | const TColGeom_Array1OfSurface & | Other | ) |
Handle< Geom_Surface >& TColGeom_Array1OfSurface::ChangeValue | ( | const Standard_Integer | Index | ) |
void TColGeom_Array1OfSurface::Destroy | ( | ) |
void TColGeom_Array1OfSurface::Init | ( | const Handle< Geom_Surface > & | V | ) |
Standard_Boolean TColGeom_Array1OfSurface::IsAllocated | ( | ) | const |
Standard_Integer TColGeom_Array1OfSurface::Length | ( | ) | const |
Standard_Integer TColGeom_Array1OfSurface::Lower | ( | ) | const |
|
inline |
|
inline |
|
inline |
void TColGeom_Array1OfSurface::SetValue | ( | const Standard_Integer | Index, |
const Handle< Geom_Surface > & | Value | ||
) |
Standard_Integer TColGeom_Array1OfSurface::Upper | ( | ) | const |
const Handle< Geom_Surface >& TColGeom_Array1OfSurface::Value | ( | const Standard_Integer | Index | ) | const |