TORCS  1.3.9
The Open Racing Car Simulator
Response Class Reference

#include <Response.h>

Collaboration diagram for Response:

Public Member Functions

 Response (DtResponse r=0, DtResponseType t=DT_NO_RESPONSE, void *p=0)
 
void operator() (DtObjectRef a, DtObjectRef b, const Point &pa, const Point &pb, const Vector &v) const
 
void operator() (DtObjectRef a, DtObjectRef b) const
 

Public Attributes

DtResponse response
 
DtResponseType type
 
void * client_data
 

Static Public Attributes

static DtCollData coll_data
 

Detailed Description

Definition at line 38 of file Response.h.

Constructor & Destructor Documentation

◆ Response()

Response::Response ( DtResponse  r = 0,
DtResponseType  t = DT_NO_RESPONSE,
void *  p = 0 
)
inline

Definition at line 46 of file Response.h.

Member Function Documentation

◆ operator()() [1/2]

void Response::operator() ( DtObjectRef  a,
DtObjectRef  b,
const Point pa,
const Point pb,
const Vector v 
) const

Definition at line 35 of file Response.cpp.

◆ operator()() [2/2]

void Response::operator() ( DtObjectRef  a,
DtObjectRef  b 
) const

Definition at line 50 of file Response.cpp.

Member Data Documentation

◆ client_data

void* Response::client_data

Definition at line 44 of file Response.h.

◆ coll_data

DtCollData Response::coll_data
static

Definition at line 40 of file Response.h.

◆ response

DtResponse Response::response

Definition at line 42 of file Response.h.

◆ type

DtResponseType Response::type

Definition at line 43 of file Response.h.


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