Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
Field Class Reference

Public Member Functions

 Field (const char *label, const char *fmt, double value)
 
double value () const
 

Public Attributes

const char * label
 
const char * fmt
 

Private Attributes

double m_value
 

Constructor & Destructor Documentation

◆ Field()

Field::Field ( const char * label,
const char * fmt,
double value )
inline

References fmt, label, m_value, and value().

Here is the call graph for this function:

Member Function Documentation

◆ value()

double Field::value ( ) const
inline

References m_value.

Referenced by doData(), and Field().

Member Data Documentation

◆ fmt

const char* Field::fmt

Referenced by doData(), and Field().

◆ label

const char* Field::label

Referenced by doHeader(), and Field().

◆ m_value

double Field::m_value
private

Referenced by Field(), and value().


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