|
Open CASCADE Technology 6.5.2
|
#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 | ||
| ) |
| const Graphic2d_Array1OfVertex& Graphic2d_HArray1OfVertex::Array1 | ( | ) | const |
| Graphic2d_Array1OfVertex& Graphic2d_HArray1OfVertex::ChangeArray1 | ( | ) |
| Graphic2d_Vertex& Graphic2d_HArray1OfVertex::ChangeValue | ( | const Standard_Integer | Index | ) |
| void Graphic2d_HArray1OfVertex::Init | ( | const Graphic2d_Vertex & | V | ) |
| Standard_Integer Graphic2d_HArray1OfVertex::Length | ( | ) | const |
| Standard_Integer Graphic2d_HArray1OfVertex::Lower | ( | ) | const |
| void Graphic2d_HArray1OfVertex::SetValue | ( | const Standard_Integer | Index, |
| const Graphic2d_Vertex & | Value | ||
| ) |
| Standard_Integer Graphic2d_HArray1OfVertex::Upper | ( | ) | const |
| const Graphic2d_Vertex& Graphic2d_HArray1OfVertex::Value | ( | const Standard_Integer | Index | ) | const |
1.7.4