My Project
Loading...
Searching...
No Matches
Public Member Functions | List of all members
found::FeatureDetectionVectorGenerationAlgorithm Class Reference

#include <vectorize.hpp>

Inheritance diagram for found::FeatureDetectionVectorGenerationAlgorithm:
Inheritance graph
[legend]
Collaboration diagram for found::FeatureDetectionVectorGenerationAlgorithm:
Collaboration graph
[legend]

Public Member Functions

 FeatureDetectionVectorGenerationAlgorithm ()
 
 ~FeatureDetectionVectorGenerationAlgorithm ()
 
PositionVector Run (const distFromEarth &x_E) override
 
- Public Member Functions inherited from found::Stage< distFromEarth, PositionVector >
 Stage ()=default
 
virtual ~Stage ()=default
 
void DoAction () override
 
distFromEarthGetResource ()
 
PositionVector *& GetProduct ()
 

Additional Inherited Members

- Protected Attributes inherited from found::Stage< distFromEarth, PositionVector >
distFromEarth resource
 The stored input for this.
 
PositionVectorproduct
 The pointer to the stored output for this.
 

Detailed Description

FeatureDetectionVectorGenerationAlgorithm figures out the distance vector of the satellite relative to earth by identifying features on earth.

Constructor & Destructor Documentation

◆ FeatureDetectionVectorGenerationAlgorithm()

found::FeatureDetectionVectorGenerationAlgorithm::FeatureDetectionVectorGenerationAlgorithm ( )

Place documentation here. Press enter to automatically make a new line

◆ ~FeatureDetectionVectorGenerationAlgorithm()

found::FeatureDetectionVectorGenerationAlgorithm::~FeatureDetectionVectorGenerationAlgorithm ( )

Place documentation here. Press enter to automatically make a new line

Member Function Documentation

◆ Run()

PositionVector found::FeatureDetectionVectorGenerationAlgorithm::Run ( const distFromEarth x_E)
overridevirtual

Place documentation here. Press enter to automatically make a new line

Implements found::Stage< distFromEarth, PositionVector >.


The documentation for this class was generated from the following file: