#include <ctime>#include <Magick++.h>Include dependency graph for ConvPic.hh:

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

Go to the source code of this file.
Namespaces | |
| namespace | std |
| namespace | Magick |
Compounds | |
| struct | _stLOFARInfo |
| Information stored in saved LOFAR .tif.inf. More... | |
| struct | _stDEMONInfo |
| Information stored in saved DEMON .tif.inf. More... | |
| struct | _stSGramInfo |
| Information stored in saved spectrogram .tif.inf. More... | |
| struct | _stTBearInfo |
| Information stored in saved bearing-time .tif.inf. More... | |
| union | _uPicInfo |
| Combination of information in all .inf files. More... | |
| class | clConvPic |
| Conversion of .tif + .tif.inf to image containing information in the .inf file. More... | |
Defines | |
| #define | CP_FONT_NAME "helvetica" |
| #define | CP_FONT_SMALL 10 |
| #define | CP_FONT_NORMAL 12 |
| #define | CP_FONT_LARGE 16 |
| #define | CP_PAGE_SPEC "+100+100" |
| #define | CP_MARGIN_L 100 |
| #define | CP_MARGIN_T 100 |
| #define | CP_MARGIN_R 50 |
| #define | CP_MARGIN_B 50 |
| #define | CP_TICKL_LEN 10 |
| #define | CP_TICKS_LEN 5 |
Typedefs | |
| typedef _stLOFARInfo | stLOFARInfo |
| Information stored in saved LOFAR .tif.inf. | |
| typedef _stLOFARInfo * | stpLOFARInfo |
| Information stored in saved LOFAR .tif.inf. | |
| typedef _stDEMONInfo | stDEMONInfo |
| Information stored in saved DEMON .tif.inf. | |
| typedef _stDEMONInfo * | stpDEMONInfo |
| Information stored in saved DEMON .tif.inf. | |
| typedef _stSGramInfo | stSGramInfo |
| Information stored in saved spectrogram .tif.inf. | |
| typedef _stSGramInfo * | stpSGramInfo |
| Information stored in saved spectrogram .tif.inf. | |
| typedef _stTBearInfo | stTBearInfo |
| Information stored in saved bearing-time .tif.inf. | |
| typedef _stTBearInfo * | stpTBearInfo |
| Information stored in saved bearing-time .tif.inf. | |
| typedef _uPicInfo | utPicInfo |
| Combination of information in all .inf files. | |
| typedef _uPicInfo * | utpPicInfo |
| Combination of information in all .inf files. | |
Enumerations | |
| enum | { CP_TYPE_LOFAR, CP_TYPE_DEMON, CP_TYPE_SGRAM, CP_TYPE_TBEAR } |
| Types for different kinds of saved images. More... | |
|
|
Definition at line 30 of file ConvPic.hh. Referenced by clConvPic::LoadAndCreate(). |
|
|
Definition at line 31 of file ConvPic.hh. Referenced by clConvPic::DrawDEMONInfo(), clConvPic::DrawLOFARInfo(), clConvPic::DrawSGramInfo(), and clConvPic::DrawTBearInfo(). |
|
|
Definition at line 32 of file ConvPic.hh. Referenced by clConvPic::DrawDEMONInfo(), clConvPic::DrawLOFARInfo(), clConvPic::DrawSGramInfo(), and clConvPic::DrawTBearInfo(). |
|
|
Definition at line 33 of file ConvPic.hh. Referenced by clConvPic::DrawDEMONInfo(), clConvPic::DrawLOFARInfo(), clConvPic::DrawSGramInfo(), and clConvPic::DrawTBearInfo(). |
|
|
Definition at line 34 of file ConvPic.hh. Referenced by clConvPic::LoadAndCreate(). |
|
|
Definition at line 35 of file ConvPic.hh. Referenced by clConvPic::CopySource(), clConvPic::DrawDEMONInfo(), clConvPic::DrawLOFARInfo(), clConvPic::DrawSGramInfo(), clConvPic::DrawTBearInfo(), and clConvPic::LoadAndCreate(). |
|
|
Definition at line 36 of file ConvPic.hh. Referenced by clConvPic::CopySource(), clConvPic::DrawDEMONInfo(), clConvPic::DrawLOFARInfo(), clConvPic::DrawSGramInfo(), clConvPic::DrawTBearInfo(), and clConvPic::LoadAndCreate(). |
|
|
Definition at line 37 of file ConvPic.hh. Referenced by clConvPic::LoadAndCreate(). |
|
|
Definition at line 38 of file ConvPic.hh. Referenced by clConvPic::LoadAndCreate(). |
|
|
Definition at line 39 of file ConvPic.hh. Referenced by clConvPic::DrawDEMONInfo(), clConvPic::DrawLOFARInfo(), clConvPic::DrawSGramInfo(), and clConvPic::DrawTBearInfo(). |
|
|
Definition at line 40 of file ConvPic.hh. Referenced by clConvPic::DrawDEMONInfo(), clConvPic::DrawLOFARInfo(), clConvPic::DrawSGramInfo(), and clConvPic::DrawTBearInfo(). |
|
|
Information stored in saved LOFAR .tif.inf.
|
|
|
Information stored in saved LOFAR .tif.inf.
|
|
|
Information stored in saved DEMON .tif.inf.
|
|
|
Information stored in saved DEMON .tif.inf.
|
|
|
Information stored in saved spectrogram .tif.inf.
|
|
|
Information stored in saved spectrogram .tif.inf.
|
|
|
Information stored in saved bearing-time .tif.inf.
|
|
|
Information stored in saved bearing-time .tif.inf.
|
|
|
Combination of information in all .inf files.
|
|
|
Combination of information in all .inf files.
|
|
|
Types for different kinds of saved images.
Definition at line 50 of file ConvPic.hh. |
1.3.3