|
Open CASCADE Technology 6.5.2
|
#include <DBC_VArrayOfReal.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| 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 () | |
| DBC_VArrayOfReal::DBC_VArrayOfReal | ( | ) |
| DBC_VArrayOfReal::DBC_VArrayOfReal | ( | const Standard_Integer | Size | ) |
| DBC_VArrayOfReal::DBC_VArrayOfReal | ( | const DBC_VArrayOfReal & | Varray | ) |
| DBC_VArrayOfReal::~DBC_VArrayOfReal | ( | ) | [inline] |
| void DBC_VArrayOfReal::Assign | ( | const DBC_VArrayOfReal & | Other | ) |
| void DBC_VArrayOfReal::Destroy | ( | ) |
Reimplemented from DBC_BaseArray.
| void DBC_VArrayOfReal::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from DBC_BaseArray.
| void* DBC_VArrayOfReal::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from DBC_BaseArray.
| void* DBC_VArrayOfReal::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from DBC_BaseArray.
| Standard_Real& DBC_VArrayOfReal::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| void DBC_VArrayOfReal::operator= | ( | const DBC_VArrayOfReal & | Other | ) | [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 |
1.7.4