File failed to load: https://isis.astrogeology.usgs.gov/dev/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
RadarGroundRangeMap.h
Go to the documentation of this file.
1#ifndef RadarGroundRangeMap_h
2#define RadarGroundRangeMap_h
7
8/* SPDX-License-Identifier: CC0-1.0 */
9
10#include "Camera.h"
11#include "CameraFocalPlaneMap.h"
12
13namespace Isis {
14
15#ifndef RADAR_LOOK_DIR
16 namespace Radar {
18 }
19#define RADAR_LOOK_DIR
20#endif
21
39 public:
40 RadarGroundRangeMap(Camera *parent, const int naifIkCode);
41
42 static void setTransform(int naifIkCode, double groundRangeResolution,
43 int samples, Radar::LookDirection ldir);
44 };
45};
46#endif
CameraFocalPlaneMap(Camera *parent, const int naifIkCode)
Construct mapping between detectors and focal plane x/y.
Definition CameraFocalPlaneMap.cpp:25
Definition Camera.h:236
RadarGroundRangeMap(Camera *parent, const int naifIkCode)
Construct mapping between detectors and focal plane x/y.
Definition RadarGroundRangeMap.cpp:16
static void setTransform(int naifIkCode, double groundRangeResolution, int samples, Radar::LookDirection ldir)
Definition RadarGroundRangeMap.cpp:20
Definition RadarGroundMap.h:17
LookDirection
Definition RadarGroundMap.h:18
@ Right
Definition RadarGroundMap.h:18
@ Left
Definition RadarGroundMap.h:18
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16