#include <ossimAdjustableParameterInfo.h>
◆ ossimAdjustableParameterInfo() [1/2]
ossimAdjustableParameterInfo::ossimAdjustableParameterInfo |
( |
| ) |
|
|
inline |
◆ ossimAdjustableParameterInfo() [2/2]
◆ computeOffset()
double ossimAdjustableParameterInfo::computeOffset |
( |
| ) |
const |
◆ getCenter()
double ossimAdjustableParameterInfo::getCenter |
( |
| ) |
const |
◆ getDescription()
const ossimString& ossimAdjustableParameterInfo::getDescription |
( |
| ) |
const |
|
inline |
◆ getLockFlag()
bool ossimAdjustableParameterInfo::getLockFlag |
( |
| ) |
const |
|
inline |
◆ getParameter()
double ossimAdjustableParameterInfo::getParameter |
( |
| ) |
const |
|
inline |
◆ getSigma()
double ossimAdjustableParameterInfo::getSigma |
( |
| ) |
const |
|
inline |
◆ getUnit()
◆ getUnitAsString()
ossimString ossimAdjustableParameterInfo::getUnitAsString |
( |
| ) |
const |
◆ loadState()
Definition at line 87 of file ossimAdjustableParameterInfo.cpp.
References ossimKeywordlist::find().
90 const char* param = kwl.
find(prefix, PARAM_KW);
91 const char* sigma = kwl.
find(prefix, PARAM_SIGMA_KW);
92 const char* center = kwl.
find(prefix, PARAM_CENTER_KW);
94 const char* locked = kwl.
find(prefix, PARAM_LOCK_FLAG_KW);
const char * find(const char *key) const
virtual ossim_int32 getEntryNumber(const char *entry_string, bool case_insensitive=true) const
bool toBool() const
String to numeric methods.
ossimString theDescription
static const char * UNITS_KW
static const char * DESCRIPTION_KW
static ossimUnitTypeLut * instance()
Returns the static instance of an ossimUnitTypeLut object.
◆ saveState()
◆ setCenter()
void ossimAdjustableParameterInfo::setCenter |
( |
double |
center | ) |
|
◆ setDescription()
void ossimAdjustableParameterInfo::setDescription |
( |
const ossimString & |
description | ) |
|
|
inline |
◆ setLockFlag()
void ossimAdjustableParameterInfo::setLockFlag |
( |
bool |
flag | ) |
|
|
inline |
◆ setOffset()
void ossimAdjustableParameterInfo::setOffset |
( |
ossim_float64 |
value | ) |
|
◆ setParameter()
void ossimAdjustableParameterInfo::setParameter |
( |
double |
parameter | ) |
|
|
inline |
◆ setSigma()
void ossimAdjustableParameterInfo::setSigma |
( |
double |
sigma | ) |
|
|
inline |
◆ setUnit()
◆ operator<<
Definition at line 23 of file ossimAdjustableParameterInfo.cpp.
26 <<
"center: " << data.
theCenter << std::endl
28 <<
"sigma: " << data.
theSigma << std::endl
31 <<
"locked: " << (data.
theLockFlag?
"true":
"false") << std::endl;
virtual ossimString getEntryString(ossim_int32 entry_number) const
ossimString theDescription
static ossimUnitTypeLut * instance()
Returns the static instance of an ossimUnitTypeLut object.
◆ theCenter
double ossimAdjustableParameterInfo::theCenter |
|
protected |
◆ theDescription
ossimString ossimAdjustableParameterInfo::theDescription |
|
protected |
◆ theLockFlag
bool ossimAdjustableParameterInfo::theLockFlag |
|
protected |
◆ theParameter
double ossimAdjustableParameterInfo::theParameter |
|
protected |
◆ theSigma
double ossimAdjustableParameterInfo::theSigma |
|
protected |
◆ theUnit
The documentation for this class was generated from the following files: