VAPoR
0.1
|
#include <cassert>
#include <qwidget.h>
#include <vapor/XmlNode.h>
#include <vapor/ExpatParseMgr.h>
#include <vapor/ParamNode.h>
#include <vapor/common.h>
#include <vapor/ParamsBase.h>
#include <vapor/RegularGrid.h>
#include "Box.h"
Go to the source code of this file.
Classes | |
class | VAPoR::Params |
A pure virtual class for managing parameters used in visualization. More... | |
class | VAPoR::RenderParams |
A Params subclass for managing parameters used by Renderers. More... | |
Namespaces | |
VAPoR | |
Macros | |
#define | ROUND_OFF 1.e-6f |
#define | MAXVIZWINS 16 |
#define | OUT_OF_BOUNDS -1.e30f |
Enumerations | |
enum | VAPoR::DirtyBitType { VAPoR::RegionBit, VAPoR::NavigatingBit, VAPoR::LightingBit, VAPoR::ProjMatrixBit, VAPoR::ViewportBit, VAPoR::AnimationBit } |