opensurgsim
Classes | Namespaces | Functions
MinMaxTests.cpp File Reference

Tests for the MinMax functions. More...

#include <gtest/gtest.h>
#include "SurgSim/Math/MinMax.h"

Classes

class  SurgSim::Math::MinMaxTests
 

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_F (MinMaxTests, TwoEntriesTests)
 
 SurgSim::Math::TEST_F (MinMaxTests, ThreeEntriesTests)
 
 SurgSim::Math::TEST_F (MinMaxTests, FourEntriesTests)
 
 SurgSim::Math::TEST_F (MinMaxTests, FiveEntriesTests)
 
 SurgSim::Math::TEST_F (MinMaxTests, AribtraryEntriesTests)
 

Detailed Description

Tests for the MinMax functions.