chai3d::cInteractionRecorder Class Reference

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< cInteractionEventm_interactions
 List of interaction events stored in recorder. More...
 

Detailed Description

cInteractionRecorder stores a list of interaction events that occur between a haptic tool and haptic effects programmed on objects.

Constructor & Destructor Documentation

chai3d::cInteractionRecorder::cInteractionRecorder ( )
inline
virtual chai3d::cInteractionRecorder::~cInteractionRecorder ( )
inlinevirtual

Member Function Documentation

void chai3d::cInteractionRecorder::clear ( )
inline

Member Data Documentation

std::vector<cInteractionEvent> chai3d::cInteractionRecorder::m_interactions

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