#include "OutputFormat/GridBmp.hpp"#include "OutputFormat/AOF.hpp"#include "Db/Db.hpp"#include "Db/DbGrid.hpp"#include "Basic/AStringable.hpp"#include <stdio.h>Macros | |
| #define | BF_TYPE 0x4D42 /* "MB" */ |
| #define | COLOR_MASK -1 |
| #define | COLOR_FFFF -2 |
| #define | COLOR_LOWER -3 |
| #define | COLOR_UPPER -4 |
| #define | N_SAMPLE(nx, nsample) ((int) ((nx-1) / nsample) + 1) |
| #define BF_TYPE 0x4D42 /* "MB" */ |
| #define COLOR_FFFF -2 |
| #define COLOR_LOWER -3 |
| #define COLOR_MASK -1 |
| #define COLOR_UPPER -4 |
| #define N_SAMPLE | ( | nx, | |
| nsample | |||
| ) | ((int) ((nx-1) / nsample) + 1) |