16 #ifndef SURGSIM_GRAPHICS_RENDERTESTS_RENDERTEST_H
17 #define SURGSIM_GRAPHICS_RENDERTESTS_RENDERTEST_H
19 #include <gtest/gtest.h>
52 std::shared_ptr<ScreenSpaceQuadRepresentation>
makeQuad(
53 const std::string& name,
59 std::shared_ptr<SurgSim::Framework::Runtime>
runtime;
61 std::shared_ptr<SurgSim::Framework::Scene>
scene;
Definition: DriveElementFromInputBehavior.cpp:27
virtual void SetUp()
Definition: RenderTest.cpp:38
std::shared_ptr< const SurgSim::Framework::ApplicationData > applicationData
Definition: RenderTest.h:63
std::shared_ptr< SurgSim::Framework::Runtime > runtime
Definition: RenderTest.h:59
std::shared_ptr< OsgViewElement > viewElement
Definition: RenderTest.h:62
Definition: RenderTest.h:44
virtual void TearDown()
Definition: RenderTest.cpp:57
std::shared_ptr< OsgManager > graphicsManager
Definition: RenderTest.h:60
std::shared_ptr< SurgSim::Framework::Scene > scene
Definition: RenderTest.h:61
std::shared_ptr< ScreenSpaceQuadRepresentation > makeQuad(const std::string &name, int width, int height, int x, int y)
Definition: RenderTest.cpp:62