Block-Structured AMR Software Framework
amrex::Amrvis Namespace Reference

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
 

Enumeration Type Documentation

◆ AnimDirection

Enumerator
ANIMPOSDIR 
ANIMNEGDIR 

◆ ContourType

Enumerator
RASTERONLY 
RASTERCONTOURS 
COLORCONTOURS 
BWCONTOURS 
VECTORS 
NCONTOPTIONS 
INVALIDCONTOURTYPE 

◆ FileType

Enumerator
INVALIDTYPE 
FAB 
MULTIFAB 
NEWPLT 
PROFDATA 
NUMDBPTYPES 

◆ MinMaxRangeType

Enumerator
GLOBALMINMAX 
SUBREGIONMINMAX 
USERMINMAX 
FILEGLOBALMINMAX 
FILESUBREGIONMINMAX 
FILEUSERMINMAX 
NUMBEROFMINMAX 
INVALIDMINMAX 

◆ MinMaxRangeTypeForButtons

Enumerator
BGLOBALMINMAX 
BSUBREGIONMINMAX 
BUSERMINMAX 
BNUMBEROFMINMAX 
BINVALIDMINMAX 

Variable Documentation

◆ BUFSIZE

const int amrex::Amrvis::BUFSIZE = 8192

◆ ISOVIEW

const int amrex::Amrvis::ISOVIEW = 3

◆ LINELENGTH

const int amrex::Amrvis::LINELENGTH = 160

◆ MAXARGS

const int amrex::Amrvis::MAXARGS = 50

◆ PALETTEVIEW

const int amrex::Amrvis::PALETTEVIEW = 4

◆ WOFFSET

const int amrex::Amrvis::WOFFSET = 4

◆ XDIR

const int amrex::Amrvis::XDIR = 0

◆ XPLANE

const int amrex::Amrvis::XPLANE = 2

◆ XY

const int amrex::Amrvis::XY = 0

◆ XYPLANE

const int amrex::Amrvis::XYPLANE = 0

◆ XZ

const int amrex::Amrvis::XZ = 1

◆ XZPLANE

const int amrex::Amrvis::XZPLANE = 1

◆ YDIR

const int amrex::Amrvis::YDIR = 1

◆ YPLANE

const int amrex::Amrvis::YPLANE = 1

◆ YZ

const int amrex::Amrvis::YZ = 2

◆ YZPLANE

const int amrex::Amrvis::YZPLANE = 2

◆ ZDIR

const int amrex::Amrvis::ZDIR = 2

◆ ZPLANE

const int amrex::Amrvis::ZPLANE = 0