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
23class cuAmpcorController {
24public:
25 std::unique_ptr<cuAmpcorParameter> param;
26 // constructor
27 cuAmpcorController();
28 // run interface
29 void runAmpcor();
30};
31#endif
32
33// end of file
std::unique_ptr< cuAmpcorParameter > param
the parameter set
Definition cuAmpcorController.h:25
void runAmpcor()
Run ampcor.
Definition cuAmpcorController.cu:30
A class holds cuAmpcor process parameters.

Generated for ISCE3.0 by doxygen 1.13.2.