Open CASCADE Technology
6.5.4
|
#include <BOPTColStd_CArray1OfPnt2d.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | BOPTColStd_CArray1OfPnt2d (const Standard_Integer Length=0, const Standard_Integer BlockLength=5) |
void | Resize (const Standard_Integer theNewLength) |
void | Destroy () |
~BOPTColStd_CArray1OfPnt2d () | |
Standard_Integer | Length () const |
Standard_Integer | Extent () const |
Standard_Integer | FactLength () const |
Standard_Integer | Append (const gp_Pnt2d &Value) |
void | Remove (const Standard_Integer Index) |
const gp_Pnt2d & | Value (const Standard_Integer Index) const |
const gp_Pnt2d & | operator() (const Standard_Integer Index) const |
gp_Pnt2d & | ChangeValue (const Standard_Integer Index) |
gp_Pnt2d & | operator() (const Standard_Integer Index) |
void | SetBlockLength (const Standard_Integer aBL) |
Standard_Integer | BlockLength () const |
void | Purge () |
DEFINE_STANDARD_ALLOC BOPTColStd_CArray1OfPnt2d::BOPTColStd_CArray1OfPnt2d | ( | const Standard_Integer | Length = 0 , |
const Standard_Integer | BlockLength = 5 |
||
) |
const gp_Pnt2d& BOPTColStd_CArray1OfPnt2d::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
gp_Pnt2d& BOPTColStd_CArray1OfPnt2d::operator() | ( | const Standard_Integer | Index | ) | [inline] |
void BOPTColStd_CArray1OfPnt2d::Resize | ( | const Standard_Integer | theNewLength | ) |
const gp_Pnt2d& BOPTColStd_CArray1OfPnt2d::Value | ( | const Standard_Integer | Index | ) | const |