Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
StateRecorderFilter Class Reference

User callbacks that allow determining which parts of the simulation should be saved by a StateRecorder. More...

#include <StateRecorder.h>

Public Member Functions

virtual ~StateRecorderFilter ()=default
 Destructor.
 
virtual bool ShouldSaveBody (const Body &inBody) const
 If the state of a specific body should be saved.
 
virtual bool ShouldSaveConstraint (const Constraint &inConstraint) const
 If the state of a specific constraint should be saved.
 
virtual bool ShouldSaveContact (const BodyID &inBody1, const BodyID &inBody2) const
 If the state of a specific contact should be saved.
 

Detailed Description

User callbacks that allow determining which parts of the simulation should be saved by a StateRecorder.

Constructor & Destructor Documentation

◆ ~StateRecorderFilter()

virtual StateRecorderFilter::~StateRecorderFilter ( )
virtualdefault

Destructor.

Member Function Documentation

◆ ShouldSaveBody()

virtual bool StateRecorderFilter::ShouldSaveBody ( const Body inBody) const
inlinevirtual

If the state of a specific body should be saved.

◆ ShouldSaveConstraint()

virtual bool StateRecorderFilter::ShouldSaveConstraint ( const Constraint inConstraint) const
inlinevirtual

If the state of a specific constraint should be saved.

◆ ShouldSaveContact()

virtual bool StateRecorderFilter::ShouldSaveContact ( const BodyID inBody1,
const BodyID inBody2 
) const
inlinevirtual

If the state of a specific contact should be saved.


The documentation for this class was generated from the following file: