Home
last modified time | relevance | path

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

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimWriter.cpp33 static const std::string INCLUDE_BLANK_TILES_KW = "include_blank_tiles"; // bool variable
52 m_kwl->addPair( INCLUDE_BLANK_TILES_KW, TRUE_KW ); in ossimWriter()
1071 value = kwl.findKey( pfx, INCLUDE_BLANK_TILES_KW ); in loadState()
1074 m_kwl->addPair( INCLUDE_BLANK_TILES_KW, value, true ); in loadState()
1110 ( key == INCLUDE_BLANK_TILES_KW ) ) in setProperty()
1160 else if ( name.string() == INCLUDE_BLANK_TILES_KW ) in getProperty()
1162 std::string value = m_kwl->findKey( INCLUDE_BLANK_TILES_KW ); in getProperty()
1196 propertyNames.push_back(ossimString(INCLUDE_BLANK_TILES_KW)); in getPropertyNames()
1287 std::string value = m_kwl->findKey( INCLUDE_BLANK_TILES_KW ); in getWriteBlanksFlag()