Isis 3 Programmer Reference
Isis::ObservationNumberList Class Reference

Create a list of observation numbers from a file or serial number list. More...

#include <ObservationNumberList.h>

Inheritance diagram for Isis::ObservationNumberList:
Inheritance graph
Collaboration diagram for Isis::ObservationNumberList:
Collaboration graph

Classes

struct  ObservationSet
 An observation consiting of a serial number index to the ObservationNumberList, an observation number index to the ObservationNumberList, and the observation number. More...
 

Public Member Functions

 ObservationNumberList (const QString &list, bool checkTarget=true)
 Creates an ObservationNumberList from a filename. More...
 
 ObservationNumberList (SerialNumberList *snlist)
 Creates an ObservationNumberList from a SerialNumberList. More...
 
 ~ObservationNumberList ()
 Destructor. More...
 
void add (int isn, const int observationIndex, QString observationNumber)
 Adds a new serial number index / observation number index / observation number to the SerialNumberList. More...
 
int observationSize () const
 How many unique observations are in the list? More...
 
int observationNumberMapIndex (const int serialNumberIndex)
 Return a observation index given a serial number index. More...
 
void remove (SerialNumberList *snlist)
 Removes all of the listed serial numbers from the observation. More...
 
void remove (const QString &listfile)
 Removes all of the listed serial numbers from the observation. More...
 
bool hasObservationNumber (const QString &on)
 Determines whether or not the requested observation number exists in the list. More...
 
QString observationNumber (const QString &filename)
 Return an observation number given a filename. More...
 
QString observationNumber (int index)
 Return a observation number given an index. More...
 
std::vector< QString > possibleFileNames (const QString &on)
 Return possible filenames given an observation number. More...
 
void add (const QString &filename, bool def2filename=false)
 Adds a new filename / serial number pair to the SerialNumberList. More...
 
void add (const QString &serialNumber, const QString &filename)
 Adds a new filename / and pre-composed serial number pair to the SerialNumberList. More...
 
void add (const char *serialNumber, const char *filename)
 Overloaded add method that takes char * parameters. More...
 
bool hasSerialNumber (QString sn)
 Determines whether or not the requested serial number exists in the list. More...
 
int size () const
 How many serial number / filename combos are in the list. More...
 
QString fileName (const QString &sn)
 Return a filename given a serial number. More...
 
QString fileName (int index)
 Return the filename at the given index. More...
 
QString serialNumber (const QString &filename)
 Return a serial number given a filename. More...
 
QString serialNumber (int index)
 Return a serial number given an index. More...
 
QString spacecraftInstrumentId (int index)
 Return the spacecraftname/instrumentid at the given index. More...
 
QString spacecraftInstrumentId (const QString &sn)
 Return the spacecraftname/instrumentid given a serial number. More...
 
int serialNumberIndex (const QString &sn)
 Return a list index given a serial number. More...
 
int fileNameIndex (const QString &filename)
 Return a list index given a filename. More...
 
std::vector< QString > possibleSerialNumbers (const QString &on)
 Return possible serial numbers given an observation number. More...
 

Protected Attributes

std::vector< Pairm_pairs
 List of serial number Pair entities. More...
 
std::map< QString, int > m_serialMap
 Maps serial numbers to their positions in the list. More...
 
std::map< QString, int > m_fileMap
 Maps filenames to their positions in the list. More...
 
bool m_checkTarget
 Specifies whether or not to check to make sure the target names match between files added to the serialnumber list. More...
 
QString m_target
 Target name that the files must have if m_checkTarget is true. More...
 

Private Member Functions

void init (SerialNumberList *snlist)
 Initiates the ObservationNumberList. More...
 

Private Attributes

std::multimap< int, int > m_indexMap
 Maps serial number index to observation number index. More...
 
int m_numberObservations
 Count of observations in the observation number list. More...
 
std::vector< ObservationSetm_sets
 List of observation sets. More...
 

Detailed Description

Create a list of observation numbers from a file or serial number list.

This class allows for creating observation numbers from a provided file or and existing non-empty SerialNumberList. Internally, it will map the observation numbers that are created to the corresponding serial number for a given observation.

Author
2007-09-17 Debbie A. Cook
History:

2007-09-17 Debbie A. Cook - Original version

2008-01-11 Christopher Austin - Made class more general, inheriting SerialNumberList among others

2008-05-01 Debbie A. Cook - Removed upper bound check in ObservationNumberMapIndex because when entries are removed from the observation list, the serialNumberIndex may exceed the size of the map

2008-06-18 Steven Koechle - Fixed Documentation Errors

2008-10-30 Steven Lambright - Fixed problem with definition of struct quad, pointed out by "novus0x2a" (Support Board Member)

2016-06-02 Ian Humphrey - Changed inherited protected members from p_ to m_. References #3967.

2016-06-03 Ian Humphrey - Updated documentation and coding standards. Updated unit test. Fixes #3990.

Definition at line 60 of file ObservationNumberList.h.

Constructor & Destructor Documentation

◆ ObservationNumberList() [1/2]

Isis::ObservationNumberList::ObservationNumberList ( const QString &  listfile,
bool  checkTarget = true 
)

Creates an ObservationNumberList from a filename.

Parameters
listfileThe list of files to be given observation numbers
checkTargetBoolean value that specifies whether or not to check to make sure the target names match between files added to the observationnumber list

Definition at line 20 of file ObservationNumberList.cpp.

References init().

◆ ObservationNumberList() [2/2]

Isis::ObservationNumberList::ObservationNumberList ( SerialNumberList snlist)

Creates an ObservationNumberList from a SerialNumberList.

Parameters
snlistThe serial number list from which to generate an observation number list

Definition at line 31 of file ObservationNumberList.cpp.

References init().

◆ ~ObservationNumberList()

Isis::ObservationNumberList::~ObservationNumberList ( )

Destructor.

Definition at line 78 of file ObservationNumberList.cpp.

Member Function Documentation

◆ add() [1/4]

void Isis::ObservationNumberList::add ( int  isn,
const int  observationIndex,
QString  observationNumber 
)

Adds a new serial number index / observation number index / observation number to the SerialNumberList.

Parameters
isnThe serial number index of the observation set to be added
observationIndexThe observation number index of the observation set to be added
observationNumberThe observation number of the observation set to be added

Definition at line 148 of file ObservationNumberList.cpp.

References m_indexMap, m_sets, and observationNumber().

Referenced by init(), and remove().

◆ add() [2/4]

void Isis::SerialNumberList::add ( const QString &  filename,
bool  def2filename = false 
)
inherited

Adds a new filename / serial number pair to the SerialNumberList.

Parameters
filenameThe filename to be added
def2filenameIf a serial number could not be found, try to return the filename
Exceptions
IException::User"Unable to find Instrument or Mapping group for comparing target."
IException::User"Unable to find Instrument group for comparing target."
IException::User"Target name from file does not match."
IException::User"Invalid serial number [Unknown] from file."
IException::User"Duplicate serial number from files [file1] and [file2]."
IException::User"FileName cannot be added to serial number list."
History:

2007-06-04 Tracie Sucharski - Expand filename to include full path before adding to list.

2010-11-24 Tracie Sucharski - Added bool def2filename parameter. This will allow level 2 images to be added to a serial number list.

2010-11-29 Tracie Sucharski - Only read the Instrument group if m_checkTarget is True. If def2filename is True, check for Mapping group if Target does not exist.

Definition at line 115 of file SerialNumberList.cpp.

References _FILEINFO_, Isis::ObservationNumber::Compose(), Isis::SerialNumber::Compose(), Isis::FileName::expanded(), Isis::SerialNumberList::fileName(), Isis::PvlObject::findGroup(), Isis::PvlObject::findObject(), Isis::PvlObject::hasGroup(), Isis::PvlContainer::hasKeyword(), Isis::SerialNumberList::hasSerialNumber(), Isis::SerialNumberList::m_checkTarget, Isis::SerialNumberList::m_fileMap, Isis::SerialNumberList::m_pairs, Isis::SerialNumberList::m_serialMap, Isis::SerialNumberList::m_target, Isis::SerialNumberList::serialNumberIndex(), and Isis::IException::User.

Referenced by Isis::SerialNumberList::add(), Isis::ControlNetGraphicsItem::buildChildren(), Isis::BundleAdjust::BundleAdjust(), Isis::QnetTool::openGround(), Isis::ShapeList::serialNumberList(), Isis::ImageList::serialNumberList(), Isis::SerialNumberList::SerialNumberList(), Isis::MatchTool::serialNumberList(), Isis::StereoTool::setFiles(), and Isis::ControlPointEditWidget::setGroundSourceInfo().

◆ add() [3/4]

void Isis::SerialNumberList::add ( const QString &  serialNumber,
const QString &  filename 
)
inherited

Adds a new filename / and pre-composed serial number pair to the SerialNumberList.

Parameters
serialNumberthe serial number to be added
filenamethe filename to be added
Exceptions
IException::User"Unable to find Instrument or Mapping group for comparing target."
IException::User"Target name from file does not match."
IException::User"Invalid serial number [Unknown] from file."
IException::User"Duplicate serial number from files [file1] and [file2]."
IException::User"Unable to find Instrument group need for performing bundle adjustment."
IException::User"Unable to find Spacecraftname or InstrumentId keywords needed for performing bundle adjustment."
IException::User"[SerialNumber, FileName] can not be added to serial number list."
Author
2012-07-12 Tracie Sucharski

Definition at line 235 of file SerialNumberList.cpp.

References _FILEINFO_, Isis::FileName::expanded(), Isis::SerialNumberList::fileName(), Isis::PvlObject::findGroup(), Isis::PvlObject::findObject(), Isis::PvlObject::hasGroup(), Isis::PvlContainer::hasKeyword(), Isis::SerialNumberList::hasSerialNumber(), Isis::SerialNumberList::m_checkTarget, Isis::SerialNumberList::m_fileMap, Isis::SerialNumberList::m_pairs, Isis::SerialNumberList::m_serialMap, Isis::SerialNumberList::m_target, Isis::SerialNumberList::observationNumber(), Isis::SerialNumberList::serialNumber(), Isis::SerialNumberList::serialNumberIndex(), and Isis::IException::User.

◆ add() [4/4]

void Isis::SerialNumberList::add ( const char *  serialNumber,
const char *  filename 
)
inherited

Overloaded add method that takes char * parameters.

Adds a new filename / serial number pair to the SerialNumberList

Parameters
serialNumberThe serial number to be added
filenameThe filename to be added
See also
add(QString, QString)

Definition at line 211 of file SerialNumberList.cpp.

References Isis::SerialNumberList::add(), and Isis::SerialNumberList::serialNumber().

◆ fileName() [1/2]

QString Isis::SerialNumberList::fileName ( const QString &  sn)
inherited

Return a filename given a serial number.

Parameters
snThe serial number of the desired filename
Exceptions
IException::Programmer"Unable to get the FileName. The given serial number does not exist in the list."
Returns
QString The filename matching the input serial number

Definition at line 360 of file SerialNumberList.cpp.

References _FILEINFO_, Isis::SerialNumberList::hasSerialNumber(), Isis::SerialNumberList::m_pairs, Isis::SerialNumberList::m_serialMap, and Isis::IException::Programmer.

Referenced by Isis::SerialNumberList::add(), Isis::QnetTool::addMeasure(), Isis::ControlPointEditWidget::checkReference(), Isis::QnetTool::checkReference(), Isis::SerialNumber::ComposeObservation(), Isis::ControlPointEditWidget::createControlPoint(), Isis::QnetPointCubeNameFilter::createCubeList(), Isis::QnetTool::createFixedPoint(), Isis::QnetTool::createPoint(), Isis::ControlNetFilter::CubeConvexHullFilter(), Isis::ControlNetFilter::CubeDistanceFilter(), Isis::ControlNetFilter::CubeNameExpressionFilter(), Isis::ControlNetFilter::CubeNumPointsFilter(), Isis::ControlPointEditWidget::deletePoint(), Isis::MatchTool::deletePoint(), Isis::QnetTool::deletePoint(), Isis::QnetCubeNameFilter::filter(), Isis::InterestOperator::FindCnetRef(), Isis::ImageOverlapSet::FindImageOverlaps(), Isis::ControlNetStatistics::GenerateImageStats(), Isis::ImageOverlapSet::HandleError(), Isis::InterestOperator::InterestByMeasure(), Isis::InterestOperator::InterestByPoint(), Isis::ControlPointEditWidget::loadGroundMeasure(), Isis::QnetTool::loadGroundMeasure(), Isis::QnetFileTool::loadImage(), Isis::MatchTool::loadMeasureTable(), Isis::QnetTool::loadMeasureTable(), Isis::ControlPointEditWidget::loadPoint(), Isis::MatchTool::loadPoint(), Isis::QnetTool::loadPoint(), Isis::ControlPointEditWidget::openReferenceRadius(), Isis::QnetTool::openReferenceRadius(), Isis::ControlNetFilter::PointCubeNamesFilter(), Isis::ControlNetFilter::PointDistanceFilter(), Isis::ControlNetFilter::PointLatLonFilter(), Isis::ControlNetFilter::PointMeasurePropertiesFilter(), Isis::ControlNetFilter::PrintCubeFileSerialNum(), Isis::ControlNetStatistics::PrintImageStats(), Isis::InterestOperator::ProcessLocked_Point_Reference(), Isis::SerialNumberList::remove(), Isis::ControlPointEditWidget::selectLeftMeasure(), Isis::MatchTool::selectLeftMeasure(), Isis::ControlPointEditWidget::selectRightMeasure(), Isis::MatchTool::selectRightMeasure(), Isis::MatchTool::serialNumberList(), Isis::QnetNewMeasureDialog::setFiles(), Isis::QnetFixedPointDialog::setFiles(), Isis::NewControlPointDialog::setFiles(), Isis::ControlNet::SetImages(), and Isis::ControlPointEditWidget::validateMeasureChange().

◆ fileName() [2/2]

QString Isis::SerialNumberList::fileName ( int  index)
inherited

Return the filename at the given index.

Parameters
indexThe index of the desired filename
Exceptions
IException::Programmer"Unable to get the FileName. The given index is invalid."
Returns
QString The filename at the given index

Definition at line 498 of file SerialNumberList.cpp.

References _FILEINFO_, Isis::SerialNumberList::m_pairs, Isis::IException::Programmer, and Isis::toString().

◆ fileNameIndex()

int Isis::SerialNumberList::fileNameIndex ( const QString &  filename)
inherited

Return a list index given a filename.

Parameters
filenameThe filename to be searched for
Exceptions
IException::Programmer"Unable to get the FileName index. The given file name does not exist in the list."
Returns
int The index of the input filename
History:

2007-06-04 Tracie Sucharski - Expand filename to include full path before searching list.

2007-07-11 Stuart Sides - Fixed bug where the correct index was not returned.

Definition at line 478 of file SerialNumberList.cpp.

References _FILEINFO_, Isis::FileName::expanded(), Isis::SerialNumberList::m_fileMap, and Isis::IException::Programmer.

Referenced by Isis::QnetTool::addMeasure(), Isis::ControlPointEditWidget::createControlPoint(), Isis::QnetTool::createFixedPoint(), Isis::QnetTool::createPoint(), observationNumber(), and Isis::SerialNumberList::serialNumber().

◆ hasObservationNumber()

bool Isis::ObservationNumberList::hasObservationNumber ( const QString &  on)

Determines whether or not the requested observation number exists in the list.

Parameters
onThe observation number to be checked for
Returns
bool

Definition at line 179 of file ObservationNumberList.cpp.

References Isis::SerialNumberList::m_pairs, and observationNumber().

◆ hasSerialNumber()

bool Isis::SerialNumberList::hasSerialNumber ( QString  sn)
inherited

◆ init()

void Isis::ObservationNumberList::init ( SerialNumberList snlist)
private

Initiates the ObservationNumberList.

Parameters
snlistThe already created SerialNumberList used to create the ObservationNumberList object
Exceptions
IException::User"Serial numberList is empty"

Definition at line 45 of file ObservationNumberList.cpp.

References _FILEINFO_, add(), m_numberObservations, observationNumber(), Isis::SerialNumberList::observationNumber(), Isis::SerialNumberList::size(), and Isis::IException::User.

Referenced by ObservationNumberList().

◆ observationNumber() [1/2]

QString Isis::ObservationNumberList::observationNumber ( const QString &  filename)

Return an observation number given a filename.

Parameters
filenameThe filename to be matched
Exceptions
IException::Programmer"Requested filename does not exist in the list"
Returns
QString The observation number corresponding to the input filename

Definition at line 220 of file ObservationNumberList.cpp.

References _FILEINFO_, Isis::FileName::expanded(), Isis::SerialNumberList::fileNameIndex(), Isis::SerialNumberList::m_fileMap, Isis::SerialNumberList::m_pairs, and Isis::IException::Programmer.

Referenced by add(), hasObservationNumber(), init(), possibleFileNames(), and remove().

◆ observationNumber() [2/2]

QString Isis::ObservationNumberList::observationNumber ( int  index)

Return a observation number given an index.

Parameters
indexThe index of the desired observation number
Exceptions
IException::Programmer"Index is invalid"
Returns
QString The observation number returned

Definition at line 240 of file ObservationNumberList.cpp.

References _FILEINFO_, Isis::SerialNumberList::m_pairs, Isis::IException::Programmer, and Isis::toString().

◆ observationNumberMapIndex()

int Isis::ObservationNumberList::observationNumberMapIndex ( const int  serialNumberIndex)

Return a observation index given a serial number index.

Parameters
serialNumberIndexThe index of the serial number to map
Exceptions
IException::Programmer"Serial Number Index is invalid"
Returns
int The observation index mapped to the serial number

Definition at line 198 of file ObservationNumberList.cpp.

References _FILEINFO_, m_indexMap, Isis::IException::Programmer, Isis::SerialNumberList::serialNumberIndex(), and Isis::toString().

◆ observationSize()

int Isis::ObservationNumberList::observationSize ( ) const

How many unique observations are in the list?

Returns
int Returns number of unique observations currently in the list

Definition at line 166 of file ObservationNumberList.cpp.

References m_numberObservations.

◆ possibleFileNames()

vector< QString > Isis::ObservationNumberList::possibleFileNames ( const QString &  on)

Return possible filenames given an observation number.

Parameters
onThe observation number of the desired filename
Exceptions
IException::Programmer"Requested observation number does not exist in the list"
Returns
vector<QString> The list of possible filenames matching the input observation number

Definition at line 261 of file ObservationNumberList.cpp.

References _FILEINFO_, Isis::SerialNumberList::m_pairs, observationNumber(), and Isis::IException::Programmer.

◆ possibleSerialNumbers()

std::vector< QString > Isis::SerialNumberList::possibleSerialNumbers ( const QString &  on)
inherited

Return possible serial numbers given an observation number.

Parameters
onThe observation number of the possible serial number
Exceptions
IException::Programmer"Unable to get the possible serial numbers. The given observation number does not exist in the list."
Returns
vector<QString> The list of possible serial numbers matching the input observation number

Definition at line 574 of file SerialNumberList.cpp.

References _FILEINFO_, Isis::SerialNumberList::m_pairs, Isis::SerialNumberList::observationNumber(), Isis::IException::Programmer, and Isis::SerialNumberList::serialNumber().

◆ remove() [1/2]

void Isis::ObservationNumberList::remove ( SerialNumberList snlist)

Removes all of the listed serial numbers from the observation.

Parameters
snlistThe list of SerialNumbers to remove
Exceptions
IException::User"Cannot remove, serial number list is empty"

Definition at line 89 of file ObservationNumberList.cpp.

References _FILEINFO_, add(), Isis::SerialNumberList::hasSerialNumber(), m_indexMap, m_numberObservations, m_sets, observationNumber(), Isis::SerialNumberList::size(), and Isis::IException::User.

◆ remove() [2/2]

void Isis::ObservationNumberList::remove ( const QString &  listfile)

Removes all of the listed serial numbers from the observation.

Parameters
listfileThe list of SerialNumbers to remove

Definition at line 131 of file ObservationNumberList.cpp.

◆ serialNumber() [1/2]

QString Isis::SerialNumberList::serialNumber ( const QString &  filename)
inherited

Return a serial number given a filename.

Parameters
filenameThe filename to be matched
Exceptions
IException::Programmer"Unable to get the SerialNumber. The given file name does not exist in the list."
Returns
QString The serial number corresponding to the input filename
History:
2007-06-04 Tracie Sucharski - Expand filename to include full path before searching list.

Definition at line 387 of file SerialNumberList.cpp.

References _FILEINFO_, Isis::FileName::expanded(), Isis::SerialNumberList::fileNameIndex(), Isis::SerialNumberList::m_fileMap, Isis::SerialNumberList::m_pairs, and Isis::IException::Programmer.

Referenced by Isis::SerialNumberList::add(), Isis::QnetTool::addMeasure(), Isis::ControlMeasureEditWidget::blinkStartRight(), Isis::ControlPointEditWidget::createControlPoint(), Isis::QnetTool::createFixedPoint(), Isis::QnetTool::createPoint(), Isis::ControlNetFilter::CubeConvexHullFilter(), Isis::ControlNetFilter::CubeDistanceFilter(), Isis::ControlNetFilter::CubeNameExpressionFilter(), Isis::ControlNetFilter::CubeNumPointsFilter(), Isis::QnetCubeDistanceFilter::filter(), Isis::QnetPointCubeNameFilter::filter(), Isis::ImageOverlapSet::FindImageOverlaps(), Isis::ControlNetStatistics::InitSerialNumMap(), Isis::MatchTool::mouseButtonRelease(), Isis::QnetTool::mouseButtonRelease(), Isis::ObservationNumber::PossibleSerial(), Isis::SerialNumberList::possibleSerialNumbers(), Isis::ControlPointEditWidget::selectLeftMeasure(), Isis::MatchTool::selectLeftMeasure(), Isis::QnetTool::selectLeftMeasure(), Isis::ControlPointEditWidget::selectRightMeasure(), Isis::MatchTool::selectRightMeasure(), Isis::QnetTool::selectRightMeasure(), Isis::QnetNewMeasureDialog::setFiles(), and Isis::ControlNet::SetImages().

◆ serialNumber() [2/2]

QString Isis::SerialNumberList::serialNumber ( int  index)
inherited

Return a serial number given an index.

Parameters
indexThe index of the desired serial number
Exceptions
IException::Programmer"Unable to get the SerialNumber. The given index is invalid."
Returns
QString The serial number returned

Definition at line 407 of file SerialNumberList.cpp.

References _FILEINFO_, Isis::SerialNumberList::m_pairs, Isis::IException::Programmer, and Isis::toString().

◆ serialNumberIndex()

int Isis::SerialNumberList::serialNumberIndex ( const QString &  sn)
inherited

◆ size()

◆ spacecraftInstrumentId() [1/2]

QString Isis::SerialNumberList::spacecraftInstrumentId ( int  index)
inherited

Return the spacecraftname/instrumentid at the given index.

Parameters
indexThe index of the desired spacecraftname/instrumentid
Exceptions
IException::Programmer"Unable to get the Spacecraft InstrumentId. The given index is invalid."
Returns
QString The spacecraftname/instrumentid at the given index

Definition at line 520 of file SerialNumberList.cpp.

References _FILEINFO_, Isis::SerialNumberList::m_pairs, Isis::IException::Programmer, and Isis::toString().

◆ spacecraftInstrumentId() [2/2]

QString Isis::SerialNumberList::spacecraftInstrumentId ( const QString &  sn)
inherited

Return the spacecraftname/instrumentid given a serial number.

Parameters
snThe serial number of the desired spacecraftname/instrumentid
Exceptions
IException::Programmer"Unable to get the Spacecraft InstrumentId. The given serial number does not exist in the list."
Returns
QString The spacecraftname/instrumentid matching the input serial number

Definition at line 546 of file SerialNumberList.cpp.

References _FILEINFO_, Isis::SerialNumberList::hasSerialNumber(), Isis::SerialNumberList::m_pairs, Isis::SerialNumberList::m_serialMap, and Isis::IException::Programmer.

Member Data Documentation

◆ m_checkTarget

bool Isis::SerialNumberList::m_checkTarget
protectedinherited

Specifies whether or not to check to make sure the target names match between files added to the serialnumber list.

Definition at line 128 of file SerialNumberList.h.

Referenced by Isis::SerialNumberList::add(), and Isis::SerialNumberList::SerialNumberList().

◆ m_fileMap

std::map<QString, int> Isis::SerialNumberList::m_fileMap
protectedinherited

◆ m_indexMap

std::multimap<int, int> Isis::ObservationNumberList::m_indexMap
private

Maps serial number index to observation number index.

Definition at line 93 of file ObservationNumberList.h.

Referenced by add(), observationNumberMapIndex(), and remove().

◆ m_numberObservations

int Isis::ObservationNumberList::m_numberObservations
private

Count of observations in the observation number list.

Definition at line 94 of file ObservationNumberList.h.

Referenced by init(), observationSize(), and remove().

◆ m_pairs

◆ m_serialMap

std::map<QString, int> Isis::SerialNumberList::m_serialMap
protectedinherited

◆ m_sets

std::vector<ObservationSet> Isis::ObservationNumberList::m_sets
private

List of observation sets.

Definition at line 95 of file ObservationNumberList.h.

Referenced by add(), and remove().

◆ m_target

QString Isis::SerialNumberList::m_target
protectedinherited

Target name that the files must have if m_checkTarget is true.

Definition at line 129 of file SerialNumberList.h.

Referenced by Isis::SerialNumberList::add(), and Isis::SerialNumberList::SerialNumberList().


The documentation for this class was generated from the following files: