opensurgsim
Namespaces | Functions
Fem1DRepresentationTests.cpp File Reference

This file tests the functionalities of the class Fem1DRepresentation. More...

#include <gtest/gtest.h>
#include "SurgSim/Framework/FrameworkConvert.h"
#include "SurgSim/Framework/Runtime.h"
#include "SurgSim/Math/Quaternion.h"
#include "SurgSim/Math/RigidTransform.h"
#include "SurgSim/Math/Vector.h"
#include "SurgSim/Physics/DeformableCollisionRepresentation.h"
#include "SurgSim/Physics/Fem1DElementBeam.h"
#include "SurgSim/Physics/Fem1DLocalization.h"
#include "SurgSim/Physics/Fem1DRepresentation.h"
#include "SurgSim/Physics/UnitTests/MockObjects.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::Physics::TEST (Fem1DRepresentationTests, ConstructorTest)
 
 SurgSim::Physics::TEST (Fem1DRepresentationTests, GetNumDofPerNodeTest)
 
 SurgSim::Physics::TEST (Fem1DRepresentationTests, TransformInitialStateTest)
 
 SurgSim::Physics::TEST (Fem1DRepresentationTests, DoWakeUpTest)
 
 SurgSim::Physics::TEST (Fem1DRepresentationTests, ExternalForceAPITest)
 
 SurgSim::Physics::TEST (Fem1DRepresentationTests, LoadMeshTest)
 
 SurgSim::Physics::TEST (Fem1DRepresentationTests, CreateLocalizationTest)
 
 SurgSim::Physics::TEST (Fem1DRepresentationTests, SerializationTest)
 

Detailed Description

This file tests the functionalities of the class Fem1DRepresentation.