9 #ifndef ossimAdjustableParameterInfo_HEADER 10 #define ossimAdjustableParameterInfo_HEADER 31 :theParameter(rhs.theParameter),
32 theSigma(rhs.theSigma),
33 theCenter(rhs.theCenter),
36 theLockFlag(rhs.theLockFlag)
47 theParameter = parameter;
84 void setCenter(
double center);
85 double getCenter()
const;
92 double computeOffset()
const;
void setSigma(double sigma)
Represents serializable keyword/value map.
ossimAdjustableParameterInfo(const ossimAdjustableParameterInfo &rhs)
ostream & operator<<(ostream &out, const ossimAxes &axes)
ossimUnitType getUnit() const
ossimAdjustableParameterInfo()
ossimString theDescription
void setParameter(double parameter)
double getParameter() const
ossimString theDescription
const ossimString & getDescription() const
void setLockFlag(bool flag)
void setDescription(const ossimString &description)
std::basic_ostream< char > ostream
Base class for char output streams.
void setUnit(ossimUnitType unit)