OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | Public Attributes | List of all members
ossimFfRevc::RadiomRecord Class Reference

#include <ossimFfRevc.h>

Public Member Functions

 RadiomRecord ()
 
 ~RadiomRecord ()
 

Public Attributes

double theBias [8]
 
double theGain [8]
 

Detailed Description

Definition at line 243 of file ossimFfRevc.h.

Constructor & Destructor Documentation

◆ RadiomRecord()

ossimFfRevc::RadiomRecord::RadiomRecord ( )

Definition at line 1599 of file ossimFfRevc.cpp.

1600 {
1601  for (int i = 0; i < 8; i++)
1602  {
1603  theBias[i] = 0.0;
1604  theGain[i] = 0.0;
1605  }
1606 }

◆ ~RadiomRecord()

ossimFfRevc::RadiomRecord::~RadiomRecord ( )
inline

Definition at line 247 of file ossimFfRevc.h.

247 {}

Member Data Documentation

◆ theBias

double ossimFfRevc::RadiomRecord::theBias[8]

◆ theGain

double ossimFfRevc::RadiomRecord::theGain[8]

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