Data structure for the representation of a vector of values of the data type float. More...
#include <FloatVector.h>
Public Member Functions | |
CFloatVector () | |
CFloatVector (int nDimension, bool bHeaderOnly=false) | |
CFloatVector (const CFloatVector *pVector, bool bHeaderOnly=false) | |
CFloatVector (const CFloatVector &v, bool bHeaderOnly=false) | |
float & | operator[] (const int nElement) |
~CFloatVector () | |
Public Attributes | |
float * | data |
int | dimension |
Private Member Functions | |
void | FreeMemory () |
Private Attributes | |
bool | m_bOwnMemory |
Data structure for the representation of a vector of values of the data type float.
Definition at line 53 of file FloatVector.h.
CFloatVector::CFloatVector | ( | ) |
Definition at line 56 of file FloatVector.cpp.
CFloatVector::CFloatVector | ( | int | nDimension, |
bool | bHeaderOnly = false |
||
) |
Definition at line 63 of file FloatVector.cpp.
CFloatVector::CFloatVector | ( | const CFloatVector * | pVector, |
bool | bHeaderOnly = false |
||
) |
Definition at line 95 of file FloatVector.cpp.
CFloatVector::CFloatVector | ( | const CFloatVector & | v, |
bool | bHeaderOnly = false |
||
) |
Definition at line 79 of file FloatVector.cpp.
CFloatVector::~CFloatVector | ( | ) |
Definition at line 111 of file FloatVector.cpp.
|
private |
Definition at line 121 of file FloatVector.cpp.
|
inline |
Definition at line 68 of file FloatVector.h.
float* CFloatVector::data |
Definition at line 78 of file FloatVector.h.
int CFloatVector::dimension |
Definition at line 77 of file FloatVector.h.
|
private |
Definition at line 82 of file FloatVector.h.