USGS

Isis 3.0 Developer's Reference (API)

Home

Isis.h File Reference

#include "IsisDebug.h"
#include <signal.h>
#include <QCoreApplication>
#include "Application.h"
#include "UserInterface.h"

Go to the source code of this file.

Defines

#define APPLICATION   IsisMain

Functions

std::map< std::string, void * > GuiHelpers ()
 Base include file for all Isis applications.
void APPLICATION ()
void startMonitoringMemory ()
void stopMonitoringMemory ()
void SegmentationFault (int)
void Abort (int)
void InterruptSignal (int)
int main (int argc, char *argv[])
 The programmer supplied main function.

Detailed Description

Revision
1.7
Date
2009/07/29 21:14:35

Unless noted otherwise, the portions of Isis written by the USGS are public domain. See individual third-party library and package descriptions for intellectual property information, user agreements, and related information.

Although Isis has been used by the USGS, no warranty, expressed or implied, is made by the USGS as to the accuracy and functioning of such software and related material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith.

For additional information, launch $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see the Privacy & Disclaimers page on the Isis website, http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on http://www.usgs.gov/privacy.html.


Define Documentation

#define APPLICATION   IsisMain

Referenced by main().


Function Documentation

void Abort ( int   ) 

Referenced by main().

void APPLICATION (  ) 
void InterruptSignal ( int   ) 

Referenced by main().

int main ( int  argc,
char *  argv[] 
)

The programmer supplied main function.

Parameters:
argc - The application
argv - The parameter string for the application
Returns:
int

References Abort(), APPLICATION, GuiHelpers(), InterruptSignal(), SegmentationFault(), and startMonitoringMemory().

Referenced by Isis::SpecialPixelTool::SpecialPixelTool().

void SegmentationFault ( int   ) 

Referenced by main().

void startMonitoringMemory (  ) 

Referenced by main().

void stopMonitoringMemory (  )