Open CASCADE Technology
6.9.1
|
#include <DBC_VArrayOfReal.hxx>
Public Member Functions | |
DBC_VArrayOfReal () | |
DBC_VArrayOfReal (const Standard_Integer Size) | |
DBC_VArrayOfReal (const DBC_VArrayOfReal &Varray) | |
void | Resize (const Standard_Integer Size) |
void | Assign (const DBC_VArrayOfReal &Other) |
void | operator= (const DBC_VArrayOfReal &Other) |
void | SetValue (const Standard_Integer Index, const Standard_Real &Value) |
Standard_Real & | Value (const Standard_Integer Index) const |
Standard_Real & | operator() (const Standard_Integer Index) const |
void | Destroy () |
~DBC_VArrayOfReal () | |
Public Member Functions inherited from DBC_BaseArray | |
DBC_BaseArray () | |
Creates an BaseArray of NULL size. More... | |
DBC_BaseArray (const Standard_Integer Size) | |
Creates an BaseArray of lower bound 0 and upper bound <Size>-1. More... | |
DBC_BaseArray (const DBC_BaseArray &BaseArray) | |
Creates an array which is the copy of the given argument. More... | |
virtual | ~DBC_BaseArray () |
Standard_Integer | Length () const |
Standard_Integer | Upper () const |
Returns the upper bound. More... | |
Standard_Address | Lock () const |
Locks the array <me> in memory and returns its virtual address. More... | |
void | Unlock () const |
unlocks the array <me> from memory More... | |
Standard_Integer | _CSFDB_GetDBC_BaseArraymySize () const |
void | _CSFDB_SetDBC_BaseArraymySize (const Standard_Integer p) |
DBC_DBVArray | _CSFDB_GetDBC_BaseArraymyData () const |
void | _CSFDB_SetDBC_BaseArraymyData (const DBC_DBVArray p) |
DBC_BaseArray () | |
DBC_BaseArray (const Standard_Integer Size) | |
DBC_BaseArray (const DBC_BaseArray &BaseArray) | |
Standard_Integer | Length () const |
Standard_Integer | Upper () const |
Standard_Address | Lock () const |
void | Unlock () const |
void | Destroy () |
~DBC_BaseArray () | |
Additional Inherited Members | |
Protected Attributes inherited from DBC_BaseArray | |
Standard_Integer | mySize |
DBC_DBVArray | myData |
DBC_VArrayOfReal::DBC_VArrayOfReal | ( | ) |
DBC_VArrayOfReal::DBC_VArrayOfReal | ( | const Standard_Integer | Size | ) |
DBC_VArrayOfReal::DBC_VArrayOfReal | ( | const DBC_VArrayOfReal & | Varray | ) |
|
inline |
void DBC_VArrayOfReal::Assign | ( | const DBC_VArrayOfReal & | Other | ) |
void DBC_VArrayOfReal::Destroy | ( | ) |
|
inline |
|
inline |
void DBC_VArrayOfReal::Resize | ( | const Standard_Integer | Size | ) |
void DBC_VArrayOfReal::SetValue | ( | const Standard_Integer | Index, |
const Standard_Real & | Value | ||
) |
Standard_Real& DBC_VArrayOfReal::Value | ( | const Standard_Integer | Index | ) | const |