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