PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
vtkPlusCommandResponse.cxx
Go to the documentation of this file.
1 /*=Plus=header=begin======================================================
2 Program: Plus
3 Copyright (c) Laboratory for Percutaneous Surgery. All rights reserved.
4 See License.txt for details.
5 =========================================================Plus=header=end*/
6 
7 #include "PlusConfigure.h"
9 
16 
17 //----------------------------------------------------------------------------
18 void vtkPlusCommandRTSCommandResponse::SetParameters(const igtl::MessageBase::MetaDataMap& values)
19 {
20  this->Parameters = values;
21 }
22 
23 //----------------------------------------------------------------------------
24 const igtl::MessageBase::MetaDataMap& vtkPlusCommandRTSCommandResponse::GetParameters() const
25 {
26  return Parameters;
27 }
vtkStandardNewMacro(vtkPlusCommandRTSCommandResponse)
void SetParameters(const igtl::MessageBase::MetaDataMap &values)
const igtl::MessageBase::MetaDataMap & GetParameters() const
igtl::MessageBase::MetaDataMap Parameters