OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimTiledImageHash.h>
Public Member Functions | |
ossimTiledImageHash (const ossimDrect &imageRect, double tileWidth, double tileHeight) | |
virtual | ~ossimTiledImageHash () |
virtual long | operator() (const ossimDpt &aPoint) |
virtual long | operator() (const ossimFpt &aPoint) |
![]() | |
virtual | ~ossimPointHash () |
Private Attributes | |
ossimDrect | theImageRect |
double | theTileWidth |
double | theTileHeight |
long | theNumberOfHorizTiles |
long | theNumberOfVertTiles |
Definition at line 20 of file ossimTiledImageHash.h.
ossimTiledImageHash::ossimTiledImageHash | ( | const ossimDrect & | imageRect, |
double | tileWidth, | ||
double | tileHeight | ||
) |
Definition at line 21 of file ossimTiledImageHash.cpp.
References FLT_EPSILON, ossimDrect::height(), theImageRect, theNumberOfHorizTiles, theNumberOfVertTiles, theTileHeight, theTileWidth, and ossimDrect::width().
|
virtual |
Definition at line 69 of file ossimTiledImageHash.cpp.
|
virtual |
Implements ossimPointHash.
Definition at line 73 of file ossimTiledImageHash.cpp.
References theImageRect, theNumberOfHorizTiles, theNumberOfVertTiles, theTileHeight, theTileWidth, ossimDrect::ul(), ossimDpt::x, and ossimDpt::y.
|
virtual |
Implements ossimPointHash.
Definition at line 107 of file ossimTiledImageHash.cpp.
References theImageRect, theNumberOfHorizTiles, theNumberOfVertTiles, theTileHeight, theTileWidth, ossimDrect::ul(), ossimFpt::x, ossimDpt::x, ossimFpt::y, and ossimDpt::y.
|
private |
Definition at line 33 of file ossimTiledImageHash.h.
Referenced by operator()(), and ossimTiledImageHash().
|
private |
Definition at line 36 of file ossimTiledImageHash.h.
Referenced by operator()(), and ossimTiledImageHash().
|
private |
Definition at line 37 of file ossimTiledImageHash.h.
Referenced by operator()(), and ossimTiledImageHash().
|
private |
Definition at line 35 of file ossimTiledImageHash.h.
Referenced by operator()(), and ossimTiledImageHash().
|
private |
Definition at line 34 of file ossimTiledImageHash.h.
Referenced by operator()(), and ossimTiledImageHash().