Home
last modified time | relevance | path

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

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/support_data/
H A DossimGeoTiff.h209 ossimPixelType getRasterType() const;
H A DTiffHandlerState.h391 ossim_int32 getRasterType(ossim_int32 directory = 0) const;
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtcacheresource.h142 int getRasterType() const { return m_tileType; } in getRasterType() function
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tfx/
H A Dtcacheresource.cpp132 inline int getRasterType(const TRasterP &ras) { in getRasterType() function
318 rasType = ::getRasterType(ras); in checkRasterType()
/dports/databases/grass7/grass-7.8.6/gui/wxpython/psmap/
H A Dutils.py407 def getRasterType(map): function
H A Dinstructions.py350 rasterType = getRasterType(map=rasterLegend['raster'])
1600 rasterType = getRasterType(map=instr['raster'])
H A Ddialogs.py3424 rasterType = getRasterType(map=self.currRaster)
4030 type = getRasterType(self.currRaster)
4034 type = getRasterType(map)
4199 rasterType = getRasterType(self.rLegendDict['raster'])
4438 rasterType = getRasterType(map=currRaster)
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DossimGeoTiff.cpp1025 theRasterType = state->getRasterType(entryIdx); in readTags()
2242 ossimPixelType ossimGeoTiff::getRasterType() const in getRasterType() function in ossimGeoTiff
H A DTiffHandlerState.cpp1048 ossim_int32 ossim::TiffHandlerState::getRasterType(ossim_int32 directory) const in getRasterType() function in ossim::TiffHandlerState
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmOpenidAuthenticationPlugin/lib/vendor/GoogleAPIClient/Service/
H A DMapsEngine.php5557 public function getRasterType() function in Google_Service_MapsEngine_Raster
5719 public function getRasterType() function in Google_Service_MapsEngine_RasterCollection
5845 public function getRasterType() function in Google_Service_MapsEngine_RasterCollectionsRaster
/dports/www/moodle310/moodle/lib/google/src/Google/Service/
H A DMapsEngine.php5558 public function getRasterType() function in Google_Service_MapsEngine_Raster
5720 public function getRasterType() function in Google_Service_MapsEngine_RasterCollection
5846 public function getRasterType() function in Google_Service_MapsEngine_RasterCollectionsRaster
/dports/www/moodle39/moodle/lib/google/src/Google/Service/
H A DMapsEngine.php5558 public function getRasterType() function in Google_Service_MapsEngine_Raster
5720 public function getRasterType() function in Google_Service_MapsEngine_RasterCollection
5846 public function getRasterType() function in Google_Service_MapsEngine_RasterCollectionsRaster
/dports/www/moodle311/moodle/lib/google/src/Google/Service/
H A DMapsEngine.php5558 public function getRasterType() function in Google_Service_MapsEngine_Raster
5720 public function getRasterType() function in Google_Service_MapsEngine_RasterCollection
5846 public function getRasterType() function in Google_Service_MapsEngine_RasterCollectionsRaster
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimTiffTileSource.cpp800 ossim_uint16 rasterType = state->getRasterType(theCurrentDirectory); in open()