Klamp't  0.8.1
Public Member Functions | Public Attributes | List of all members
SerializedObjectiveProcessor Class Reference

Reads an objective function from a reader thread. More...

#include <InputProcessor.h>

Inheritance diagram for SerializedObjectiveProcessor:
InputProcessorBase SocketObjectiveProcessor

Public Member Functions

 SerializedObjectiveProcessor (AsyncReaderThread *reader=NULL)
 
virtual void Activate (bool enabled)
 
virtual bool HasUpdate ()
 
virtual PlannerObjectiveBaseMakeObjective (Robot *robot)
 
- Public Member Functions inherited from InputProcessorBase
virtual string Instructions () const
 
virtual void Hover (int mx, int my)
 
virtual void Drag (float dx, float dy)
 
virtual void Spaceball (const RigidTransform &T)
 
virtual void SetGlobalTime (Real time)
 
virtual void SetPredictionTime (Real splitTime)
 
virtual void DrawGL ()
 
RobotGetRobot () const
 
void GetClickRay (int mx, int my, Ray3D &ray) const
 

Public Attributes

AsyncReaderThread * reader
 
- Public Attributes inherited from InputProcessorBase
RobotWorldworld
 
Camera::Viewport * viewport
 
Real currentTime
 

Detailed Description

Reads an objective function from a reader thread.

See LoadPlannerObjective in Planning/PlannerObjective.h for details on the format that should be provided by the thread.


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