VAPOR3 3.9.4
|
#include <ArbitrarilyOrientedRegularGrid.h>
Public Attributes | |
size_t | sideSize |
std::vector< double > | origin |
std::vector< double > | normal |
VAPoR::CoordType | boxMin |
VAPoR::CoordType | boxMax |
A struct that describes a 2D plane that will sample a 3D grid through that grid's extents. The 2D plane will have an equal number of samples on its side, determined by sideSize. Users will need to define an origin for the 2D plane, as well as its rotation in degrees on the X, Y, and Z axes.
Definition at line 15 of file ArbitrarilyOrientedRegularGrid.h.
VAPoR::CoordType planeDescription::boxMax |
Definition at line 20 of file ArbitrarilyOrientedRegularGrid.h.
VAPoR::CoordType planeDescription::boxMin |
Definition at line 19 of file ArbitrarilyOrientedRegularGrid.h.
std::vector<double> planeDescription::normal |
Definition at line 18 of file ArbitrarilyOrientedRegularGrid.h.
std::vector<double> planeDescription::origin |
Definition at line 17 of file ArbitrarilyOrientedRegularGrid.h.
size_t planeDescription::sideSize |
Definition at line 16 of file ArbitrarilyOrientedRegularGrid.h.