6#ifndef __FIBER_VECTORREGISTRY_HPP
7#define __FIBER_VECTORREGISTRY_HPP "Created 28.08.2006"
9#include <vector/MultiArray.hpp>
10#include <field/MemArray.hpp>
12#include "fieldregistryDllApi.h"
23 static int RegisterVectorTypes()
33static int RegisterVectorTypes4D()
43static int RegisterVectorTypes4_6D()
45 int nTypes = RegisterVectorTypes4D();
47 nTypes += MultiplicityRegistry<6>::RegisterVectorTypes();
53extern fieldregistry_API
int RegisterStandardFloatMemArrayTypes();
54extern fieldregistry_API
int RegisterStandardDoubleMemArrayTypes();
55extern fieldregistry_API
int RegisterIntegerStandardMemArrayTypes();
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
Allocating array types through registry of types.
Definition MemBase.hpp:315
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
Definition VectorRegistry.hpp:22
Definition VectorRegistry.hpp:19