|
| gridWrap (Int nUlines, Int nVlines, Real uMin, Real uMax, Real vMin, Real vMax) |
|
| gridWrap (Int nUlines, Real *uvals, Int nVlines, Real *vvlas) |
|
void | print () |
|
Int | get_n_ulines () |
|
Int | get_n_vlines () |
|
Real | get_u_min () |
|
Real | get_u_max () |
|
Real | get_v_min () |
|
Real | get_v_max () |
|
Real | get_u_value (Int i) |
|
Real | get_v_value (Int j) |
|
Real * | get_u_values () |
|
Real * | get_v_values () |
|
void | outputFanWithPoint (Int v, Int uleft, Int uright, Real vert[2], primStream *pStream) |
|
void | draw () |
|
Int | isUniform () |
|
Definition at line 42 of file gridWrap.h.
◆ gridWrap() [1/2]
gridWrap::gridWrap |
( |
Int | nUlines, |
|
|
Int | nVlines, |
|
|
Real | uMin, |
|
|
Real | uMax, |
|
|
Real | vMin, |
|
|
Real | vMax ) |
◆ gridWrap() [2/2]
gridWrap::gridWrap |
( |
Int | nUlines, |
|
|
Real * | uvals, |
|
|
Int | nVlines, |
|
|
Real * | vvlas ) |
◆ ~gridWrap()
◆ draw()
◆ get_n_ulines()
Int gridWrap::get_n_ulines |
( |
| ) |
|
|
inline |
◆ get_n_vlines()
Int gridWrap::get_n_vlines |
( |
| ) |
|
|
inline |
◆ get_u_max()
Real gridWrap::get_u_max |
( |
| ) |
|
|
inline |
◆ get_u_min()
Real gridWrap::get_u_min |
( |
| ) |
|
|
inline |
◆ get_u_value()
Real gridWrap::get_u_value |
( |
Int | i | ) |
|
|
inline |
◆ get_u_values()
Real * gridWrap::get_u_values |
( |
| ) |
|
|
inline |
◆ get_v_max()
Real gridWrap::get_v_max |
( |
| ) |
|
|
inline |
◆ get_v_min()
Real gridWrap::get_v_min |
( |
| ) |
|
|
inline |
◆ get_v_value()
Real gridWrap::get_v_value |
( |
Int | j | ) |
|
|
inline |
◆ get_v_values()
Real * gridWrap::get_v_values |
( |
| ) |
|
|
inline |
◆ isUniform()
Int gridWrap::isUniform |
( |
| ) |
|
|
inline |
◆ outputFanWithPoint()
void gridWrap::outputFanWithPoint |
( |
Int | v, |
|
|
Int | uleft, |
|
|
Int | uright, |
|
|
Real | vert[2], |
|
|
primStream * | pStream ) |
◆ print()
The documentation for this class was generated from the following files: