#include <Response.h>

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 |
Definition at line 38 of file Response.h.
|
inline |
Definition at line 46 of file Response.h.
| 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.
| void Response::operator() | ( | DtObjectRef | a, |
| DtObjectRef | b | ||
| ) | const |
Definition at line 50 of file Response.cpp.
| void* Response::client_data |
Definition at line 44 of file Response.h.
|
static |
Definition at line 40 of file Response.h.
| DtResponse Response::response |
Definition at line 42 of file Response.h.
| DtResponseType Response::type |
Definition at line 43 of file Response.h.