Inheritance diagram for w2img::GeographicData2DAdapter< X >:

Public Member Functions | |
| GeographicData2DAdapter (const X &data) | |
| code::Location | getLocation (int x, int y) const |
| Get the location of the x1,y1 point. | |
| code::SpaceTimeRef | getSpaceTimeRef () const |
| std::string | getTypeName () const |
| double | getVal (int x, int y) const |
| read the value of the x,y point. | |
| int | numRows () const |
| Number of rows (first dimension). | |
| int | numCols () const |
| Number of columns (second dimension). | |
| code::Image< float > | getImageClone () const |
| code::Image< float > | getImage () |
| const X & | data () const |
| X & | data () |
Protected Attributes | |
| X | myData |
| w2img::GeographicData2DAdapter< X >::GeographicData2DAdapter | ( | const X & | data | ) | [inline] |
| X& w2img::Data2DAdapter< X >::data | ( | ) | [inline, inherited] |
| const X& w2img::Data2DAdapter< X >::data | ( | ) | const [inline, inherited] |
| code::Image<float> w2img::Data2DAdapter< X >::getImage | ( | ) | [inherited] |
| code::Image<float> w2img::Data2DAdapter< X >::getImageClone | ( | ) | const [inline, inherited] |
| code::Location w2img::GeographicData2DAdapter< X >::getLocation | ( | int | x, | |
| int | y | |||
| ) | const [inline] |
Get the location of the x1,y1 point.
| code::SpaceTimeRef w2img::GeographicData2DAdapter< X >::getSpaceTimeRef | ( | ) | const [inline] |
| std::string w2img::GeographicData2DAdapter< X >::getTypeName | ( | ) | const [inline] |
| double w2img::Data2DAdapter< X >::getVal | ( | int | x, | |
| int | y | |||
| ) | const [inline, inherited] |
read the value of the x,y point.
| int w2img::Data2DAdapter< X >::numCols | ( | ) | const [inline, inherited] |
Number of columns (second dimension).
| int w2img::Data2DAdapter< X >::numRows | ( | ) | const [inline, inherited] |
Number of rows (first dimension).
X w2img::Data2DAdapter< X >::myData [protected, inherited] |
1.4.7