Isis 3 Programmer Reference
ProcessImportVicar.h
Go to the documentation of this file.
1 #ifndef ProcessImportVicar_h
2 #define ProcessImportVicar_h
3 
25 #include "ProcessImport.h"
26 
27 namespace Isis {
64 
65  public:
66  void SetVicarFile(const QString &vicarFile, Pvl &vicarLab);
67 
68  private:
69  QString ExtractPvlLabel(int startPos, std::ifstream &vicarFile) const;
70  };
71 };
72 
73 #endif
74 
75 
void SetVicarFile(const QString &vicarFile, Pvl &vicarLab)
Opens a vicar file which can then be immediately imported by invoking the inherited StartProcess meth...
Container for cube-like labels.
Definition: Pvl.h:135
QString ExtractPvlLabel(int startPos, std::ifstream &vicarFile) const
Returns a valid PVL label based on the start position in the VICAR file.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Byte swapper.
Import a Vicar file.