Home
last modified time | relevance | path

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

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DossimCeosData.cpp1111 fread(&(theSarLeaderFile.sarDescRec), 720, 1, fptr); in loadCeosRecords()
1122 theDataSetSumRec = &(theSarLeaderFile.dataSetSumRec); in loadCeosRecords()
1134 theQualSumRec = &(theSarLeaderFile.qualSumRec); in loadCeosRecords()
1146 theSdrHistRec = &(theSarLeaderFile.sdrHistRec); in loadCeosRecords()
1148 thePdr16HistRec = &(theSarLeaderFile.pdr16HistRec); in loadCeosRecords()
1161 theProcParmRec = &(theSarLeaderFile.procParmRec); in loadCeosRecords()
1173 theMapProjRec = &(theSarLeaderFile.mapProjRec); in loadCeosRecords()
1185 thePosDataRec = &(theSarLeaderFile.posDataRec); in loadCeosRecords()
1197 theAttDataRec = &(theSarLeaderFile.attDataRec); in loadCeosRecords()
1209 theRadiDataRec = &(theSarLeaderFile.radiDataRec); in loadCeosRecords()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/support_data/
H A DossimCeosData.h1026 SarLeaderFile theSarLeaderFile; variable