IFEM  90A354
Public Attributes | List of all members
DataExporter::FileEntry Struct Reference

A structure holding information about registered fields. More...

#include <DataExporter.h>

Collaboration diagram for DataExporter::FileEntry:
Collaboration graph
[legend]

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.
 

Detailed Description

A structure holding information about registered fields.

Member Data Documentation

◆ results

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().


The documentation for this struct was generated from the following file: