|
Isis 3 Programmer Reference
|
1 #ifndef CameraFactory_h
2 #define CameraFactory_h
static Camera * Create(Cube &cube)
Creates a Camera object using Pvl Specifications.
static void initPlugin()
Reads the appropriate plugin file for the ISIS cameras, and scans the directories specified in IsisPr...
Container for cube-like labels.
Initializes a Camera Model.
~CameraFactory()
Destroys the CameraFactory object.
static int CameraVersion(Cube &cube)
This looks up the current camera model version from the cube.
IO Handler for Isis Cubes.
static Plugin m_cameraPlugin
The plugin file for the camera.
static bool m_initialized
Has the plugin list been initialized.
This is free and unencumbered software released into the public domain.
Loads plugins from a shared library.
CameraFactory()
Constructor (Its private, so you cannot use it.