#include <cstdio>#include <cstdlib>#include <iostream>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | index_order |
| Used to store index order information. More... | |
| struct | adj_map |
| Used to store adjustment (normalization factor, conversion factor) information. More... | |
| struct | cmp_map |
| Used by cmd parser to store comparison information. More... | |
| struct | rgb_color |
| Store color information. More... | |
| struct | pnt |
| Point object that represents a single point. More... | |
| struct | VariableDimensionArray |
| Variable dimension array, an array whose dimensions can be specified at runtime. More... | |