Go to the documentation of this file. 1 #ifndef SimTK_SIMBODY_VISUALIZER_REPORTER_H_
2 #define SimTK_SIMBODY_VISUALIZER_REPORTER_H_
33 class MultibodySystem;
74 virtual void handleEvent(
const State& state)
const;
79 const Impl&
getImpl()
const {assert(impl);
return *impl;}
80 Impl&
updImpl() {assert(impl);
return *impl;}
89 #endif // SimTK_SIMBODY_VISUALIZER_REPORTER_H_