Public Member Functions | List of all members
gte::OdeMidpoint< Real, TVector > Class Template Reference

#include <GteOdeMidpoint.h>

Inheritance diagram for gte::OdeMidpoint< Real, TVector >:
Inheritance graph
[legend]

Public Member Functions

 OdeMidpoint (Real tDelta, std::function< TVector(Real, TVector const &)> const &F)
 
virtual void Update (Real tIn, TVector const &xIn, Real &tOut, TVector &xOut)
 
virtual ~OdeMidpoint ()
 
- Public Member Functions inherited from gte::OdeSolver< Real, TVector >
Real GetTDelta () const
 
void SetTDelta (Real tDelta)
 
virtual ~OdeSolver ()
 

Additional Inherited Members

- Protected Member Functions inherited from gte::OdeSolver< Real, TVector >
 OdeSolver (Real tDelta, std::function< TVector(Real, TVector const &)> const &F)
 
- Protected Attributes inherited from gte::OdeSolver< Real, TVector >
std::function< TVector(Real, TVector const &)> mFunction
 
Real mTDelta
 

Detailed Description

template<typename Real, typename TVector>
class gte::OdeMidpoint< Real, TVector >

Definition at line 22 of file GteOdeMidpoint.h.

Constructor & Destructor Documentation

template<typename Real , typename TVector >
gte::OdeMidpoint< Real, TVector >::~OdeMidpoint ( )
virtual

Definition at line 38 of file GteOdeMidpoint.h.

template<typename Real , typename TVector >
gte::OdeMidpoint< Real, TVector >::OdeMidpoint ( Real  tDelta,
std::function< TVector(Real, TVector const &)> const &  F 
)

Definition at line 43 of file GteOdeMidpoint.h.

Member Function Documentation

template<typename Real , typename TVector >
void gte::OdeMidpoint< Real, TVector >::Update ( Real  tIn,
TVector const &  xIn,
Real &  tOut,
TVector &  xOut 
)
virtual

Implements gte::OdeSolver< Real, TVector >.

Definition at line 51 of file GteOdeMidpoint.h.


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


geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:06