#include <BRepAdaptor_HArray1OfCurve.hxx>
Public Member Functions | |
Standard_EXPORT | BRepAdaptor_HArray1OfCurve (const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT | BRepAdaptor_HArray1OfCurve (const Standard_Integer Low, const Standard_Integer Up, const BRepAdaptor_Curve &V) |
Standard_EXPORT void | Init (const BRepAdaptor_Curve &V) |
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 |
BRepAdaptor_Curve & | ChangeValue (const Standard_Integer Index) |
const BRepAdaptor_Array1OfCurve & | Array1 () const |
BRepAdaptor_Array1OfCurve & | ChangeArray1 () |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
BRepAdaptor_Array1OfCurve | myArray |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|