HQP  1.9.7
Omu_Vec Class Reference

Avoid multiple inclusion. More...

#include <Omu_Vec.h>

Inheritance diagram for Omu_Vec:
[legend]

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_Vecoperator= (const Omu_Vec &v)
 

Additional Inherited Members

- Protected Attributes inherited from Mesch::VECP
VEC * _v
 wrapped VEC*
 

Detailed Description

Avoid multiple inclusion.

Vector class with automatic construction / destruction


The documentation for this class was generated from the following file: