#include "array-creator.h"
#include "array-iterator.h"
#include "symbol.h"
#include "numbers.h"
#include "data-io.h"
Go to the source code of this file.
Defines | |
#define | ARRAY_TYPE(D, T) |
Functions | |
void | updateSize (Array< 1, Data > content, Size< 8 > &size, int last_depth, int depth) |
#define ARRAY_TYPE | ( | D, | |||
T | ) |
Value:
if (D==dimension && QString(type) == QString(#T)) \ return createAndFillTarget<D,T>(size);