VAPOR3 3.9.4
Public Attributes | List of all members
planeDescription Struct Reference

#include <ArbitrarilyOrientedRegularGrid.h>

Public Attributes

size_t sideSize
 
std::vector< double > origin
 
std::vector< double > normal
 
VAPoR::CoordType boxMin
 
VAPoR::CoordType boxMax
 

Detailed Description

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.

Member Data Documentation

◆ boxMax

VAPoR::CoordType planeDescription::boxMax

Definition at line 20 of file ArbitrarilyOrientedRegularGrid.h.

◆ boxMin

VAPoR::CoordType planeDescription::boxMin

Definition at line 19 of file ArbitrarilyOrientedRegularGrid.h.

◆ normal

std::vector<double> planeDescription::normal

Definition at line 18 of file ArbitrarilyOrientedRegularGrid.h.

◆ origin

std::vector<double> planeDescription::origin

Definition at line 17 of file ArbitrarilyOrientedRegularGrid.h.

◆ sideSize

size_t planeDescription::sideSize

Definition at line 16 of file ArbitrarilyOrientedRegularGrid.h.


The documentation for this struct was generated from the following file: