Klamp't  0.9.0
Public Member Functions | Public Attributes | List of all members
Klampt::SerializedObjectiveProcessor Class Reference

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

#include <InputProcessor.h>

Inheritance diagram for Klampt::SerializedObjectiveProcessor:
Klampt::InputProcessorBase Klampt::SocketObjectiveProcessor

Public Member Functions

 SerializedObjectiveProcessor (AsyncReaderThread *reader=NULL)
 
virtual void Activate (bool enabled)
 
virtual bool HasUpdate ()
 
virtual PlannerObjectiveBaseMakeObjective (RobotModel *robot)
 
- Public Member Functions inherited from Klampt::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 ()
 
RobotModelGetRobot () const
 
void GetClickRay (int mx, int my, Ray3D &ray) const
 

Public Attributes

AsyncReaderThread * reader
 
- Public Attributes inherited from Klampt::InputProcessorBase
WorldModelworld
 
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: