#include <arrays.h>

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