opensurgsim
Namespaces | Functions
OsgBoxRepresentationTests.cpp File Reference

Tests for the OsgBoxRepresentation class. More...

#include "SurgSim/Graphics/UnitTests/MockOsgObjects.h"
#include "SurgSim/Framework/BasicSceneElement.h"
#include "SurgSim/Graphics/OsgMaterial.h"
#include "SurgSim/Graphics/OsgBoxRepresentation.h"
#include "SurgSim/Math/Quaternion.h"
#include "SurgSim/Math/Vector.h"
#include "SurgSim/Framework/FrameworkConvert.h"
#include <gtest/gtest.h>
#include <random>

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::Graphics::TEST (OsgBoxRepresentationTests, InitTest)
 
 SurgSim::Graphics::TEST (OsgBoxRepresentationTests, AccessibleTest)
 
 SurgSim::Graphics::TEST (OsgBoxRepresentationTests, SizeXTest)
 
 SurgSim::Graphics::TEST (OsgBoxRepresentationTests, SizeYTest)
 
 SurgSim::Graphics::TEST (OsgBoxRepresentationTests, SizeZTest)
 
 SurgSim::Graphics::TEST (OsgBoxRepresentationTests, SizeTest)
 
 SurgSim::Graphics::TEST (OsgBoxRepresentationTests, SizeVector3dTest)
 

Detailed Description

Tests for the OsgBoxRepresentation class.