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