Contains the ProceduralField class.
More...
#include "Field.h"
#include "ns.h"
Go to the source code of this file.
Contains the ProceduralField class.
Definition in file ProceduralField.h.
#define REGISTER_FIELD_TYPES |
( |
|
FIELDCLASS | ) |
|
Value:factory.registerField(FIELDCLASS<half>::create); \
factory.registerField(FIELDCLASS<float>::create); \
factory.registerField(FIELDCLASS<double>::create); \
factory.registerField(FIELDCLASS<V3h>::create); \
factory.registerField(FIELDCLASS<V3f>::create); \
factory.registerField(FIELDCLASS<V3d>::create)
Definition at line 70 of file ProceduralField.h.
#define INSTANTIATE_FIELD_TYPES |
( |
|
FIELDCLASS | ) |
|
Value:template class FIELDCLASS<half>; \
template class FIELDCLASS<float>; \
template class FIELDCLASS<double>; \
template class FIELDCLASS<V3h>; \
template class FIELDCLASS<V3f>; \
template class FIELDCLASS<V3d>
Definition at line 78 of file ProceduralField.h.