MISR Toolkit
1.5.1
|
#include "MisrSetRegion.h"
#include "MisrCoordQuery.h"
#include "MisrError.h"
#include "MisrUtil.h"
#include "MisrOrbitPath.h"
#include "MisrProjParam.h"
Go to the source code of this file.
Functions | |
MTKt_status | MtkSetRegionByPathBlockRange (int path_number, int start_block, int end_block, MTKt_Region *region) |
Select region by path and block range. More... | |
MTKt_status MtkSetRegionByPathBlockRange | ( | int | path_number, |
int | start_block, | ||
int | end_block, | ||
MTKt_Region * | region | ||
) |
Select region by path and block range.
[in] | path_number | Path |
[in] | start_block | Start Block |
[in] | end_block | End Block |
[out] | region | Region |
Definition at line 37 of file MtkSetRegionByPathBlockRange.c.