My Project
|
#include <vectorize.hpp>
Public Member Functions | |
FeatureDetectionVectorGenerationAlgorithm () | |
~FeatureDetectionVectorGenerationAlgorithm () | |
PositionVector | Run (const distFromEarth &x_E) override |
![]() | |
Stage ()=default | |
virtual | ~Stage ()=default |
void | DoAction () override |
distFromEarth & | GetResource () |
PositionVector *& | GetProduct () |
Additional Inherited Members | |
![]() | |
distFromEarth | resource |
The stored input for this. | |
PositionVector * | product |
The pointer to the stored output for this. | |
FeatureDetectionVectorGenerationAlgorithm figures out the distance vector of the satellite relative to earth by identifying features on earth.
found::FeatureDetectionVectorGenerationAlgorithm::FeatureDetectionVectorGenerationAlgorithm | ( | ) |
Place documentation here. Press enter to automatically make a new line
found::FeatureDetectionVectorGenerationAlgorithm::~FeatureDetectionVectorGenerationAlgorithm | ( | ) |
Place documentation here. Press enter to automatically make a new line
|
overridevirtual |
Place documentation here. Press enter to automatically make a new line
Implements found::Stage< distFromEarth, PositionVector >.