se_core::FloatArray Class Reference

Simple float array container. More...

#include <FloatArray.hpp>

List of all members.

Public Member Functions

 FloatArray ()
 ~FloatArray ()
void set (float *data, bool doDestroy)
void set (float *data)
void set (const float *data)
const float * get ()


Detailed Description

Simple float array container.

Contains a array of floats and stores a flag which signifies wether the contained array should be destroyed when a new value is set or the FloatArray object itself is destroyed.

The destruction flag is useful when mixing hardcoded constant arrays, arrays located in ROM and dynamically created arrays for the same purpose.

Definition at line 36 of file FloatArray.hpp.


Constructor & Destructor Documentation

se_core::FloatArray::FloatArray  ) 
 

Definition at line 27 of file FloatArray.cpp.

se_core::FloatArray::~FloatArray  ) 
 

Definition at line 32 of file FloatArray.cpp.


Member Function Documentation

const float* se_core::FloatArray::get  )  [inline]
 

Definition at line 43 of file FloatArray.hpp.

void se_core::FloatArray::set const float *  data  ) 
 

Definition at line 60 of file FloatArray.cpp.

void se_core::FloatArray::set float *  data  ) 
 

Definition at line 50 of file FloatArray.cpp.

void se_core::FloatArray::set float *  data,
bool  doDestroy
 

Definition at line 40 of file FloatArray.cpp.


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

Home Page | SagaEngine trunk (updated nightly) reference generated Sun Dec 2 20:06:30 2007 by Doxygen version 1.3.9.1.

SourceForge.net Logo