|
HQP
1.9.6
|
Avoid multiple inclusion. More...
#include <Omu_Vec.h>
Public Member Functions | |
| Omu_Vec () | |
| allocate empty vector | |
| virtual | ~Omu_Vec () |
| destroy vector | |
| void | resize (int dim) |
| resize vector | |
Public Member Functions inherited from Mesch::VECP | |
| VECP () | |
| VECP (VEC *cv) | |
| VEC * | operator= (VEC *nv) |
| Real & | operator[] (int j) |
| VEC * | operator-> () |
| operator VEC * () | |
| operator const VEC * () | |
| const Real & | operator[] (int j) const |
| const VEC * | operator-> () const |
| operator const VEC * () const | |
Protected Member Functions | |
| Omu_Vec (const Omu_Vec &v) | |
| protect copy constructor and operator= as they should not be used | |
| Omu_Vec & | operator= (const Omu_Vec &v) |
Additional Inherited Members | |
Protected Attributes inherited from Mesch::VECP | |
| VEC * | _v |
| wrapped VEC* | |
Avoid multiple inclusion.
Vector class with automatic construction / destruction