|
IVT
|
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) | |
| ~CFloatVector () | |
| float & | operator[] (const int nElement) |
Public Attributes | |
| int | dimension |
| float * | data |
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.
|
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.