PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPlusCommandImageResponse Class Reference

#include <src/PlusServer/vtkPlusCommandResponse.h>

Inheritance diagram for vtkPlusCommandImageResponse:
Inheritance graph
[legend]
Collaboration diagram for vtkPlusCommandImageResponse:
Collaboration graph
[legend]

Public Types

typedef vtkPlusCommandResponse Superclass
 
- Public Types inherited from vtkPlusCommandResponse
typedef vtkObject Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual vtkImageData * GetImageData ()
 
virtual std::string GetImageName ()
 
virtual vtkMatrix4x4 * GetImageToReferenceTransform ()
 
virtual int IsA (const char *type)
 
virtual void SetImageData (vtkImageData *)
 
virtual void SetImageName (std::string)
 
virtual void SetImageToReferenceTransform (vtkMatrix4x4 *)
 
- 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 vtkPlusCommandImageResponseNew ()
 
static vtkPlusCommandImageResponseSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkPlusCommandResponse
static int IsTypeOf (const char *type)
 
static vtkPlusCommandResponseNew ()
 
static vtkPlusCommandResponseSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPlusCommandImageResponse ()
 
virtual ~vtkPlusCommandImageResponse ()
 
- Protected Member Functions inherited from vtkPlusCommandResponse
 vtkPlusCommandResponse ()
 

Protected Attributes

vtkImageData * ImageData
 
std::string ImageName
 
vtkMatrix4x4 * ImageToReferenceTransform
 
- Protected Attributes inherited from vtkPlusCommandResponse
unsigned int ClientId
 
std::string DeviceName
 
uint32_t Id
 
bool RespondWithCommandMessage
 
PlusStatus Status
 

Detailed Description

Definition at line 123 of file vtkPlusCommandResponse.h.

Member Typedef Documentation

◆ Superclass

Definition at line 127 of file vtkPlusCommandResponse.h.

Constructor & Destructor Documentation

◆ vtkPlusCommandImageResponse()

vtkPlusCommandImageResponse::vtkPlusCommandImageResponse ( )
inlineprotected

Definition at line 136 of file vtkPlusCommandResponse.h.

◆ ~vtkPlusCommandImageResponse()

virtual vtkPlusCommandImageResponse::~vtkPlusCommandImageResponse ( )
inlineprotectedvirtual

Definition at line 141 of file vtkPlusCommandResponse.h.

Member Function Documentation

◆ GetClassName()

virtual const char* vtkPlusCommandImageResponse::GetClassName ( )
virtual

Reimplemented from vtkPlusCommandResponse.

◆ GetImageData()

virtual vtkImageData* vtkPlusCommandImageResponse::GetImageData ( )
virtual

◆ GetImageName()

virtual std::string vtkPlusCommandImageResponse::GetImageName ( )
virtual

◆ GetImageToReferenceTransform()

virtual vtkMatrix4x4* vtkPlusCommandImageResponse::GetImageToReferenceTransform ( )
virtual

◆ IsA()

virtual int vtkPlusCommandImageResponse::IsA ( const char *  type)
virtual

Reimplemented from vtkPlusCommandResponse.

◆ IsTypeOf()

static int vtkPlusCommandImageResponse::IsTypeOf ( const char *  type)
static

◆ New()

static vtkPlusCommandImageResponse* vtkPlusCommandImageResponse::New ( )
static

◆ SafeDownCast()

static vtkPlusCommandImageResponse* vtkPlusCommandImageResponse::SafeDownCast ( vtkObject *  o)
static

◆ SetImageData()

virtual void vtkPlusCommandImageResponse::SetImageData ( vtkImageData *  )
virtual

◆ SetImageName()

virtual void vtkPlusCommandImageResponse::SetImageName ( std::string  )
virtual

◆ SetImageToReferenceTransform()

virtual void vtkPlusCommandImageResponse::SetImageToReferenceTransform ( vtkMatrix4x4 *  )
virtual

Member Data Documentation

◆ ImageData

vtkImageData* vtkPlusCommandImageResponse::ImageData
protected

Definition at line 147 of file vtkPlusCommandResponse.h.

◆ ImageName

std::string vtkPlusCommandImageResponse::ImageName
protected

Definition at line 146 of file vtkPlusCommandResponse.h.

◆ ImageToReferenceTransform

vtkMatrix4x4* vtkPlusCommandImageResponse::ImageToReferenceTransform
protected

Definition at line 148 of file vtkPlusCommandResponse.h.


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