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

The VectorGenerationAlgorithm class houses the Vector Assembly Algorithm. More...

#include <vectorize.hpp>

Inheritance diagram for found::VectorGenerationAlgorithm:
Collaboration diagram for found::VectorGenerationAlgorithm:

Additional Inherited Members

- Public Member Functions inherited from found::FunctionStage< PositionVector, PositionVector >
 FunctionStage ()=default
 Constructs a new Stage.
 
virtual ~FunctionStage ()=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.
 
- Public Member Functions inherited from found::Stage< Input, Output >
virtual Output Run (Input input)=0
 Runs this stage.
 
- Protected Attributes inherited from found::FunctionStage< PositionVector, PositionVector >
PositionVector resource
 The stored input for this.
 
PositionVectorproduct
 The pointer to the stored output for this.
 

Detailed Description

The VectorGenerationAlgorithm class houses the Vector Assembly Algorithm.

This algorithm finds the position from Earth with respect to its center with a 3D Vector (Vec3).


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