PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
#include <src/PlusServer/vtkPlusCommandResponse.h>
Public Types | |
typedef vtkPlusCommandResponse | Superclass |
Public Types inherited from vtkPlusCommandResponse | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual std::string | GetMessage () |
virtual int | IsA (const char *type) |
virtual void | SetMessage (std::string) |
Public Member Functions inherited from vtkPlusCommandResponse | |
virtual unsigned int | GetClientId () |
virtual std::string | GetDeviceName () |
virtual bool | GetRespondWithCommandMessage () |
virtual PlusStatus | GetStatus () |
virtual void | SetClientId (unsigned int) |
virtual void | SetDeviceName (std::string) |
virtual void | SetRespondWithCommandMessage (bool) |
virtual void | SetStatus (PlusStatus) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkPlusCommandStringResponse * | New () |
static vtkPlusCommandStringResponse * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkPlusCommandResponse | |
static int | IsTypeOf (const char *type) |
static vtkPlusCommandResponse * | New () |
static vtkPlusCommandResponse * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPlusCommandStringResponse () | |
Protected Member Functions inherited from vtkPlusCommandResponse | |
vtkPlusCommandResponse () | |
Protected Attributes | |
std::string | Message |
Protected Attributes inherited from vtkPlusCommandResponse | |
unsigned int | ClientId |
std::string | DeviceName |
uint32_t | Id |
bool | RespondWithCommandMessage |
PlusStatus | Status |
Definition at line 65 of file vtkPlusCommandResponse.h.
Definition at line 69 of file vtkPlusCommandResponse.h.
|
inlineprotected |
Definition at line 74 of file vtkPlusCommandResponse.h.
|
virtual |
Reimplemented from vtkPlusCommandResponse.
|
virtual |
|
virtual |
Reimplemented from vtkPlusCommandResponse.
|
static |
|
static |
|
static |
|
virtual |
|
protected |
Definition at line 77 of file vtkPlusCommandResponse.h.