isce3 0.25.0
Loading...
Searching...
No Matches
cuAmpcorController.h
Go to the documentation of this file.
1
13
14// code guard
15#ifndef CU_AMPCOR_CONTROLLER_H
16#define CU_AMPCOR_CONTROLLER_H
17
18#include <memory>
19
20// dependencies
21#include "cuAmpcorParameter.h"
22
23namespace isce3::matchtemplate::pycuampcor {
24
25class cuAmpcorController {
26public:
27 std::unique_ptr<cuAmpcorParameter> param;
28 // constructor
29 cuAmpcorController();
30 // run interface
31 void runAmpcor();
32};
33#endif
34
35} // namespace
std::unique_ptr< cuAmpcorParameter > param
the parameter set
Definition cuAmpcorController.h:27
void runAmpcor()
Run ampcor.
Definition cuAmpcorController.cpp:33
A class holds cuAmpcor process parameters.

Generated for ISCE3.0 by doxygen 1.13.2.