sgdisp.hpp File Reference

Types of the output contents for numerical procedures. More...

#include "sgconf.h"
#include "SGParameter.hpp"

Include dependency graph for sgdisp.hpp:

This graph shows which files directly or indirectly include this file:


Classes

class  SGDisplayParam
 Parameters for the SG display type. More...
class  SGDisplay
 Class for the display types (should be inherited virtually). More...

Enumerations

enum  sg_display_type { SG_DISP_NO = 0, SG_DISP_RED = 1, SG_DISP_FULL = 2, SG_DISP_DEBUG = 3 }

Detailed Description

Types of the output contents for numerical procedures.

The display type is an unsigned integer and the zero type corresponds to no output at all. The greater the type is, the more details should appear in the output. This file defines three basic display types:

These are common and should be supported by main numerical procedures. Further types begin at SG_DISP_DEBUG and serve the debugging purposes.

Date:
Aug. 25, 2004 - created

Enumeration Type Documentation

enum sg_display_type

Enumerator:
SG_DISP_NO 
SG_DISP_RED 
SG_DISP_FULL 
SG_DISP_DEBUG 


Generated on Fri Sep 21 12:33:46 2007 for SG2 by  doxygen 1.5.2