Home
last modified time | relevance | path

Searched refs:OSSIM_STRING_PARAMETER (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/base/
H A DossimArgumentParser.h31 OSSIM_STRING_PARAMETER, enumerator
65 theType = OSSIM_STRING_PARAMETER; theValue.theString = &value; in ossimParameter()
70 theType = OSSIM_STRING_PARAMETER; theValue.theString = in ossimParameter()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimArgumentParser.cpp138 case ossimParameter::OSSIM_STRING_PARAMETER: return isString(str); in valid()
162 case ossimParameter::OSSIM_STRING_PARAMETER: in assign()