Isis 3 Programmer Reference
|
Serial Number composer. More...
#include <ObservationNumber.h>
Public Member Functions | |
ObservationNumber () | |
Create an empty SerialNumber object. More... | |
virtual | ~ObservationNumber () |
Destroy a SerialNumber object. More... | |
std::vector< QString > | PossibleSerial (const QString &on, SerialNumberList &list) |
Creates a vector of plasible SerialNumbers from a string representing the ObservationNumber and a SerialList. More... | |
Static Public Member Functions | |
static QString | Compose (Pvl &label, bool def2filename=false) |
Compose a ObservationNumber from a PVL. More... | |
static QString | Compose (Cube &cube, bool def2filename=false) |
Compose a SerialNumber fPvlGroup snGrouprom a Cube. More... | |
static QString | Compose (const QString &filename, bool def2filename=false) |
Compose a SerialNumber from a file. More... | |
static QString | ComposeObservation (const QString &sn, SerialNumberList &list, bool def2filename=false) |
Creates the ObservationNumber from a string representing the SerialNumber and a SerialList. More... | |
Static Protected Member Functions | |
static QString | CreateSerialNumber (PvlGroup &snGroup, int key) |
Create the SerialNumber string by concatenating the keywords in the label with '/' in between serialNumber groups and the number of observationKeys. More... | |
Static Private Member Functions | |
static PvlGroup | FindObservationTranslation (Pvl &label) |
Get Groups by translating from correct Translation table. More... | |
Serial Number composer.
A Serial Number is a unique identification for some object such as an Isis cube. A Serial Number for a specific object must be repeatable. This class is intended to be used to create all Serial Numbers for Isis.
Definition at line 60 of file ObservationNumber.h.
Isis::ObservationNumber::ObservationNumber | ( | ) |
Create an empty SerialNumber object.
Definition at line 13 of file ObservationNumber.cpp.
|
virtual |
Destroy a SerialNumber object.
Definition at line 18 of file ObservationNumber.cpp.
|
static |
Compose a ObservationNumber from a PVL.
label | A pvl formatted label to be used to generate the serial number |
Definition at line 25 of file ObservationNumber.cpp.
References Isis::SerialNumber::CreateSerialNumber(), Isis::PvlContainer::fileName(), FindObservationTranslation(), and Isis::FileName::name().
Referenced by Isis::SerialNumberList::add(), Compose(), Isis::SerialNumber::ComposeObservation(), and Isis::Image::observationNumber().
|
static |
Compose a SerialNumber fPvlGroup snGrouprom a Cube.
cube | An opened Isis cube |
Definition at line 56 of file ObservationNumber.cpp.
References Compose(), and Isis::Cube::label().
|
static |
Compose a SerialNumber from a file.
filename | a filename to open |
Definition at line 65 of file ObservationNumber.cpp.
References Compose().
|
staticinherited |
Creates the ObservationNumber from a string representing the SerialNumber and a SerialList.
sn | the string representing the SerialNumber |
list | the SerialNumberList |
def2filename | If a serial number could not be found, try to return the filename |
Definition at line 174 of file SerialNumber.cpp.
References Compose(), and Isis::SerialNumberList::fileName().
|
staticprotectedinherited |
Create the SerialNumber string by concatenating the keywords in the label with '/' in between serialNumber groups and the number of observationKeys.
snGroup | A PvlGroup containing the keywords to concatenate |
keys | the number of strings to contatenate |
Definition at line 153 of file SerialNumber.cpp.
Referenced by Compose(), and Isis::SerialNumber::Compose().
Get Groups by translating from correct Translation table.
label | A pvl formatted label to be used to generate the serial number |
Definition at line 75 of file ObservationNumber.cpp.
References Isis::FileName::expanded(), Isis::PvlObject::findGroup(), Isis::FileName::highestVersion(), Isis::PvlContainer::keywords(), Isis::toString(), and Isis::PvlToPvlTranslationManager::Translate().
Referenced by Compose().
std::vector< QString > Isis::ObservationNumber::PossibleSerial | ( | const QString & | on, |
SerialNumberList & | list | ||
) |
Creates a vector of plasible SerialNumbers from a string representing the ObservationNumber and a SerialList.
on | the string representing the ObservationNumber |
list | the SerialNumberList |
Definition at line 146 of file ObservationNumber.cpp.
References Isis::SerialNumberList::serialNumber(), and Isis::SerialNumberList::size().