File failed to load: https://isis.astrogeology.usgs.gov/8.3.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
BundleObservationView.h
1#ifndef BundleObservationView_h
2#define BundleObservationView_h
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include "AbstractProjectItemView.h"
13#include "FileItem.h"
14
15namespace Isis{
16
17
44 {
45 Q_OBJECT
46 public:
47 BundleObservationView(FileItemQsp fileItem, QWidget *parent=0);
49
50 private:
51 void displayCsvFile(FileItemQsp fileItem);
52 void displayTextFile(FileItemQsp fileItem);
53 };
54}
55#endif
AbstractProjectItemView is a base class for views of a ProjectItemModel in Qt's model-view framework.
View for displaying BundleObservation CSV files.
void displayTextFile(FileItemQsp fileItem)
Creates a view showing a text file from BundleSolutionInfo.
BundleObservationView(FileItemQsp fileItem, QWidget *parent=0)
Creates a view showing the CSV or text files from BundleSolutionInfo.
void displayCsvFile(FileItemQsp fileItem)
Creates a view showing the CSV file from BundleSolutionInfo.
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 02/24/2025 16:14:50