#include <arrays.h>

Public Member Functions | |
| void | period (unsigned int p) |
| Sets number of semantically linked sequential values. | |
| void | add (const float *data, unsigned int count) |
| std::vector< float > & | getData () |
| Data access function. | |
| void Cast3dImport::FloatList::add | ( | const float * | data, | |
| unsigned int | count | |||
| ) |
Appends given data to the end of conatiner.
| data | pointer to float array. | |
| count | number of items. |