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

Reads an objective function from a socket. More...

#include <InputProcessor.h>

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

Public Member Functions

 SocketObjectiveProcessor (const char *addr)
 
virtual string Instructions ()
 
- Public Member Functions inherited from Klampt::SerializedObjectiveProcessor
 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

SocketReadWorker socketReader
 
- Public Attributes inherited from Klampt::SerializedObjectiveProcessor
AsyncReaderThread * reader
 
- Public Attributes inherited from Klampt::InputProcessorBase
WorldModelworld
 
Camera::Viewport * viewport
 
Real currentTime
 

Detailed Description

Reads an objective function from a socket.

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


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