12#ifndef FIRES_TABLE_LOOKUP_HPP
13#define FIRES_TABLE_LOOKUP_HPP
15#include "wsf_fires_export.h"
17#include "TblLookup.hpp"
31 void Lookup(
double aRange,
double& aMaxOrd,
double& aImpactTime);
33 void LookupElevation(
double aRange,
double& aElevation,
double& aImpactTime);
39 TblLookupLUX<double> mRangeLookup;
FiresTableLookup()
Definition FiresTableLookup.cpp:19
void Lookup(double aRange, double &aMaxOrd, double &aImpactTime)
Definition FiresTableLookup.cpp:28
void LookupElevation(double aRange, double &aElevation, double &aImpactTime)
Definition FiresTableLookup.cpp:38
void SetTable(FiresTable *aTablePtr)
Definition FiresTableLookup.cpp:48
Definition FiresTable.hpp:29
Provide a top-level interface for including the fires library's types.
Definition BallisticPath.cpp:34