Open CASCADE Technology
6.5.4
|
#include <Graphic2d_HArray1OfVertex.hxx>
Public Member Functions | |
Graphic2d_HArray1OfVertex (const Standard_Integer Low, const Standard_Integer Up) | |
Graphic2d_HArray1OfVertex (const Standard_Integer Low, const Standard_Integer Up, const Graphic2d_Vertex &V) | |
void | Init (const Graphic2d_Vertex &V) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const Graphic2d_Vertex &Value) |
const Graphic2d_Vertex & | Value (const Standard_Integer Index) const |
Graphic2d_Vertex & | ChangeValue (const Standard_Integer Index) |
const Graphic2d_Array1OfVertex & | Array1 () const |
Graphic2d_Array1OfVertex & | ChangeArray1 () |
Graphic2d_HArray1OfVertex::Graphic2d_HArray1OfVertex | ( | const Standard_Integer | Low, |
const Standard_Integer | Up | ||
) |
Graphic2d_HArray1OfVertex::Graphic2d_HArray1OfVertex | ( | const Standard_Integer | Low, |
const Standard_Integer | Up, | ||
const Graphic2d_Vertex & | V | ||
) |
void Graphic2d_HArray1OfVertex::SetValue | ( | const Standard_Integer | Index, |
const Graphic2d_Vertex & | Value | ||
) |
const Graphic2d_Vertex& Graphic2d_HArray1OfVertex::Value | ( | const Standard_Integer | Index | ) | const |