|
IFEM
90A354
|
A structure holding information about registered fields. More...
#include <DataExporter.h>

Public Attributes | |
| std::string | description |
| The description of the field. | |
| FieldType | field |
| The type of the field. | |
| int | results |
| Which results to store. More... | |
| const void * | data |
| Pointer to the primary data (e.g. a SIM class) | |
| std::vector< const void * > | data2 |
| Pointers to the secondary data (e.g. a vector) | |
| std::string | prefix |
| Field name prefix. | |
| bool | enabled |
| Whether or not field is enabled. | |
| int | ncmps |
| Number of components. Use to override SIM info. | |
A structure holding information about registered fields.
| int DataExporter::FileEntry::results |
Which results to store.
A negative value indicates that we want to use the description as name for the primary vector, not the name of the Integrand.
Referenced by DataExporter::registerField().