.Simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Static Protected Member Functions | List of all members
DataVisualizerGUI::MetadataName Struct Reference

Structure for storing the strings for representing metadata. More...

#include <MetadataName.h>

Public Types

enum  EName {
  MD_TIME, MD_WALL_RAD, MD_WALL_VELO, MD_MAX_PRESS,
  MD_AVG_PRESS, MD_MAX_TEMP, MD_AVG_TEMP, MD_MAX_ENERGY,
  MD_AVG_ENERGY, MD_FUSION_RATE, MD_MAX_DENSE, MD_AVG_DENSE
}
 Names of the metadata. More...
 

Public Member Functions

 MetadataName (QString complex=QString(), QString simple=QString())
 Constructor.
 

Static Public Member Functions

static const MetadataName GetName (MetadataName::EName name)
 Returns the display names if they are found in the hash table.
 
static const int GetSize ()
 Returns the size of the hash table.
 

Public Attributes

QString Complex
 Full name of the item. More...
 
QString Simple
 Short hand name of the item. More...
 

Static Public Attributes

static const map< EName,
MetadataName
DisplayNames = MetadataName::InitDisplayNames()
 Mapping of metadata names to their display strings.
 

Static Protected Member Functions

static map< EName, MetadataNameInitDisplayNames ()
 Initializes a map with the list of display names.
 

Detailed Description

Structure for storing the strings for representing metadata.

Member Enumeration Documentation

Names of the metadata.

Enumerator
MD_TIME 

Time of the simulation.

MD_WALL_RAD 

The bubble's radius from the center to the wall.

MD_WALL_VELO 

The velocity of the bubble's compression or expansion.

MD_MAX_PRESS 

The maximum measured pressure from within the bubble.

MD_AVG_PRESS 

The average measured pressure from within the bubble.

MD_MAX_TEMP 

The maximum measured temperature from within the bubble.

MD_AVG_TEMP 

The average measured temperature from within the bubble.

MD_MAX_ENERGY 

The maximum measured energy from within the bubble.

MD_AVG_ENERGY 

The average measured energy from within the bubble.

MD_FUSION_RATE 

The rate that fusion is occurring in the bubble.

MD_MAX_DENSE 

The maximum measured density from within the bubble.

MD_AVG_DENSE 

The average measured density from within the bubble.

Member Data Documentation

QString DataVisualizerGUI::MetadataName::Complex

Full name of the item.

QString DataVisualizerGUI::MetadataName::Simple

Short hand name of the item.


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