|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef CameraFactory_h
2 #define CameraFactory_h
69 static Plugin m_cameraPlugin;
70 static bool m_initialized;
static Camera * Create(Cube &cube)
Creates a Camera object using Pvl Specifications.
Definition: CameraFactory.cpp:45
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
Definition: PvlObject.h:129
A single keyword-value pair.
Definition: PvlKeyword.h:82
void addKeyword(const PvlKeyword &keyword, const InsertMode mode=Append)
Add a keyword to the container.
Definition: PvlContainer.cpp:202
File name manipulation and expansion.
Definition: FileName.h:100
bool fileExists() const
Returns true if the file exists; false otherwise.
Definition: FileName.cpp:449
static void initPlugin()
Reads the appropriate plugin file for the ISIS cameras, and scans the directories specified in IsisPr...
Definition: CameraFactory.cpp:121
bool hasKeyword(const QString &name) const
Check to see if a keyword exists.
Definition: PvlContainer.cpp:159
Container for cube-like labels.
Definition: Pvl.h:119
bool hasBlob(const QString &name, const QString &type)
Check to see if the cube contains a BLOB.
Definition: Cube.cpp:2019
Initializes a Camera Model.
Definition: CameraFactory.h:52
@ Traverse
Search child objects.
Definition: PvlObject.h:158
QString expanded() const
Returns a QString of the full file name including the file path, excluding the attributes.
Definition: FileName.cpp:196
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
static int CameraVersion(Cube &cube)
This looks up the current camera model version from the cube.
Definition: CameraFactory.cpp:161
Reads user preferences from a data file.
Definition: Preference.h:60
IO Handler for Isis Cubes.
Definition: Cube.h:167
Isis exception class.
Definition: IException.h:91
Namespace for the standard library.
Pvl * label() const
Returns a pointer to the IsisLabel object associated with the cube.
Definition: Cube.cpp:1701
Definition: CSMCamera.h:25
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
Loads plugins from a shared library.
Definition: Plugin.h:55