Isis 3.0
| Home |
Initializes a Camera Model. More...
#include <CameraFactory.h>
Static Public Member Functions | |
static Camera * | Create (Cube &cube) |
Creates a Camera object using Pvl Specifications. More... | |
static int | CameraVersion (Cube &cube) |
This looks up the current camera model version from the cube labels. More... | |
static int | CameraVersion (Pvl &lab) |
Initializes a Camera Model.
This factory class is used to obtain a Camera Model object given a PVL which contains a valid Instrument group. The Instrument group can come from an image/cube or a hand-created PVL file. The camera is loaded based on information using the SpacecraftName and IntrumentID contained in the Instrument group. It is plugin oriented. That is, this class looks in $ISISROOT/lib/Camera.plugin to convert the SpacecraftName and IntrumentID string into a pointer to the appropriate camera class (e.g., Viking, HiRISE, etc.). This allows programmers who develop new camera models to create a plugin without the need for recompiling all the Isis applications that use camera models.
|
static |
This looks up the current camera model version from the cube labels.
lab | Input Cube Labels |
References Isis::Cube::label().
Referenced by Isis::KernelDb::findAll().
|
static |
Creates a Camera object using Pvl Specifications.
Isis::iException::System | - Unsupported camera model, unable to find the plugin |
Isis::iException::Camera | - Unable to initialize camera model |
References _FILEINFO_, Isis::PvlContainer::addKeyword(), Isis::PvlObject::findGroup(), Isis::PvlContainer::hasKeyword(), Isis::Cube::label(), and Isis::PvlObject::Traverse.
Referenced by Isis::ControlNetFilter::CubeDistanceFilter(), Isis::ControlNetFilter::PointDistanceFilter(), Isis::ControlNetFilter::PointLatLonFilter(), and Isis::UniversalGroundMap::UniversalGroundMap().