Enumerations | |
enum | AnimDirection { ANIMPOSDIR = 0 , ANIMNEGDIR } |
enum | MinMaxRangeTypeForButtons { BGLOBALMINMAX = 0 , BSUBREGIONMINMAX = 1 , BUSERMINMAX = 2 , BNUMBEROFMINMAX = 3 , BINVALIDMINMAX } |
enum | MinMaxRangeType { GLOBALMINMAX = 0 , SUBREGIONMINMAX = 1 , USERMINMAX = 2 , FILEGLOBALMINMAX = 3 , FILESUBREGIONMINMAX = 4 , FILEUSERMINMAX = 5 , NUMBEROFMINMAX = 6 , INVALIDMINMAX } |
enum | ContourType { RASTERONLY = 0 , RASTERCONTOURS = 1 , COLORCONTOURS = 2 , BWCONTOURS = 3 , VECTORS = 4 , NCONTOPTIONS = 5 , INVALIDCONTOURTYPE } |
enum | FileType { INVALIDTYPE = 0 , FAB , MULTIFAB , NEWPLT , PROFDATA , NUMDBPTYPES } |
Variables | |
const int | BUFSIZE = 8192 |
const int | LINELENGTH = 160 |
const int | MAXARGS = 50 |
const int | XDIR = 0 |
const int | YDIR = 1 |
const int | ZDIR = 2 |
const int | XY = 0 |
const int | XZ = 1 |
const int | YZ = 2 |
const int | XYPLANE = 0 |
const int | XZPLANE = 1 |
const int | YZPLANE = 2 |
const int | ZPLANE = 0 |
const int | YPLANE = 1 |
const int | XPLANE = 2 |
const int | ISOVIEW = 3 |
const int | PALETTEVIEW = 4 |
const int | WOFFSET = 4 |
const int amrex::Amrvis::BUFSIZE = 8192 |
const int amrex::Amrvis::ISOVIEW = 3 |
const int amrex::Amrvis::LINELENGTH = 160 |
const int amrex::Amrvis::MAXARGS = 50 |
const int amrex::Amrvis::PALETTEVIEW = 4 |
const int amrex::Amrvis::WOFFSET = 4 |
const int amrex::Amrvis::XDIR = 0 |
const int amrex::Amrvis::XPLANE = 2 |
const int amrex::Amrvis::XY = 0 |
const int amrex::Amrvis::XYPLANE = 0 |
const int amrex::Amrvis::XZ = 1 |
const int amrex::Amrvis::XZPLANE = 1 |
const int amrex::Amrvis::YDIR = 1 |
const int amrex::Amrvis::YPLANE = 1 |
const int amrex::Amrvis::YZ = 2 |
const int amrex::Amrvis::YZPLANE = 2 |
const int amrex::Amrvis::ZDIR = 2 |
const int amrex::Amrvis::ZPLANE = 0 |