This class stores a list of interaction events. More...
#include <CInteractionBasics.h>
Public Member Functions | |
cInteractionRecorder () | |
Constructor of cInteractionRecorder. More... | |
virtual | ~cInteractionRecorder () |
Destructor of cInteractionRecorder. More... | |
void | clear () |
This method clears all interaction events. More... | |
Public Attributes | |
std::vector< cInteractionEvent > | m_interactions |
List of interaction events stored in recorder. More... | |
cInteractionRecorder stores a list of interaction events that occur between a haptic tool and haptic effects programmed on objects.
|
inline |
|
inlinevirtual |
|
inline |
std::vector<cInteractionEvent> chai3d::cInteractionRecorder::m_interactions |