23 #ifndef FINITE_DIFFERENCES_GRID_H_ 24 #define FINITE_DIFFERENCES_GRID_H_ 46 using Ptr = std::shared_ptr<FiniteDifferencesGridSE2>;
70 #endif // FINITE_DIFFERENCES_GRID_H_
void createEdges(NlpFunctions &nlp_fun, OptimizationEdgeSet &edges, SystemDynamicsInterface::Ptr dynamics) override
virtual ~FiniteDifferencesGridSE2()=default
Default destructor.
FiniteDifferencesGridSE2()=default
Default constructor.
Finite differences grid for SE2.
static Factory & instance()
std::shared_ptr< DiscretizationGridInterface > Ptr
Full discretization grid specialization for SE2.
static corbo::Factory< corbo::DiscretizationGridInterface > & getFactory()
Get access to the associated factory.
corbo::DiscretizationGridInterface::Ptr getInstance() const override
Return a newly created shared instance of the implemented class.
std::shared_ptr< SystemDynamicsInterface > Ptr
bool isDtFixedIntended() const override