Class to compute the elevation differences between two rasters. More...
#include <rvc/opcutfill.h>
Public Member Functions | |
| CUTFILL () | |
| int | Process (const RVC::OBJITEM &rast1, const RVC::OBJITEM &rast2, RVC::OBJITEM *pObjItemBoundaries, RVC::OBJITEM *pObjItemDifference=0) |
| void | SetTableDescriptor (const RVC::DESCRIPTOR &desc) |
Class to compute the elevation differences between two rasters.
| RVC::OP::CUTFILL::CUTFILL | ( | ) |
Default constructor.
| int RVC::OP::CUTFILL::Process | ( | const RVC::OBJITEM & | rast1, | |
| const RVC::OBJITEM & | rast2, | |||
| RVC::OBJITEM * | pObjItemBoundaries, | |||
| RVC::OBJITEM * | pObjItemDifference = 0 | |||
| ) |
Compute the results.
| rast1 | First input raster | |
| rast2 | Second input raster | |
| pObjItemBoundaries | Location of boundary vector, NULL to not compute | |
| pObjItemDifference | Location of difference raster, NULL to not compute |
| void RVC::OP::CUTFILL::SetTableDescriptor | ( | const RVC::DESCRIPTOR & | desc | ) | [inline] |
Set the descriptor for the vector volume table.
1.6.1