#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 } |
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.
| enum sg_display_type |
1.5.2