opensurgsim
Namespaces | Functions
OdeSolverRungeKutta4Tests.cpp File Reference

Tests for the class OdeSolverRungeKutta4. More...

#include <memory>
#include <gtest/gtest.h>
#include "SurgSim/Math/OdeSolverRungeKutta4.h"
#include "SurgSim/Math/OdeSolverLinearRungeKutta4.h"
#include "SurgSim/Math/UnitTests/MockObject.h"

Namespaces

 SurgSim
 Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui needs glew but we need to call glewInit() from a osg callback, using this call we avoid getting warnings about redefinitions.
 

Functions

 SurgSim::Math::TEST (OdeSolverRungeKutta4, ConstructorTest)
 
 SurgSim::Math::TEST (OdeSolverRungeKutta4, SolveTest)
 
 SurgSim::Math::TEST (OdeSolverRungeKutta4, ComputeMatricesTest)
 

Detailed Description

Tests for the class OdeSolverRungeKutta4.