Isis 3 Programmer Reference
Isis::BundleSettings::MaximumLikelihoodModelTableRecord Struct Reference

This struct is needed to write the m_maximumLikelihood variable as an HDF5 table. More...

Collaboration diagram for Isis::BundleSettings::MaximumLikelihoodModelTableRecord:
Collaboration graph

Public Attributes

unsigned int indexFieldValue
 The index of the TableRecord.???
 
QString nameFieldValue
 The model name of the TableRecord.???
 
double quantileFieldValue
 The quantile of the TableRecord.???
 

Detailed Description

This struct is needed to write the m_maximumLikelihood variable as an HDF5 table.

Each table record has 3 field values: index, name, and quantile.

Definition at line 340 of file BundleSettings.h.

Member Data Documentation

◆ indexFieldValue

unsigned int Isis::BundleSettings::MaximumLikelihoodModelTableRecord::indexFieldValue

The index of the TableRecord.???

Definition at line 341 of file BundleSettings.h.

◆ nameFieldValue

QString Isis::BundleSettings::MaximumLikelihoodModelTableRecord::nameFieldValue

The model name of the TableRecord.???

Definition at line 342 of file BundleSettings.h.

◆ quantileFieldValue

double Isis::BundleSettings::MaximumLikelihoodModelTableRecord::quantileFieldValue

The quantile of the TableRecord.???

Definition at line 343 of file BundleSettings.h.


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