VTKEventReporter Class Reference

#include <VTKEventReporter.h>

Inheritance diagram for VTKEventReporter:

PeriodicEventReporter ScheduledEventReporter EventReporter

List of all members.


Detailed Description

This is an EventReporter that makes it easy to generate on-screen movies of any simulation.

Simply create a VTKEventReporter, then invoke addEventReporter() on the MultibodySystem's default subsystem.

Public Member Functions

 VTKEventReporter (MultibodySystem &system, Real reportInterval)
 ~VTKEventReporter ()
VTKVisualizergetVisualizer ()
 Get the VTKVisualizer which generates the images.
void handleEvent (const State &state) const
 This method is invoked to handle the event.

Protected Member Functions

const VTKEventReporterRep & getRep () const
VTKEventReporterRep & updRep () const

Protected Attributes

VTKEventReporterRep * rep


Constructor & Destructor Documentation

VTKEventReporter ( MultibodySystem system,
Real  reportInterval 
)

~VTKEventReporter (  ) 


Member Function Documentation

VTKVisualizer& getVisualizer (  ) 

Get the VTKVisualizer which generates the images.

It may be used to configure the display.

void handleEvent ( const State state  )  const [virtual]

This method is invoked to handle the event.

It is given a State which describes the system at the time when the event occurs.

Implements EventReporter.

const VTKEventReporterRep& getRep (  )  const [inline, protected]

VTKEventReporterRep& updRep (  )  const [inline, protected]


Member Data Documentation

VTKEventReporterRep* rep [protected]


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

Generated on Fri Sep 26 07:44:31 2008 for SimTKcore by  doxygen 1.5.6