File failed to load: https://isis.astrogeology.usgs.gov/8.3.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
RadarCamera.h
1#ifndef RadarCamera_h
2#define RadarCamera_h
8/* SPDX-License-Identifier: CC0-1.0 */
9
10#include "Camera.h"
11
12namespace Isis {
31 class RadarCamera : public Camera {
32 public:
33 RadarCamera(Cube &cube);
34
35 virtual CameraType GetCameraType() const {
36 return Radar;
37 }
38
39 private:
44 };
45};
46
47#endif
CameraType
This enum defines the types of cameras supported in this class.
Definition Camera.h:358
@ Radar
Radar Camera.
Definition Camera.h:362
IO Handler for Isis Cubes.
Definition Cube.h:168
Generic class for Radar Cameras.
Definition RadarCamera.h:31
RadarCamera(Cube &cube)
Constructs the RadarCamera object.
RadarCamera & operator=(const RadarCamera &)
Assigning cameras is not allowed.
virtual CameraType GetCameraType() const
Returns the type of camera that was created.
Definition RadarCamera.h:35
RadarCamera(const RadarCamera &)
Copying cameras is not allowed.
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 02/24/2025 16:15:13