Isis Developer Reference
|
#include "IdealCamera.h"
#include <iomanip>
#include <string>
#include <QDebug>
#include <QString>
#include "CameraDistortionMap.h"
#include "CameraFocalPlaneMap.h"
#include "IException.h"
#include "IString.h"
#include "iTime.h"
#include "LineScanCameraDetectorMap.h"
#include "LineScanCameraGroundMap.h"
#include "LineScanCameraSkyMap.h"
#include "NaifStatus.h"
#include "Pvl.h"
Namespaces | |
namespace | Isis |
This is free and unencumbered software released into the public domain. | |
Functions | |
Isis::Camera * | IdealCameraPlugin (Isis::Cube &cube) |
External C function for createing the camera plugin. | |
Isis::Camera * IdealCameraPlugin | ( | Isis::Cube & | cube | ) |
External C function for createing the camera plugin.
This function is used by the CameraFactory to create an instance of the IdealCamera object.
lab | The Isis::Pvl label object used for the information as how to create this object. |