opensurgsim
Classes | Namespaces | Functions
Fem3DRepresentationTests.cpp File Reference

This file tests the non-abstract functionalities of the base class fem3DRepresentation. More...

#include <gtest/gtest.h>
#include "SurgSim/DataStructures/Location.h"
#include "SurgSim/Framework/ApplicationData.h"
#include "SurgSim/Framework/Runtime.h"
#include "SurgSim/Math/MeshShape.h"
#include "SurgSim/Math/OdeState.h"
#include "SurgSim/Math/Quaternion.h"
#include "SurgSim/Math/RigidTransform.h"
#include "SurgSim/Math/Vector.h"
#include "SurgSim/Physics/DeformableCollisionRepresentation.h"
#include "SurgSim/Physics/Fem3DElementTetrahedron.h"
#include "SurgSim/Physics/Fem3DLocalization.h"
#include "SurgSim/Physics/Fem3DRepresentation.h"
#include "SurgSim/Physics/UnitTests/MockObjects.h"

Classes

class  SurgSim::Physics::Fem3DRepresentationTests
 

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_F (Fem3DRepresentationTests, ConstructorTest)
 
 SurgSim::Physics::TEST_F (Fem3DRepresentationTests, GetNumDofPerNodeTest)
 
 SurgSim::Physics::TEST_F (Fem3DRepresentationTests, TransformInitialStateTest)
 
 SurgSim::Physics::TEST_F (Fem3DRepresentationTests, DoInitializeTest)
 
 SurgSim::Physics::TEST_F (Fem3DRepresentationTests, CreateLocalizationTest)
 
 SurgSim::Physics::TEST_F (Fem3DRepresentationTests, ExternalForceAPITest)
 
 SurgSim::Physics::TEST_F (Fem3DRepresentationTests, LoadMeshTest)
 
 SurgSim::Physics::TEST_F (Fem3DRepresentationTests, SerializationTest)
 

Detailed Description

This file tests the non-abstract functionalities of the base class fem3DRepresentation.