Isis Developer Reference
|
#include <iostream>
#include <QFile>
#include "Pipeline.h"
#include "PipelineApplication.h"
#include "ProgramLauncher.h"
#include "IException.h"
#include "Application.h"
#include "Preference.h"
#include "Progress.h"
#include "FileList.h"
#include "FileName.h"
Namespaces | |
namespace | Isis |
This is free and unencumbered software released into the public domain. | |
Functions | |
ostream & | Isis::operator<< (ostream &os, Pipeline &pipeline) |
This is the output operator for a Pipeline, which enables things such as: | |