PlayRho  2.0.0
An interactive physics engine & library.
WorldConcept.hpp File Reference

Definition of the internal WorldConcept interface class. More...

#include <memory>
#include <optional>
#include <vector>
#include <playrho/BodyID.hpp>
#include <playrho/BodyShapeFunction.hpp>
#include <playrho/Contact.hpp>
#include <playrho/ContactFunction.hpp>
#include <playrho/Interval.hpp>
#include <playrho/KeyedContactID.hpp>
#include <playrho/JointFunction.hpp>
#include <playrho/JointID.hpp>
#include <playrho/LimitState.hpp>
#include <playrho/ShapeFunction.hpp>
#include <playrho/ShapeID.hpp>
#include <playrho/StepConf.hpp>
#include <playrho/StepStats.hpp>
#include <playrho/TypeInfo.hpp>
#include <playrho/Units.hpp>
#include <playrho/pmr/StatsResource.hpp>
#include <playrho/d2/Body.hpp>
#include <playrho/d2/ContactImpulsesFunction.hpp>
#include <playrho/d2/ContactManifoldFunction.hpp>
#include <playrho/d2/Joint.hpp>
#include <playrho/d2/Manifold.hpp>
#include <playrho/d2/MassData.hpp>
#include <playrho/d2/Shape.hpp>
Include dependency graph for WorldConcept.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  playrho::d2::detail::WorldConcept
 World-concept internal pure virtual base interface class. More...
 

Namespaces

 playrho
 
 playrho::d2
 
 playrho::d2::detail
 

Detailed Description

Definition of the internal WorldConcept interface class.