#include <BRepAdaptor_Array1OfCurve.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | BRepAdaptor_Array1OfCurve (const Standard_Integer Low, const Standard_Integer Up) |
| Standard_EXPORT | BRepAdaptor_Array1OfCurve (const BRepAdaptor_Curve &Item, const Standard_Integer Low, const Standard_Integer Up) |
| Standard_EXPORT void | Init (const BRepAdaptor_Curve &V) |
| Standard_EXPORT void | Destroy () |
| ~BRepAdaptor_Array1OfCurve () | |
| Standard_Boolean | IsAllocated () const |
| Standard_EXPORT const BRepAdaptor_Array1OfCurve & | Assign (const BRepAdaptor_Array1OfCurve &Other) |
| const BRepAdaptor_Array1OfCurve & | operator= (const BRepAdaptor_Array1OfCurve &Other) |
| Standard_Integer | Length () const |
| Standard_Integer | Lower () const |
| Standard_Integer | Upper () const |
| void | SetValue (const Standard_Integer Index, const BRepAdaptor_Curve &Value) |
| const BRepAdaptor_Curve & | Value (const Standard_Integer Index) const |
| const BRepAdaptor_Curve & | operator() (const Standard_Integer Index) const |
| BRepAdaptor_Curve & | ChangeValue (const Standard_Integer Index) |
| BRepAdaptor_Curve & | operator() (const Standard_Integer Index) |
Private Member Functions | |
| Standard_EXPORT | BRepAdaptor_Array1OfCurve (const BRepAdaptor_Array1OfCurve &AnArray) |
Private Attributes | |
| Standard_Integer | myLowerBound |
| Standard_Integer | myUpperBound |
| Standard_Address | myStart |
| Standard_Boolean | isAllocated |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1