MISR Toolkit
1.5.1
|
#include "MisrOrbitPath.h"
#include "MisrCoordQuery.h"
#include "MisrError.h"
#include "MisrProjParam.h"
#include <stdlib.h>
Go to the source code of this file.
Functions | |
MTKt_status | MtkRegionToPathList (MTKt_Region region, int *pathcnt, int **pathlist) |
Get list of paths that cover a particular region. More... | |
MTKt_status MtkRegionToPathList | ( | MTKt_Region | region, |
int * | pathcnt, | ||
int ** | pathlist | ||
) |
Get list of paths that cover a particular region.
pathlist
[in] | region | Region |
[out] | pathcnt | Path Count |
[out] | pathlist | Path List |
Definition at line 38 of file MtkRegionToPathList.c.