9 #ifndef ossimAdjustmentInfo_HEADER 10 #define ossimAdjustmentInfo_HEADER 25 void setNumberOfAdjustableParameters(
ossim_uint32 numberOfAdjustableParameters);
28 void setDescription(
const ossimString& description);
30 void setDirtyFlag(
bool flag=
true);
31 void setLockParameterFlag(
bool flag,
35 std::vector<ossimAdjustableParameterInfo>& getParameterList();
36 const std::vector<ossimAdjustableParameterInfo>& getParameterList()
const;
Represents serializable keyword/value map.
ossimString theDescription
ostream & operator<<(ostream &out, const ossimAxes &axes)
unsigned int ossim_uint32
std::vector< ossimAdjustableParameterInfo > theParameterList
std::basic_ostream< char > ostream
Base class for char output streams.
const char * getDescription()