SumGridFwOffset is part of the WaveTrain system class library.
|
|
Parameters
|
| onlyNonZero |  bool | false = apply to all points, true = only apply to non-zero points in LargeGrid | false |
| subtractMean |  bool | true = subtract bias (grid data mean value) | false |
|
Inputs
|
| LargeGrid |  Grid<float> | Larger input grid to which the smaller grid is added at the offset coordinates | ZeroGridF(512,512,0.01,0.01) |
| SmallGrid |  Grid<float> | Smaller grid that gets added to the larger grid at the offset coordinates | ZeroGridF(512,512) |
| xOffset |  int | X offset of the larger grid | 0 |
| yOffset |  int | Y offset of the larger grid | 0 |
|
Outputs
|
| OutputGrid |  Grid<float> | Sum of larger and smaller grids | |
|
Subsystems |
|
|
|
|
Last Saved: Wed Aug 10 14:15:35 MDT 2005 by TVE version 2009B
|
|