IVT
CFloatVector Class Reference

Data structure for the representation of a vector of values of the data type float. More...

#include <FloatVector.h>

List of all members.

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

Detailed Description

Data structure for the representation of a vector of values of the data type float.

Definition at line 53 of file FloatVector.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

float& CFloatVector::operator[] ( const int  nElement) [inline]

Definition at line 68 of file FloatVector.h.


Member Data Documentation

Definition at line 78 of file FloatVector.h.

Definition at line 77 of file FloatVector.h.


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