PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
#include <src/PlusDataCollection/vtkPlusUsImagingParameters.h>
Public Member Functions | |
ParameterInfo () | |
ParameterInfo (std::string defaultValue) | |
Public Attributes | |
bool | Pending |
Flag indicating whether the parameter is changed but has not been set to device. More... | |
bool | Set |
std::string | Value |
Serialized parameter value. More... | |
Definition at line 44 of file vtkPlusUsImagingParameters.h.
|
inline |
Definition at line 47 of file vtkPlusUsImagingParameters.h.
|
inline |
Definition at line 48 of file vtkPlusUsImagingParameters.h.
bool vtkPlusUsImagingParameters::ParameterInfo::Pending |
Flag indicating whether the parameter is changed but has not been set to device.
Definition at line 56 of file vtkPlusUsImagingParameters.h.
bool vtkPlusUsImagingParameters::ParameterInfo::Set |
Flag indicating whether the invalid default has been changed to meaningful value (Note: sound velocity has a meaningful default)
Definition at line 54 of file vtkPlusUsImagingParameters.h.
std::string vtkPlusUsImagingParameters::ParameterInfo::Value |
Serialized parameter value.
Definition at line 48 of file vtkPlusUsImagingParameters.h.