FOUND
Loading...
Searching...
No Matches
found::FeatureDetectionVectorGenerationAlgorithm Class Reference

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

#include <vectorize.hpp>

Inheritance diagram for found::FeatureDetectionVectorGenerationAlgorithm:
Collaboration diagram for found::FeatureDetectionVectorGenerationAlgorithm:

Public Member Functions

 FeatureDetectionVectorGenerationAlgorithm ()
 Place documentation here.
 
 ~FeatureDetectionVectorGenerationAlgorithm ()
 Place documentation here.
 
PositionVector Run (const PositionVector &x_E) override
 Place documentation here.
 
- Public Member Functions inherited from found::VectorGenerationAlgorithm
 VectorGenerationAlgorithm ()=default
 
virtual ~VectorGenerationAlgorithm ()
 
- Public Member Functions inherited from found::Stage< PositionVector, PositionVector >
 Stage ()=default
 Constructs a new Stage.
 
virtual ~Stage ()=default
 Destroys this.
 
void DoAction () override
 Executes Run (with a stored input and storing the output)
 
PositionVectorGetResource ()
 Returns the stored input of this.
 
PositionVector *& GetProduct ()
 Returns the stored output of this.
 

Additional Inherited Members

- Protected Attributes inherited from found::Stage< PositionVector, PositionVector >
PositionVector 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 PositionVector x_E)
overridevirtual

Place documentation here.

Press enter to automatically make a new line

Implements found::Stage< PositionVector, PositionVector >.


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