Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::Core::Vector::VectorSet< ArrayT > Class Template Reference

#include <VectorSet.h>

Inheritance diagram for Impala::Core::Vector::VectorSet< ArrayT >:

Inheritance graph
[legend]
Collaboration diagram for Impala::Core::Vector::VectorSet< ArrayT >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef ArrayT::StorType ElemT
typedef VectorTem< ElemTVectorT
typedef VectorTem< ElemTColElemType

Public Member Functions

 VectorSet (bool hasConstVecSize, int vecSize, int capacity)
 VectorSet (const VectorSet &vs)
virtual ~VectorSet ()
int Size () const
void SetSize (int nr)
int Capacity () const
bool HasConstVectorSize () const
VectorT GetVector (int id, bool wrapper) const
void AddVector (const VectorT &vec)
void AddVector (Real64 *data, int nrElem)
int AllocateVector (int nr)
VectorT Get (int i) const
void Set (int i, VectorT v)
bool Valid () const
bool Reserve (int newCapacity, bool copyData)
virtual void Dump (int from=0, int to=-1)
virtual void Dump (int from, int to, std::ostream &os)
ArrayT * GetStorage ()
const ArrayT * GetStorage () const
void SetStorage (ArrayT *storage)
ElemTGetVectorData (int id)
const ElemTGetVectorData (int id) const
int GetVectorLength (int id) const

Private Attributes

bool mHasConstVecSize
int mVecSize
int mCapacity
int mLast
ArrayT * mStorage
Array::Array2dScalarInt32mFirst
Array::Array2dScalarInt32mLength

Detailed Description

template<class ArrayT>
class Impala::Core::Vector::VectorSet< ArrayT >

Definition at line 24 of file VectorSet.h.


The documentation for this class was generated from the following file:
Generated on Fri Mar 19 11:27:27 2010 for ImpalaSrc by  doxygen 1.5.1