FOUND
|
The VectorGenerationAlgorithm class houses the Vector Assembly Algorithm. More...
#include <vectorize.hpp>
Public Member Functions | |
VectorGenerationAlgorithm ()=default | |
virtual | ~VectorGenerationAlgorithm () |
![]() | |
Stage ()=default | |
Constructs a new Stage. | |
virtual | ~Stage ()=default |
Destroys this. | |
virtual PositionVector | Run (const PositionVector &input)=0 |
Runs this stage. | |
void | DoAction () override |
Executes Run (with a stored input and storing the output) | |
PositionVector & | GetResource () |
Returns the stored input of this. | |
PositionVector *& | GetProduct () |
Returns the stored output of this. | |
Additional Inherited Members | |
![]() | |
PositionVector | resource |
The stored input for this. | |
PositionVector * | product |
The pointer to the stored output for this. | |
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).
|
default |
|
inlinevirtual |