#include <TColStd_HArray1OfReal.hxx>
Inheritance diagram for TColStd_HArray1OfReal:
Public Member Functions | |
Standard_EXPORT | TColStd_HArray1OfReal (const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT | TColStd_HArray1OfReal (const Standard_Integer Low, const Standard_Integer Up, const Standard_Real &V) |
Standard_EXPORT void | Init (const Standard_Real &V) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const Standard_Real &Value) |
const Standard_Real & | Value (const Standard_Integer Index) const |
Standard_Real & | ChangeValue (const Standard_Integer Index) |
const TColStd_Array1OfReal & | Array1 () const |
TColStd_Array1OfReal & | ChangeArray1 () |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
TColStd_Array1OfReal | myArray |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from MMgt_TShared. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|